Skip to content

Conversation

@vs-mobiletools-engineering-service2
Copy link
Collaborator

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.

Backport of #12839

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.
@vs-mobiletools-engineering-service2
Copy link
Collaborator Author

❌ [PR Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff

GitHub pages

Results can be found in the following github pages (it might take some time to publish):

Test results

1 tests failed, 57 tests passed.

Failed tests

  • Cecil-based tests/NUnit: Failed (Execution failed with exit code 6)

Pipeline on Agent XAMBOT-1096.BigSur'
Merge 5cbbc85 into 1541b86

@mandel-macaque
Copy link
Contributor

Cecil tests got fixed in a diff pr.

@mandel-macaque mandel-macaque merged commit f5c0715 into dotnet:xcode13-ios Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backported not-notes-worthy Ignore for release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants