5 references to Name
Aspire.Hosting.Blazor (3)
GatewayConfigurationBuilder.cs (2)
44
servicesList.Add(new HostedClientService(svc.
Name
, reg.ApiPrefix));
50
servicesList.Add(new HostedClientService(svc.
Name
, reg.ApiPrefix, endpointName));
Resources\GatewayAppsAnnotation.cs (1)
31
public string[] GetServiceNames() => Services.Select(s => s.
Name
).ToArray();
Aspire.Hosting.Blazor.Tests (2)
WithBlazorAppTests.cs (2)
440
Assert.Equal("weatherapi", service.
Name
);
481
Assert.Equal("weatherapi", service.
Name
);