5 references to MaximumStandardErrorLength
Aspire.Hosting.Rust (2)
CargoMetadataReader.cs (2)
182if (redacted.Length <= MaximumStandardErrorLength) 187var retainedLength = MaximumStandardErrorLength - TruncatedDiagnosticSuffix.Length;
Aspire.Hosting.Rust.Tests (3)
CargoMetadataTests.cs (3)
130var standardError = $"{new string('x', CargoMetadataReader.MaximumStandardErrorLength - 6)}{Secret}tail"; 135$"{new string('x', CargoMetadataReader.MaximumStandardErrorLength - TruncatedDiagnosticSuffix.Length)}{TruncatedDiagnosticSuffix}", 252var retainedLength = CargoMetadataReader.MaximumStandardErrorLength - TruncatedDiagnosticSuffix.Length;