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
Would it be possible to generate private method accessors using UnsafeAccessorAttribute when targetting at least dotnet8?
That would make it safe to use with NativeAOT and Trimming, as the accessed attributes are marked as used and not removed.