1 write to _normalizedApplicationName
Aspire.Hosting (1)
Dcp\ContainerCreator.cs (1)
84
_normalizedApplicationName
= DcpExecutor.NormalizeApplicationName(hostEnvironment.ApplicationName);
4 references to _normalizedApplicationName
Aspire.Hosting (4)
Dcp\ContainerCreator.cs (4)
125
if (!string.IsNullOrEmpty(
_normalizedApplicationName
))
127
var shortApplicationName =
_normalizedApplicationName
.Length < 32 ?
_normalizedApplicationName
:
_normalizedApplicationName
.Substring(0, 32);