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
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Add semicolon to end of @inject IUrlHelper foo => @inject IUrlHelper foo;, hit save.
Result: IIS terminates.
Expected Result: compilation error or ignore ';'.
*Note: * You can also see the impact of adding a semicolon to the end of the @inject when in the editor by the tons of error messages that appear due to the semicolon (essentially because code fails to generate).