11 references to ReaderErrorType
Microsoft.Build (7)
Logging\BinaryLogger\BuildEventArgsReader.cs (4)
254
HandleError(ErrorFactory, _skipUnknownEvents,
ReaderErrorType
.UnknownFormatOfEventData, recordKind, e);
267
HandleError(ErrorFactory, _skipUnknownEvents,
ReaderErrorType
.UnknownEventType, recordKind);
277
HandleError(ErrorFactory, _skipUnknownEventParts,
ReaderErrorType
.UnknownEventData, recordKind);
285
void HandleError(FormatErrorMessage msgFactory, bool noThrow,
ReaderErrorType
readerErrorType, BinaryLogRecordKind recordKind, Exception? innerException = null)
Logging\BinaryLogger\Postprocessing\BinaryLogReaderErrorEventArgs.cs (2)
23
ReaderErrorType
errorType,
35
public
ReaderErrorType
ErrorType { get; }
Logging\BinaryLogger\Postprocessing\IBuildEventArgsReaderNotifications.cs (1)
45
/// In case of <see cref="
ReaderErrorType
.UnknownEventData"/> this is raised before returning the structured representation of a build event
Microsoft.Build.Engine.UnitTests (4)
BuildEventArgsSerialization_Tests.cs (4)
1014
readerErrors[0].ErrorType.ShouldBe(
ReaderErrorType
.UnknownEventData);
1074
readerErrors[0].ErrorType.ShouldBe(
ReaderErrorType
.UnknownEventType);
1125
readerErrors[0].ErrorType.ShouldBe(
ReaderErrorType
.UnknownFormatOfEventData);
1181
readerErrors[0].ErrorType.ShouldBe(
ReaderErrorType
.UnknownFormatOfEventData);