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