14 references to MakeErrorEventArgs
Microsoft.Build.Engine.UnitTests (14)
TerminalLogger_Tests.cs (14)
546
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Restore Failed"));
580
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error!"));
596
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error!"));
613
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error1!"));
614
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error2!"));
631
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error1!", buildEventContext: p1Context));
632
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error2!", buildEventContext: p1Context));
639
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error3!", buildEventContext: p2Context));
640
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error4!", buildEventContext: p2Context));
670
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error!"));
986
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("this error has a link because it has an explicit link", link: "https://example.com"));
987
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("this error has a link because it has a keyword", keyword: "keyword"));
988
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("this error has a link to example.com because links take precedence over keywords", link: "https://example.com", keyword: "keyword"));
989
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("this error has no link because it has no link or keyword"));