[src] Remove CIFilterGenerator from iOS and Mac Catalyst.#25630
Conversation
This is a macOS-only class. But keep obsolete APIs throwing PlatformNotSupportedException until XAMCORE_5_0.
|
/azp run |
There was a problem hiding this comment.
Pull request overview
Removes the CIFilterGenerator binding from iOS and Mac Catalyst (keeping it macOS-only), while preserving source compatibility pre-XAMCORE_5_0 via an obsolete API surface that throws PlatformNotSupportedException.
Changes:
- Removed
CIFilterGeneratorfrom iOS/Mac Catalyst xtro-sharpie ignore lists. - Updated the CoreImage binding definitions so
CIFilterGeneratoris macOS-only. - Added a legacy (pre-
XAMCORE_5_0) iOS/Mac Catalyst stub type that throwsPlatformNotSupportedException.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CoreImage.ignore | Removes ignore entry now that CIFilterGenerator is no longer bound for Mac Catalyst in .NET. |
| tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreImage.ignore | Removes ignore entry now that CIFilterGenerator is no longer bound for iOS in .NET. |
| tests/introspection/ApiSelectorTest.cs | Removes special-case selector skipping for CIFilterGenerator. |
| src/frameworks.sources | Includes the new CoreImage/CIFilterGenerator.cs source file in the build. |
| src/CoreImage/CIFilterGenerator.cs | Adds an obsolete, PNSE-throwing stub for legacy iOS/Mac Catalyst builds (pre-XAMCORE_5_0). |
| src/coreimage.cs | Makes the CIFilterGenerator binding macOS-only by removing iOS/Mac Catalyst availability. |
|
Azure Pipelines successfully started running 3 pipeline(s). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
✅ [PR Build #7290d27] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #7290d27] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [PR Build #7290d27] Build passed (Build macOS tests) ✅Pipeline on Agent |
🔥 [CI Build #7290d27] Test results 🔥Test results❌ Tests failed on VSTS: test results 0 tests crashed, 16 tests failed, 177 tests passed. Failures❌ introspection tests4 tests failed, 2 tests passed.Failed tests
Html Report (VSDrops) Download ❌ linker tests (tvOS)11 tests failed, 0 tests passed.Failed tests
Html Report (VSDrops) Download ❌ Tests on macOS Tahoe (26) tests1 tests failed, 4 tests passed.Failed tests
Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
|
The test failures are unrelated. |
This is a macOS-only class.
But keep obsolete APIs throwing PlatformNotSupportedException until XAMCORE_5_0.