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
Expected
We successfully hot reload and call Bar().
Actual
When calling bar, we see an exception being thrown.
System.MissingMethodException: 'Attempted to access a missing method.'
Fix
Consider adding a better error message once this message occurs so the user can understand what actually happened. The hot reload issue itself is already being addressed.
The text was updated successfully, but these errors were encountered:
Version Used: VS 17.4 with .NET 6/7
Steps to Reproduce:
Expected
We successfully hot reload and call Bar().
Actual
When calling bar, we see an exception being thrown.
System.MissingMethodException: 'Attempted to access a missing method.'
Fix
Consider adding a better error message once this message occurs so the user can understand what actually happened. The hot reload issue itself is already being addressed.
The text was updated successfully, but these errors were encountered: