20 references to WithBlazorClientApp
Aspire.Hosting.Blazor (3)
BlazorGatewayExtensions.cs (2)
197
/// <see cref="
WithBlazorClientApp
(IResourceBuilder{ProjectResource}, IResourceBuilder{BlazorWasmAppResource}, string, string, bool)"/>.
282
/// <see cref="
WithBlazorClientApp
(IResourceBuilder{ProjectResource}, IResourceBuilder{BlazorWasmAppResource}, string, string, bool)"/>
Resources\BlazorWasmAppResource.cs (1)
36
/// Set internally when <see cref="BlazorGatewayExtensions.
WithBlazorClientApp
(IResourceBuilder{ProjectResource}, IResourceBuilder{BlazorWasmAppResource}, string, string, bool)"/> associates
Aspire.Hosting.Blazor.Tests (16)
BlazorHostedExtensionsTests.cs (2)
467
gateway.
WithBlazorClientApp
(wasmApp, proxyTelemetry: true);
488
gateway.
WithBlazorClientApp
(wasmApp, proxyTelemetry: true);
WithBlazorAppTests.cs (14)
94
gateway.
WithBlazorClientApp
(wasmApp);
121
gateway.
WithBlazorClientApp
(wasmApp);
150
gateway.
WithBlazorClientApp
(wasmApp);
171
gateway.
WithBlazorClientApp
(wasmApp);
190
gateway.
WithBlazorClientApp
(wasmApp);
228
gateway.
WithBlazorClientApp
(wasmApp);
247
gateway.
WithBlazorClientApp
(wasmApp);
286
gateway.
WithBlazorClientApp
(wasmApp);
313
gateway.
WithBlazorClientApp
(wasmApp);
348
gateway.
WithBlazorClientApp
(wasmApp);
370
gateway.
WithBlazorClientApp
(wasmApp, proxyTelemetry: false);
394
gateway.
WithBlazorClientApp
(wasmApp);
422
gateway.
WithBlazorClientApp
(wasmApp);
464
gateway.
WithBlazorClientApp
(wasmApp);
BlazorStandalone.AppHost (1)
AppHost.cs (1)
24
.
WithBlazorClientApp
(blazorApp);