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)
125if (!string.IsNullOrEmpty(_normalizedApplicationName)) 127var shortApplicationName = _normalizedApplicationName.Length < 32 ? _normalizedApplicationName : _normalizedApplicationName.Substring(0, 32);