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
[browser] Revert to full NativeName by interop with JS (#99956)
* Fix NativeName and DisplayName for browser.
* Nit - revert over-renaming.
* Update src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Browser.cs
Co-authored-by: Meri Khamoyan <96171496+mkhamoyan@users.noreply.github.com>
* Enable more tests and fix them - initialize english and native names on CultureInfo constructio
* Ubnblock fixed test.
* MT does not work with HG well, revet MT to original way of working.
* Expect fixed version of NativeName in tests with single treaded runtime.
* Assert.Contains does not know that `\u00F1` is same as `ñ` (it does not evaluate the string before comparison) - fix it with string interpolation.
* Windows has problems with comparing utf8 by xunit.
---------
Co-authored-by: Meri Khamoyan <96171496+mkhamoyan@users.noreply.github.com>
0 commit comments