1 instantiation of StaticAssetDevelopmentRuntimeHandler
Microsoft.AspNetCore.StaticAssets (1)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
262var hotReloadHandler = new StaticAssetDevelopmentRuntimeHandler(descriptors);
14 references to StaticAssetDevelopmentRuntimeHandler
Microsoft.AspNetCore.StaticAssets (6)
Development\StaticAssetDevelopmentRuntimeHandler.cs (2)
262var hotReloadHandler = new StaticAssetDevelopmentRuntimeHandler(descriptors); 283var logger = endpoints.ServiceProvider.GetRequiredService<ILogger<StaticAssetDevelopmentRuntimeHandler>>();
StaticAssetsEndpointRouteBuilderExtensions.cs (4)
39if (StaticAssetDevelopmentRuntimeHandler.IsEnabled(result.IsBuildManifest, endpoints.ServiceProvider)) 41StaticAssetDevelopmentRuntimeHandler.EnableSupport(endpoints, result, environment, result.Descriptors); 94if (StaticAssetDevelopmentRuntimeHandler.IsEnabled(result.IsBuildManifest, endpoints.ServiceProvider)) 96StaticAssetDevelopmentRuntimeHandler.EnableSupport(endpoints, result, environment, result.Descriptors);
Microsoft.AspNetCore.StaticAssets.Tests (8)
StaticAssetsIntegrationTests.cs (8)
309builder.WebHost.UseSetting(StaticAssetDevelopmentRuntimeHandler.ReloadStaticAssetsAtRuntimeKey, "true"); 364builder.WebHost.UseSetting(StaticAssetDevelopmentRuntimeHandler.ReloadStaticAssetsAtRuntimeKey, "true"); 417builder.WebHost.UseSetting(StaticAssetDevelopmentRuntimeHandler.ReloadStaticAssetsAtRuntimeKey, "true"); 483builder.WebHost.UseSetting(StaticAssetDevelopmentRuntimeHandler.ReloadStaticAssetsAtRuntimeKey, "true"); 540builder.WebHost.UseSetting(StaticAssetDevelopmentRuntimeHandler.ReloadStaticAssetsAtRuntimeKey, "true"); 1230var truncated = StaticAssetDevelopmentRuntimeHandler.TruncateToSeconds(original); 1247var truncated = StaticAssetDevelopmentRuntimeHandler.TruncateToSeconds(utcDateTime); 1261var truncated = StaticAssetDevelopmentRuntimeHandler.TruncateToSeconds(original);