You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using .NET 7 (and the same code compiles on .NET 8 so I assume the same) and I see I have to do weird things for UIVIew.HitTest. The return type is not nullable and thus is needing a bunch of null! returns.
Steps to Reproduce
I am using .NET 7 (and the same code compiles on .NET 8 so I assume the same) and I see I have to do weird things for
UIVIew.HitTest
. The return type is not nullable and thus is needing a bunch ofnull!
returns.The Apple docs also show it as nullable: https://developer.apple.com/documentation/uikit/uiview/1622469-hittest
The text was updated successfully, but these errors were encountered: