-
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
[BGen] Remove support for the System.Drawing objects. #22247
Conversation
We do not longer support them in dotnet so we remove the support from bgen and update the tests to use the CoreGraphics alternatives. If a user adds any of the remove types they will get an exception with an unboxing error.
✅ [PR Build #1118f3f] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #1118f3f] Build passed (Detect API changes) ✅Pipeline on Agent |
🔥 Failed to compare API and create generator diff 🔥 Error: 'make' failed for the hash ed11d0e. Pipeline on Agent |
✅ [PR Build #1118f3f] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [PR Build #1118f3f] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [PR Build #1118f3f] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [PR Build #1118f3f] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [PR Build #1118f3f] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
🚀 [CI Build #1118f3f] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 112 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
We do not longer support them in dotnet so we remove the support from bgen and update the tests to use the CoreGraphics alternatives.
If a user adds any of the remove types they will get an exception with an unboxing error.