KirillOsenkov / MetadataTools

Various tools and helpers to read assembly metadata.
MIT License
195 stars 25 forks source link

BinaryCompatChecker: Add /intPtrCtors option #12

Closed sandyarmstrong closed 2 years ago

sandyarmstrong commented 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.