Support UpperCaseFirst enum value in CompareOptions #19462
Labels
api-needs-work
API needs work before it is approved, it is NOT ready for implementation
area-System.Globalization
backlog-cleanup-candidate
An inactive issue that has been marked for automated closure.
no-recent-activity
Currently System.Xml.Xsl support the sort option "uppercase-first" option. we have supported this on Linux by using unexposed enum value
UpperCaseFirst = 0x01000000
dotnet/coreclr#8283
https://github.com/dotnet/corefx/issues/13236
we need to publicly expose this option after figuring out what is the best way to support it on Windows as the OS doesn't support this option.
The text was updated successfully, but these errors were encountered: