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