project-system
project-system copied to clipboard
Resource designer is so broken
This issue has a corresponding ticket on Developer Community. Please vote and comment there to make sure your voice is heard.
[severity:It's more difficult to complete my work]
- Editor doesn't render - completely blank. Workaround is to resize the window. I feel like this started happening with v17 preview 5.
- Access modifier resets to
internalin UI instead of using the value from theResources.designer.csand if you don't notice and make a resource change then the tool (incorrectly) appliesinternalto resources in theResources.designer.csfile. Work around is to replaceinternalwithpublicafter every change. This has been happening for all previews of v17 (and possibly vs2019 too). - On modification, the tool that regenerates the
Resources.designer.cscorrupts the namespace - replaces the parts after the project default namespace with the relative physical folder path (removing path separators) - lots of dots are inserted too - I assume for traversing parent paths ("/.. /.."). As a workaround I have to fix the namepace after every change. This has been happening for all previews of v17 (and possibly vs2019 too).
I have to make lots of resource string changes and this is costing plenty of my time. Can someone please put some priority into addressing these concerns please?