5 implementations of ApplicationName
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
556public 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";
4 references to ApplicationName
Aspire.Dashboard (4)
Components\Controls\ApplicationName.razor.cs (2)
44applicationName = string.Format(CultureInfo.InvariantCulture, Loc[ResourceName], DashboardClient.ApplicationName); 48applicationName = DashboardClient.ApplicationName;
Components\Pages\Resources.razor.cs (1)
262_collapsedResourceNamesKey = BrowserStorageKeys.CollapsedResourceNamesKey(DashboardClient.ApplicationName);
Model\Assistant\AssistantChatDataContext.cs (1)
60public string ApplicationName => _dashboardClient.ApplicationName;