4 references to GetWarningsCount
Microsoft.Build.BuildCheck.UnitTests (4)
EndToEndTests.cs (4)
135GetWarningsCount(output.LogOutput).ShouldBe(expectedWarningsCount); 245GetWarningsCount(output).ShouldBe(skipUnchangedDuringCopy ? 0 : 1); 404GetWarningsCount(output).ShouldBe(expectedWarningsCount); 486GetWarningsCount(output).ShouldBe(expectCheckTrigger ? 1 : 0);