xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.49k stars 515 forks source link

[Localization] Unit tests fail in non US-English locales #7590

Open ghost opened 4 years ago

ghost commented 4 years ago

Some of the unit test will unnecessarily fail in non US-English locales.

spouliot commented 4 years ago

Add [Culture("en-US")] so those will only run on this specific culture (and ignored for others). https://github.com/nunit/docs/wiki/Culture-Attribute