1 instantiation of StaticAssetDevelopmentRuntimeHandler
Microsoft.AspNetCore.StaticAssets (1)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
172
var hotReloadHandler = new
StaticAssetDevelopmentRuntimeHandler
(descriptors);
9 references to StaticAssetDevelopmentRuntimeHandler
Microsoft.AspNetCore.StaticAssets (6)
Development\StaticAssetDevelopmentRuntimeHandler.cs (2)
172
var
hotReloadHandler = new StaticAssetDevelopmentRuntimeHandler(descriptors);
193
var logger = endpoints.ServiceProvider.GetRequiredService<ILogger<
StaticAssetDevelopmentRuntimeHandler
>>();
StaticAssetsEndpointRouteBuilderExtensions.cs (4)
39
if (
StaticAssetDevelopmentRuntimeHandler
.IsEnabled(result.IsBuildManifest, endpoints.ServiceProvider))
41
StaticAssetDevelopmentRuntimeHandler
.EnableSupport(endpoints, result, environment, result.Descriptors);
94
if (
StaticAssetDevelopmentRuntimeHandler
.IsEnabled(result.IsBuildManifest, endpoints.ServiceProvider))
96
StaticAssetDevelopmentRuntimeHandler
.EnableSupport(endpoints, result, environment, result.Descriptors);
Microsoft.AspNetCore.StaticAssets.Tests (3)
StaticAssetsIntegrationTests.cs (3)
309
builder.WebHost.UseSetting(
StaticAssetDevelopmentRuntimeHandler
.ReloadStaticAssetsAtRuntimeKey, "true");
364
builder.WebHost.UseSetting(
StaticAssetDevelopmentRuntimeHandler
.ReloadStaticAssetsAtRuntimeKey, "true");
417
builder.WebHost.UseSetting(
StaticAssetDevelopmentRuntimeHandler
.ReloadStaticAssetsAtRuntimeKey, "true");