1 write to EndpointName
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
475EndpointName = endpointName;
7 references to EndpointName
Aspire.Dashboard (3)
Model\ResourceUrlHelpers.cs (2)
27if (!includeNonEndpointUrls && string.IsNullOrEmpty(url.EndpointName)) 35Name = url.EndpointName ?? "-",
Model\TelemetryExportService.cs (1)
735Name = u.EndpointName,
Aspire.Dashboard.Tests (4)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
103EndpointName = url.EndpointName ?? string.Empty,
Model\SqliteResourceRepositoryTests.cs (3)
451Assert.Equal("https", url.EndpointName); 457Assert.Equal("https", url.EndpointName); 496Assert.Equal(endpointName, actual.EndpointName);