Generating resx files is broken #11054
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Done
This issue has been fixed
As a result of #10674, the
/t:Resx
target is missing from projects.To fix this, we need to set
<GenerateResxSource>true</GenerateResxSource>
to take advantage of Arcade's RESX feature, and delete the .Designer.cs files from source.The text was updated successfully, but these errors were encountered: