We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0300dc commit 72685e9Copy full SHA for 72685e9
src/IntelliTect.Coalesce/Application/CoalesceOptions.cs
@@ -17,7 +17,7 @@ public class CoalesceOptions
17
/// </summary>
18
public static void PreventAspNetBrowserRefresh()
19
{
20
- const string key = "ASPNETCORE_" + WebHostDefaults.HostingStartupExcludeAssembliesKey;
+ string key = "ASPNETCORE_" + WebHostDefaults.HostingStartupExcludeAssembliesKey;
21
const string assemblyToExclude = "Microsoft.AspNetCore.Watch.BrowserRefresh";
22
23
var existing = Environment.GetEnvironmentVariable(key);
0 commit comments