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
<!-- By default, enable auto rebuilds for debug builds. Note that the server will not enable it in production environments regardless. -->
8
-
<BlazorRebuildOnFileChangeCondition="'$(Configuration)' == 'Debug' AND '$(BlazorRebuildOnFileChange)' == ''">true</BlazorRebuildOnFileChange>
9
-
10
-
<!-- By default, enable debugging for debug builds. -->
11
-
<BlazorEnableDebuggingCondition="'$(Configuration)' == 'Debug' AND '$(BlazorEnableDebugging)' == ''">true</BlazorEnableDebugging>
12
-
13
7
<!-- When using IISExpress with a standalone app, there's no point restarting IISExpress after build. It slows things unnecessarily and breaks in-flight HTTP requests. -->
0 commit comments