4 references to AddDotnetProjectBlazorGateway
Aspire.Hosting.Blazor (1)
BlazorGatewayExtensions.cs (1)
196
/// <see cref="
AddDotnetProjectBlazorGateway
"/>. Behaves identically to
Aspire.Hosting.Blazor.Tests (3)
AddDotnetProjectBlazorGatewayTests.cs (3)
18
var gateway = builder.
AddDotnetProjectBlazorGateway
("gateway");
45
var gateway = builder.
AddDotnetProjectBlazorGateway
("gateway");
69
Assert.Throws<NotSupportedException>(() => builder.
AddDotnetProjectBlazorGateway
("gateway"));