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