1 instantiation of StaticAssetDevelopmentRuntimeHandler
Microsoft.AspNetCore.StaticAssets (1)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
262
var hotReloadHandler = new
StaticAssetDevelopmentRuntimeHandler
(descriptors);
14 references to StaticAssetDevelopmentRuntimeHandler
Microsoft.AspNetCore.StaticAssets (6)
Development\StaticAssetDevelopmentRuntimeHandler.cs (2)
262
var
hotReloadHandler = new StaticAssetDevelopmentRuntimeHandler(descriptors);
283
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 (8)
StaticAssetsIntegrationTests.cs (8)
309
builder.WebHost.UseSetting(
StaticAssetDevelopmentRuntimeHandler
.ReloadStaticAssetsAtRuntimeKey, "true");
364
builder.WebHost.UseSetting(
StaticAssetDevelopmentRuntimeHandler
.ReloadStaticAssetsAtRuntimeKey, "true");
417
builder.WebHost.UseSetting(
StaticAssetDevelopmentRuntimeHandler
.ReloadStaticAssetsAtRuntimeKey, "true");
483
builder.WebHost.UseSetting(
StaticAssetDevelopmentRuntimeHandler
.ReloadStaticAssetsAtRuntimeKey, "true");
540
builder.WebHost.UseSetting(
StaticAssetDevelopmentRuntimeHandler
.ReloadStaticAssetsAtRuntimeKey, "true");
1230
var truncated =
StaticAssetDevelopmentRuntimeHandler
.TruncateToSeconds(original);
1247
var truncated =
StaticAssetDevelopmentRuntimeHandler
.TruncateToSeconds(utcDateTime);
1261
var truncated =
StaticAssetDevelopmentRuntimeHandler
.TruncateToSeconds(original);