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
Building the WinForms project currently generates warnings for resource and setting definitions. Visual Studio is somehow not able to make a proper connection between the .resx/.settings and Designer.cs files. Re-generating the designer files by executing the associated custom tools manually fixes this issue. Currently, I don't see any problems, but I am not sure, if there are any unintended side effects. This also only happens for Windows Forms, not for WPF.
Building the WinForms project currently generates warnings for resource and setting definitions. Visual Studio is somehow not able to make a proper connection between the
.resx
/.settings
andDesigner.cs
files. Re-generating the designer files by executing the associated custom tools manually fixes this issue. Currently, I don't see any problems, but I am not sure, if there are any unintended side effects. This also only happens for Windows Forms, not for WPF.There's also a CMake related issue to this here.
The text was updated successfully, but these errors were encountered: