[src] Fix a few issues in some availability attributes.#17003
Conversation
* There's no such thing as Mac Catalyst 8.0. This is probably copied from iOS 8.0, which is supported in all versions of Mac Catalyst, so just remove the version for the corresponding SupportedOSPlatform attributes. * Remove the version in SupportedOSPlatform attributes when the version is equal to or lower than the min OS version we support for the given platform. * Remove UnsupportedOSPlatform attributes when there's an identical ObsoletedOSPlatform attribute. * Remove UnsupportedOSPlatform attributes when it's a blatent lie, because the API is available (in Security/Certificate.cs). * There's no such thing as Mac Catalyst 10.13. It looks like this was a typo, meant to be Mac Catalyst 13.0.
💻 [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) passed 💻✅ All tests on macOS M1 - Mac Big Sur (11.5) passed. Pipeline on Agent |
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)
NET (empty diffs)
❗ API diff vs stable (Breaking changes)Legacy Xamarin (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:).NET (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
🚀 [CI Build] Test results 🚀Test results✅ All tests passed on VSTS: simulator tests. 🎉 All 223 tests passed 🎉 Tests counts✅ bcl: All 69 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
which is supported in all versions of Mac Catalyst, so just remove the version
for the corresponding SupportedOSPlatform attributes.
to or lower than the min OS version we support for the given platform.
attribute.
API is available (in Security/Certificate.cs).
to be Mac Catalyst 13.0.