Skip to content

Commit

Permalink
Removed duplicated instruction from NoCodeGeneratorsFound (#1320)
Browse files Browse the repository at this point in the history
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."
  • Loading branch information
alfredmyers authored and deepchoudhery committed May 11, 2020
1 parent c2b71af commit 6c710ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet-aspnet-codegenerator/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@
<value>Scaffolding failed.</value>
</data>
<data name="NoCodeGeneratorsFound" xml:space="preserve">
<value>No code generators are available in this project. Please add the 'Microsoft.VisualStudio.Web.CodeGeneration.Design' NuGet package to the project.</value>
<value>No code generators are available in this project.</value>
</data>
</root>

0 comments on commit 6c710ad

Please sign in to comment.