Skip to content
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

Removed duplicated instruction from NoCodeGeneratorsFound #1320

Merged
merged 1 commit into from
Apr 27, 2020
Merged

Removed duplicated instruction from NoCodeGeneratorsFound #1320

merged 1 commit into from
Apr 27, 2020

Conversation

alfredmyers
Copy link
Contributor

The only place where Resources.NoCodeGeneratorsFound is used is
followed immediately by a use of Resources.AddDesignPackage
resulting in a duplicated instruction:

"No code generators are available in this project. Please add the
'Microsoft.VisualStudio.Web.CodeGeneration.Design' NuGet package
to the project.Please add
Microsoft.VisualStudio.Web.CodeGeneration.Design package to the
project as a NuGet package reference."

The only place where Resources.NoCodeGeneratorsFound is used is
followed immediately by a use of Resources.AddDesignPackage
resulting in a duplicated instruction:

"No code generators are available in this project. Please add the
'Microsoft.VisualStudio.Web.CodeGeneration.Design' NuGet package
to the project.Please add
Microsoft.VisualStudio.Web.CodeGeneration.Design package to the
project as a NuGet package reference."
@deepchoudhery deepchoudhery merged commit 6946271 into dotnet:master Apr 27, 2020
deepchoudhery pushed a commit that referenced this pull request May 11, 2020
The only place where Resources.NoCodeGeneratorsFound is used is
followed immediately by a use of Resources.AddDesignPackage
resulting in a duplicated instruction:

"No code generators are available in this project. Please add the
'Microsoft.VisualStudio.Web.CodeGeneration.Design' NuGet package
to the project.Please add
Microsoft.VisualStudio.Web.CodeGeneration.Design package to the
project as a NuGet package reference."
deepchoudhery added a commit that referenced this pull request May 11, 2020
* Dev/decho/update identity templates (#1323)

* updated identity templates(cshtml and cshtml.cs)

* updating bootstrap 3 identity templates

* reverting some identity templates

* reverting twofactorauth template

* pr comment template fixes

* small revert in bootstrap 3 template

* nit remove line

* Removed duplicated instruction from NoCodeGeneratorsFound (#1320)

* Razor page namespace fix (#1326)

* fixing razorpage namespace for the cli tool

* including folder path now

* adding dotnet-tools for missing packages (#1331)

* Update jQuery in Identity scaffolding to v3.5.1 (#1328)

Fixes #1327

Co-authored-by: Alfred Myers <[email protected]>
Co-authored-by: Christian Wenz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants