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