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