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

Limit PNSE by overwriting comparer type - HybridGlobalization #96554

Closed
wants to merge 3 commits into from

Conversation

ilonatommy
Copy link
Member

Alternative to #96541.

@ilonatommy ilonatommy self-assigned this Jan 5, 2024
@ghost
Copy link

ghost commented Jan 5, 2024

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Alternative to #96541.

Author: ilonatommy
Assignees: ilonatommy
Labels:

arch-wasm, area-System.Globalization

Milestone: -

@@ -17,6 +17,7 @@
using System.Runtime.CompilerServices;
using System.Runtime.Serialization;
using System.Threading;
using System.Globalization;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be reverted

[InlineData(0, 0)]
[InlineData(0, 5)]
[InlineData(10, 0)]
[InlineData(10, 5)]
public void CopyTo(int count, int index)
{
MyNameObjectCollection nameObjectCollection = Helpers.CreateNameObjectCollection(count);
MyNameObjectCollection nameObjectCollection = Helpers.CreateNameObjectCollection(count);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting

public static void GetAllValues_Invalid()
{
MyNameObjectCollection nameObjectCollection = new MyNameObjectCollection();
MyNameObjectCollection nameObjectCollection = PlatformDetection.IsHybridGlobalizationOnBrowser ?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants