Chris Hamons
                                            Chris Hamons
                                        
                                    As discussed on Teams, Catalyst is implied by iOS in the generator with https://github.com/xamarin/xamarin-macios/blob/main/src/generator.cs#L3528-L3539. I am looking into the failures.
So the test failure actually requires a generator change to correct it. In discussions now on how to land.
FYI @rolfbjarne maybe we should look at this when you or both of us get back?
FYI @rolfbjarne
There appears to be some limited API bindings already [created](https://github.com/xamarin/xamarin-macios/blob/main/src/inputmethodkit.cs), but they are not enabled in the build as they are not complete. This issue is open to note the...
Yes, the reason for this current issue is that we have not completed that binding, thus it is unavailable. There are workarounds you could do, such as writing a portion...
There is very basic prototype support [here](https://github.com/xamarin/xamarin-macios/issues/15315) for combining Swift and C#, but inheritance across languages would be difficult at best, and possibly impossible. I have not looked into it...
So this issue is tracking the fact that a [PR was created in 2017](https://github.com/xamarin/xamarin-macios/pull/1930) and abandoned as incomplete and requiring rework before it could continue. The fact that the Apple...
This seems like a good idea, adding to NET7 for consideration. FYI @dalexsoto @rolfbjarne