3 references to StaticAssetsEndpointRouteBuilderExtensions
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentsEndpointConventionBuilderExtensions.cs (1)
47
/// the <see cref="
StaticAssetsEndpointRouteBuilderExtensions
.MapStaticAssets(Routing.IEndpointRouteBuilder, string?)"/>
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
Builder\WebAssemblyRazorComponentsEndpointConventionBuilderExtensions.cs (2)
84
[LoggerMessage(1, LogLevel.Warning, $$"""Mapped static asset endpoints not found. Ensure '{{nameof(
StaticAssetsEndpointRouteBuilderExtensions
.MapStaticAssets)}}' is called before '{{nameof(AddInteractiveWebAssemblyRenderMode)}}'.""")]
87
[LoggerMessage(2, LogLevel.Warning, $$"""Mapped static asset endpoints not found for manifest '{ManifestPath}'. Ensure '{{nameof(
StaticAssetsEndpointRouteBuilderExtensions
.MapStaticAssets)}}'(staticAssetsManifestPath) is called before '{{nameof(AddInteractiveWebAssemblyRenderMode)}}' and that both manifest paths are the same.""")]