You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Microsoft also has a source generator that can generate the code (C#, VB, F#). This has the benefit of not having to mention the resx files in the project files at all. Also the generated code is nullable aware which the code generated by ResXFileCodeGenerator and the PublicResXFileCodeGenerator is not.
It should be possible to create a new RESX resource file from the command line.
Note that the default template in Visual Studio includes a large comment and XSD. These are not required. A minimal template would contain:
The text was updated successfully, but these errors were encountered: