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