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
The codegen for the trimmable type map uses unsafe extensively and with the upcoming changes to the unsafe in C# we should make sure our unsafe code matches the new unsafe model.
The codegen for the trimmable type map uses
unsafeextensively and with the upcoming changes to theunsafein C# we should make sure our unsafe code matches the new unsafe model.