Closed
Description
Environment
Version 17.9.6
.NET version
8.0.204
Did this work in a previous version of Visual Studio and/or previous .NET release?
No response
Issue description
When editing a control split into a partial class, the designer generates a new resource file for each file contributing to the partial class. This makes compilation impossible, as the generated resource files conflict with each other.
Steps to reproduce
- Clone the repo https://github.com/CyrilPaulus/WinFormDesignerPartialResourceBug
- Open the file Form1_partial.cs with the WinForm Designer.
- The file Form1_partial.resx should have been generated.
- Try to compile the project.
Diagnostics
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment