4 references to GetWarningsCount
Microsoft.Build.BuildCheck.UnitTests (4)
EndToEndTests.cs (4)
134GetWarningsCount(output.LogOutput).ShouldBe(expectedWarningsCount); 244GetWarningsCount(output).ShouldBe(skipUnchangedDuringCopy ? 0 : 1); 396GetWarningsCount(output).ShouldBe(expectedWarningsCount); 473GetWarningsCount(output).ShouldBe(expectCheckTrigger ? 1 : 0);