| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
this looks good - it's great that we don't need to do this manually.
Sorry, something went wrong.
|
Christoph Bergmeister (@bergmeister) if you could solve the merge conflict that would be great. |
Sorry, something went wrong.
… into resgen # Conflicts: # Rules/Strings.Designer.cs
|
James Truher (@JamesWTruher) done. resolution was easy because this PR removes Strings.Designer.cs |
Sorry, something went wrong.
|
Close and re-open to get latest CI check |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
At the moment one needs to update the Strings.Designer.cs files when new entries are adding to String.resx files because the .NET CLI cannot generate them by default, which makes it hard for developers that do not use Visual Studio but VS-Code or just CLI. However, there is a way to make this work and generate the strongly resource as part of the build and make it work for CLI, VS-Code (when it does a restore) and Visual Studio, which uses MSBuild, see here: dotnet/msbuild#4751
PR Checklist