3 references to MaxApplicationDirectoryNameLength
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
589var maxPrefixLength = MaxApplicationDirectoryNameLength - separatorLength - hashLength;
Aspire.Dashboard.Tests (2)
Model\DashboardDataSourceTests.cs (2)
525Assert.Equal(DashboardRunStore.MaxApplicationDirectoryNameLength, firstDirectoryName.Length); 526Assert.Equal(DashboardRunStore.MaxApplicationDirectoryNameLength, secondDirectoryName.Length);