Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support UpperCaseFirst enum value in CompareOptions #19462

Closed
tarekgh opened this issue Nov 23, 2016 · 2 comments
Closed

Support UpperCaseFirst enum value in CompareOptions #19462

tarekgh opened this issue Nov 23, 2016 · 2 comments
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

Comments

@tarekgh
Copy link
Member

tarekgh commented Nov 23, 2016

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.

tarekgh referenced this issue in tarekgh/corefx Nov 23, 2016
We should plan to support Uppercase-first in general as one of the options on CompareOptions.

https://github.com/dotnet/corefx/issues/13926
dotnet/coreclr#8283
tarekgh referenced this issue in dotnet/corefx Nov 23, 2016
* Throw PNSE for Xls Uppercase-first sort issue on Linux

We should plan to support Uppercase-first in general as one of the options on CompareOptions.

https://github.com/dotnet/corefx/issues/13926
dotnet/coreclr#8283

* fix typo

* Add period to the exception message
@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 5.0 milestone Jan 31, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 23, 2020
@tarekgh tarekgh removed the untriaged New issue has not been triaged by the area owner label Jun 17, 2020
@tarekgh tarekgh modified the milestones: 5.0.0, Future Jun 17, 2020
Copy link
Contributor

Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.

This process is part of our issue cleanup automation.

@dotnet-policy-service dotnet-policy-service bot added backlog-cleanup-candidate An inactive issue that has been marked for automated closure. no-recent-activity labels Dec 17, 2024
Copy link
Contributor

This issue will now be closed since it had been marked no-recent-activity but received no further activity in the past 14 days. It is still possible to reopen or comment on the issue, but please note that the issue will be locked if it remains inactive for another 30 days.

@dotnet-policy-service dotnet-policy-service bot removed this from the Future milestone Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants