NSOrderedCollectionDifference binding in Xcode 13 has issue with generic MonoPInvokeCallback and generator #15577
Labels
enhancement
The issue or pull request is an enhancement
Milestone
As part of Xcode 13's Foundation changes (originally in #13328 but later in Xcode 14) this callback is needed:
However, both generator.cs and the cecil test
MonoPInvokeCallback
do not like the generic<NSObject>
portion.I removed it, and then the generator, cecil test, and Manuel's monotouch tests all pass however, we are not certain that is correct.
The base collection has:
So it can in theory have INativeObjects that are not NSObjects.
Manuel and I were not confident, so we are disabling those bindings with this issue tracking.
The text was updated successfully, but these errors were encountered: