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)
467gateway.WithBlazorClientApp(wasmApp, proxyTelemetry: true); 488gateway.WithBlazorClientApp(wasmApp, proxyTelemetry: true);
WithBlazorAppTests.cs (14)
94gateway.WithBlazorClientApp(wasmApp); 121gateway.WithBlazorClientApp(wasmApp); 150gateway.WithBlazorClientApp(wasmApp); 171gateway.WithBlazorClientApp(wasmApp); 190gateway.WithBlazorClientApp(wasmApp); 228gateway.WithBlazorClientApp(wasmApp); 247gateway.WithBlazorClientApp(wasmApp); 286gateway.WithBlazorClientApp(wasmApp); 313gateway.WithBlazorClientApp(wasmApp); 348gateway.WithBlazorClientApp(wasmApp); 370gateway.WithBlazorClientApp(wasmApp, proxyTelemetry: false); 394gateway.WithBlazorClientApp(wasmApp); 422gateway.WithBlazorClientApp(wasmApp); 464gateway.WithBlazorClientApp(wasmApp);
BlazorStandalone.AppHost (1)
AppHost.cs (1)
24.WithBlazorClientApp(blazorApp);