-
Notifications
You must be signed in to change notification settings - Fork 519
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
[Foundation] There's no reason to conditionally exclude code for macOS when the member has a NoMac attribute. #17299
[Foundation] There's no reason to conditionally exclude code for macOS when the member has a NoMac attribute. #17299
Conversation
…S when the member has a NoMac attribute. This ensures that all platform assemblies know that the member doesn't exist on macOS.
💻 [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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did api diff come out clean? Just making sure we did not do this to workaround a generator bug, if so 👍
🔥 [PR Build] Build failed 🔥Build failed for the job 'Detect API changes' Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🔥 Unable to find the contents for the comment: D:\a\1\s\change-detection\results\gh-comment.md does not exist :fire Pipeline on Agent |
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)
NET (empty diffs)
✅ API diff vs stableLegacy Xamarin (No breaking changes).NET (No breaking changes)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
The API diff is clean. Interestingly it turns out the generator diff is not, and that's a different bug (#17316) - but this shouldn't have any real effects except for non-linked app size. |
🚀 [CI Build] Test results 🚀Test results✅ All tests passed on VSTS: simulator tests. 🎉 All 225 tests passed 🎉 Tests counts✅ bcl: All 69 tests passed. [attempt 2] Html Report (VSDrops) Download Pipeline on Agent |
…S when the member has a NoMac attribute. (#17299) This ensures that all platform assemblies know that the member doesn't exist on macOS.
This ensures that all platform assemblies know that the member doesn't exist
on macOS.