4 references to LogFileExtension
Microsoft.AspNetCore.InternalTesting (4)
AssemblyTestLog.cs (4)
123
if (logOutputDirectory.Length + testName.Length +
LogFileExtension
.Length >= MaxPathLength)
128
var testNameLength = MaxPathLength - logOutputDirectory.Length -
LogFileExtension
.Length;
140
var testOutputFile = Path.Combine(logOutputDirectory, $"{testName}{
LogFileExtension
}");
148
testOutputFile = Path.Combine(logOutputDirectory, $"{testName}.{i}{
LogFileExtension
}");