5 references to FormatVersionMismatchWarning
Microsoft.Build.Engine.UnitTests (4)
BinaryLogger_Tests.cs (4)
1054
replayEventSource.
FormatVersionMismatchWarning
.ShouldBeNull();
1078
replayEventSource.
FormatVersionMismatchWarning
.ShouldNotBeNull();
1079
replayEventSource.
FormatVersionMismatchWarning
.ShouldContain(newerVersion.ToString());
1080
replayEventSource.
FormatVersionMismatchWarning
.ShouldContain(BinaryLogger.FileFormatVersion.ToString());
MSBuild (1)
XMake.cs (1)
4097
if (replayEventSource.
FormatVersionMismatchWarning
is string warning)