17 references to BlazorGatewayLog
Aspire.Hosting.Blazor (17)
BlazorGatewayExtensions.cs (5)
480
BlazorGatewayLog
.FailedToBuild(logger, reg.Resource.Name);
487
BlazorGatewayLog
.FailedToResolveManifests(logger, reg.Resource.Name);
492
BlazorGatewayLog
.DiscoveredManifests(logger,
509
BlazorGatewayLog
.EndpointsManifestNotFound(context.Logger, srcEndpoints);
518
BlazorGatewayLog
.WrotePrefixedEndpoints(context.Logger, reg.Resource.Name, destEndpoints);
BlazorHostedExtensions.cs (1)
235
BlazorGatewayLog
.WasmClientDiscoveryFailed(
BlazorWasmAppBuilder.cs (8)
20
BlazorGatewayLog
.BuildStarted(logger, projectPath);
30
BlazorGatewayLog
.ProcessStartFailed(
40
BlazorGatewayLog
.BuildFailed(logger, projectPath, result.StandardOutput, result.StandardError);
44
BlazorGatewayLog
.BuildSucceeded(logger, Path.GetFileNameWithoutExtension(projectPath));
69
BlazorGatewayLog
.ProcessStartFailed(
79
BlazorGatewayLog
.MsBuildTargetFailed(logger, projectPath, result.StandardOutput, result.StandardError);
90
BlazorGatewayLog
.ManifestJsonParseFailed(logger, projectPath, ex);
100
BlazorGatewayLog
.IncompleteManifestPaths(logger,
Manifests\EndpointsManifestTransformer.cs (3)
90
BlazorGatewayLog
.RuntimeManifestNotFound(logger, runtimePath);
113
BlazorGatewayLog
.MergedRuntimeManifest(logger,
127
BlazorGatewayLog
.WroteMergedManifest(logger, outputPath);