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
We currently use ILLink to strip locals init. Now that the C# compiler supports the ability to not output locals init in the first place (via [SkipLocalsInit]) we should switch to using that.
We currently use ILLink to strip locals init. Now that the C# compiler supports the ability to not output locals init in the first place (via [SkipLocalsInit]) we should switch to using that.