Category / Section
How to generate designer.cs from resource file in Visual Studio for Mac Blazor?
2 mins read
To generate designer.cs from the resource file in VS for Mac, please follow the steps below:
1. Right-click the .resx file and select "Properties".
2. In the properties window, locate the "Custom Tool" property.
3. Add the value "PublicResXFileCodeGenerator" to the "Custom Tool" property.
4. Once you do this, the designer file will be generated automatically.
For reference, you can find below images: