3 references to MakeConsistent
Microsoft.AspNetCore.InternalTesting.Tests (3)
AssemblyTestLogTests.cs (3)
88var testLogContent = MakeConsistent(output.Output); 163var globalLogContent = MakeConsistent(File.ReadAllText(globalLogPath)); 164var testLogContent = MakeConsistent(File.ReadAllText(testLog));