`[UnsafeAccessor]` does not work with modern extension syntax (115603) https://github.com/dotnet/runtime/issues/115603
`[UnsafeAccessor]` does not work with modern extension syntax · Issue #115603 · dotnet/runtime
Description With the preview release of the new extensions feature, the [UnsafeAccessor] attribute has new usage potential. However, as of .NET 10 Preview 4, this is not supported. Reproduction Ste...
github.com