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
Basic adaption of .net9 experimental dark app mode: SystemColorMode.Dark
The themeing is adopted to use Windows dark app mode enabled in .net9.
The .net9 dark mode does not allow override of any system colors.
A number of adaptions of the application colors.
There are some visual issues still, some due to .net,
but also the application colors may require some tuning.
Add dark+ theme, similar to VS Code Dark+ theme with darker panels and editor.
highconstrast_dark theme was removed, no longer needed
Refs: #12111
author highlight more subtle
# WFO1000: A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method
301
302
# Silent for now, see https://github.com/dotnet/winforms/issues/12476
302
-
dotnet_diagnostic.WFO1000.severity = silent
303
+
dotnet_diagnostic.WFO1000.severity = silent
304
+
305
+
# WFO5001: Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
0 commit comments