Skip to content

Remove package guids from client-side Blazor templates #11707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2019

Conversation

danroth27
Copy link
Member

@danroth27 danroth27 commented Jun 29, 2019

Fixes #11706

The client-side Blazor templates currently show up with the same name and description in VS 16.3 P1. This is because the updated localization content for these templates already went into 16.3 before the work to rename and refactor the templates was done (see #10348).

We worked with the web tools folks on a resolution and the recommended workaround for this issue is to remove the package GUIDs from the VS host files for these templates. This will cause the localized content in VS to not be used for these templates and instead the strings from the templates will be used. This was tested and verified with the help of @phenning.

After the localized template content is moved to this repo (see #11040) we can reenable localization for these templates in VS.

/cc @vijayrkn

@Eilon Eilon added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Jun 29, 2019
@joslat
Copy link

joslat commented Aug 11, 2019

Hi @danroth27 , is there any guideline on how to do this? (removing the package GUIDs from the VS host files for the blazor client templates)
This comes from not seeing the blazor client template, see the thread at dotnet/AspNetCore.Docs#13531

cc @guardrex
Extreme thanks to @SteveSandersonMS and everybody involved for creating Blazor! you rock!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Client-side Blazor templates indistinguishable in VS 16.3 P1
4 participants