3 references to RandomNameSuffixLength
Aspire.Hosting (3)
Dcp\DcpNameGenerator.cs (3)
146var suffix = PasswordGenerator.Generate(RandomNameSuffixLength, true, false, false, false, RandomNameSuffixLength, 0, 0, 0); 153var suffix = _configuration["AppHost:Sha256"]!.Substring(0, RandomNameSuffixLength).ToLowerInvariant();