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
During EnC and .NET Hot Reload it would be great to be able to update things such as static arrays.
Below example is from the ASP.NET Core WebAPI default template example around weather. Today you can apply changes but its never re-initialized so it doesn't actually change the runtime state.
During EnC and .NET Hot Reload it would be great to be able to update things such as static arrays.
Below example is from the ASP.NET Core WebAPI default template example around weather. Today you can apply changes but its never re-initialized so it doesn't actually change the runtime state.
Example:
The text was updated successfully, but these errors were encountered: