5 implementations of ApplicationName
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
546public string ApplicationName
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestDashboardClient.cs (1)
23public string ApplicationName { get; } = "TestApp";
Aspire.Dashboard.Tests (3)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
41public string ApplicationName => "IntegrationTestApplication";
ResourceOutgoingPeerResolverTests.cs (1)
416public string ApplicationName => "ApplicationName";
tests\Shared\TestDashboardClient.cs (1)
23public string ApplicationName { get; } = "TestApp";
3 references to ApplicationName
Aspire.Dashboard (3)
Components\Controls\ApplicationName.razor.cs (2)
44applicationName = string.Format(CultureInfo.InvariantCulture, Loc[ResourceName], DashboardClient.ApplicationName); 48applicationName = DashboardClient.ApplicationName;
Model\Assistant\AssistantChatDataContext.cs (1)
62public string ApplicationName => _dashboardClient.ApplicationName;