14 references to MakeErrorEventArgs
Microsoft.Build.Engine.UnitTests (14)
TerminalLogger_Tests.cs (14)
548
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Restore Failed"));
582
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error!"));
598
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error!"));
615
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error1!"));
616
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error2!"));
633
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error1!", buildEventContext: p1Context));
634
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error2!", buildEventContext: p1Context));
641
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error3!", buildEventContext: p2Context));
642
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error4!", buildEventContext: p2Context));
672
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("Error!"));
988
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("this error has a link because it has an explicit link", link: "https://example.com"));
989
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("this error has a link because it has a keyword", keyword: "keyword"));
990
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("this error has a link to example.com because links take precedence over keywords", link: "https://example.com", keyword: "keyword"));
991
_centralNodeEventSource.InvokeErrorRaised(
MakeErrorEventArgs
("this error has no link because it has no link or keyword"));