1 write to Output
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
SetupTargetFeedConfigV4Tests.cs (1)
81
this.
Output
= output;
4 references to Output
Microsoft.DotNet.Build.Tasks.Feed.Tests (4)
SetupTargetFeedConfigV4Tests.cs (4)
430
Output
.WriteLine($"The expected items list has {expectedItems.Count()} item(s) but the list of actual items has {actualItems.Count()}.");
439
Output
.WriteLine($"Expected item was not found in the actual collection of items: {expected}");
441
Output
.WriteLine("Actual items are: ");
444
Output
.WriteLine($"\t {actual}");