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