Deprecate Switch.System.Windows.Forms.EnableVisualStyleValidation quirk
See Switch.System.Windows.Forms.EnableVisualStyleValidation compatibility switch not supported for updated documentation for this change.
Deprecate Switch.System.Windows.Forms.EnableVisualStyleValidation quirk
Version introduced
3.0 Preview9
Old behavior
The quirk allowed to opt-out of validation of visual styles supplied in a numeric form.
New behavior
The switch is deprecated, and no alternative functionality is available.
Reason for change
.NET Core 3.0 is a new moderm development platform, and it brings significantly simpler servicing scenarios, thus allowing for removal of quirks targeting specific legacy use cases.
Recommended action
Remove the switch.
Category
Affected APIs
Not detectable via API analysis
Issue metadata
- Issue type: breaking-change