-
Notifications
You must be signed in to change notification settings - Fork 548
[ObjCRuntime] Specify the string comparison to use when comparing strings in Runtime.IsARM64CallingConvention. #14840
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
[ObjCRuntime] Specify the string comparison to use when comparing strings in Runtime.IsARM64CallingConvention. #14840
Conversation
…ings in Runtime.IsARM64CallingConvention. This may in some cases delay loading big chunks of .NET's globalization code at startup until after reaching user's Main method.
📋 [PR Build] API Diff 📋API Current PR diff✅ API Diff (from PR only) (no change) View dotnet API diffView dotnet legacy API diffAPI diff✅ API Diff from stable View dotnet API diffView dotnet legacy API diffGenerator diff✅ Generator Diff (no change) Pipeline on Agent XAMBOT-1108.Monterey |
💻 [PR Build] Tests on macOS Mac Catalina (10.15) passed 💻✅ All tests on macOS Mac Catalina (10.15) passed. Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌Failed tests are:
Pipeline on Agent |
❌ [CI Build] Tests failed on VSTS: simulator tests iOS ❌Tests failed on VSTS: simulator tests iOS. Test results2 tests failed, 146 tests passed.Failed tests
Pipeline on Agent XAMBOT-1108.Monterey' |
|
Test failures are unrelated (https://github.com/xamarin/maccore/issues/2558). |
This may in some cases delay loading big chunks of .NET's globalization code
at startup until after reaching user's Main method.