-
Notifications
You must be signed in to change notification settings - Fork 555
[Foundation] Remove warning due to the Equals accepting a null value. #12839
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
Conversation
Removes the following warning during the builds: ``` warning CS8767: Nullability of reference types in type of parameter 'host' of 'bool NSHost.Equals(NSHost host)' doesn't match implicitly implemented member 'bool IEquatable<NSHost>.Equals(NSHost? other)' (possibly because of nullability attributes) ``` Test was added to ensure that we did not throw an exception.
🔥 Tests failed catastrophically on Build (no summary found). 🔥Result file $(TEST_SUMMARY_PATH) not found. |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results3 tests failed, 99 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
|
/sudo backport xcode13-ios |
|
Backport Job to branch xcode13-ios Created! The magic is happening here |
|
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=5262544 for more details. |
Removes the following warning during the builds:
Test was added to ensure that we did not throw an exception.