3 references to ResourceName
Aspire.Dashboard (2)
Components\Controls\ApplicationName.razor.cs (2)
43if (ResourceName is not null && Loc is not null) 45applicationName = string.Format(CultureInfo.InvariantCulture, Loc[ResourceName], DashboardClient.ApplicationName);
Aspire.Dashboard.Components.Tests (1)
Controls\ApplicationNameTests.cs (1)
49builder.Add(p => p.ResourceName, "{0} traces");