Closed sandyarmstrong closed 2 years ago
This allows checking all ObjCRuntime.INativeObect implementors to ensure they are not using IntPtr in their constructors, which will cause runtime crashes with Preview 13 of the .NET 6 macos workload.
ObjCRuntime.INativeObect
IntPtr
This allows checking all
ObjCRuntime.INativeObect
implementors to ensure they are not usingIntPtr
in their constructors, which will cause runtime crashes with Preview 13 of the .NET 6 macos workload.