Skip to content

Conversation

rolfbjarne
Copy link
Member

Each CIFilter can desribe their input and output properties (the filter's InputKeys
and OutputKeys properties), and also a dictionary with information about these input
and output properties (the filter's Attributes property).

We've bound the input and output properties in C#, with the help of the information
in the dictionary on how to bind them.

However, it turns out not every entry in the InputKeys and OutputKeys properties
have a corresponding entry in the Attributes dictionary, which makes them hard to
bind, because there's no type information we can use to determine how to bind them.
Additionally, none of these entries show up in the filter's corresponding protocol
either.

This leads me to believe we shouldn't bind these input and output properties, so
don't do that:

  • Update introspection to ignore these properties. This means we can remove a few
    hard-coded skips in the tests.
  • Remove these properties from the bindings if they're already there (for XAMCORE_5_0).
    Some were actually there, just commented out, and those got just removed.

Each CIFilter can desribe their input and output properties (the filter's InputKeys
and OutputKeys properties), and also a dictionary with information about these input
and output properties (the filter's Attributes property).

We've bound the input and output properties in C#, with the help of the information
in the dictionary on how to bind them.

However, it turns out not every entry in the InputKeys and OutputKeys properties
have a corresponding entry in the Attributes dictionary, which makes them hard to
bind, because there's no type information we can use to determine how to bind them.
Additionally, none of these entries show up in the filter's corresponding protocol
either.

This leads me to believe we shouldn't bind these input and output properties, so
don't do that:

* Update introspection to ignore these properties. This means we can remove a few
  hard-coded skips in the tests.
* Remove these properties from the bindings if they're already there (for XAMCORE_5_0).
  Some were actually there, just commented out, and those got just removed.
@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #95b4882] Build passed (Build packages) ✅

Pipeline on Agent
Hash: 95b48826acc718e5a929f05bc3e5332331d6ee3e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [PR Build #95b4882] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: 95b48826acc718e5a929f05bc3e5332331d6ee3e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ API diff for current PR / commit

NET (empty diffs)

✅ API diff vs stable

NET (empty diffs)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: 95b48826acc718e5a929f05bc3e5332331d6ee3e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #95b4882] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: 95b48826acc718e5a929f05bc3e5332331d6ee3e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #95b4882] Tests on macOS X64 - Mac Sonoma (14) passed 💻

All tests on macOS X64 - Mac Sonoma (14) passed.

Pipeline on Agent
Hash: 95b48826acc718e5a929f05bc3e5332331d6ee3e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #95b4882] Tests on macOS M1 - Mac Monterey (12) passed 💻

All tests on macOS M1 - Mac Monterey (12) passed.

Pipeline on Agent
Hash: 95b48826acc718e5a929f05bc3e5332331d6ee3e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #95b4882] Tests on macOS M1 - Mac Ventura (13) passed 💻

All tests on macOS M1 - Mac Ventura (13) passed.

Pipeline on Agent
Hash: 95b48826acc718e5a929f05bc3e5332331d6ee3e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #95b4882] Tests on macOS arm64 - Mac Sequoia (15) passed 💻

All tests on macOS arm64 - Mac Sequoia (15) passed.

Pipeline on Agent
Hash: 95b48826acc718e5a929f05bc3e5332331d6ee3e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #95b4882] Tests on macOS arm64 - Mac Tahoe (26) passed 💻

All tests on macOS arm64 - Mac Tahoe (26) passed.

Pipeline on Agent
Hash: 95b48826acc718e5a929f05bc3e5332331d6ee3e [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

🚀 [CI Build #95b4882] Test results 🚀

Test results

✅ All tests passed on VSTS: test results.

🎉 All 115 tests passed 🎉

Tests counts

✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 5 tests passed. Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. Html Report (VSDrops) Download
✅ introspection: All 4 tests passed. Html Report (VSDrops) Download
✅ linker: All 44 tests passed. Html Report (VSDrops) Download
✅ monotouch (iOS): All 8 tests passed. Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 11 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 9 tests passed. Html Report (VSDrops) Download
✅ monotouch (tvOS): All 8 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ windows: All 3 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent
Hash: 95b48826acc718e5a929f05bc3e5332331d6ee3e [PR build]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants