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
Ok, experimenting with the EmitHacksTest I have found that we need support for UnsafeAccessorTypeAttribute likely in .NET 9 to access the non-public classes such as DynamicILGenerator and RuntimeILGenerator.
Reference tests in dotnet https://github.com/dotnet/runtime/blob/1ff7fbb4c61f08d36afe0e113a676a0fb332ffbc/src/tests/baseservices/compilerservices/UnsafeAccessors/UnsafeAccessorsTests.cs#L11
The text was updated successfully, but these errors were encountered: