190 references to HaveStdOutMatching
dotnet-new.IntegrationTests (156)
CommonTemplatesTests.cs (1)
166
.And.
HaveStdOutMatching
("^-rw-------.*nuget.config$", RegexOptions.Multiline);
DotnetNewDetailsTest.cs (2)
37
.And.
HaveStdOutMatching
($"Microsoft.TemplateEngine.TestTemplates{Environment.NewLine} Authors:{Environment.NewLine} Microsoft{Environment.NewLine} Templates:");
58
.And.
HaveStdOutMatching
($"No template packages found matching: {nonexistantPackageName}.");
DotnetNewInstallTests.cs (15)
39
.And.
HaveStdOutMatching
($"Success: Microsoft\\.DotNet\\.Web\\.ProjectTemplates\\.5\\.0::([\\d\\.a-z-])+ installed the following templates:")
88
.And.
HaveStdOutMatching
($"Success: Microsoft\\.DotNet\\.Common\\.ProjectTemplates\\.5\\.0::([\\d\\.a-z-])+ installed the following templates:")
147
.And.
HaveStdOutMatching
($"Success: Microsoft\\.DotNet\\.Common\\.ProjectTemplates\\.5\\.0::5\\.0([\\d\\.a-z-])+ installed the following templates:")
177
.And.
HaveStdOutMatching
($"Success: Microsoft.Azure.WebJobs.ProjectTemplates::4.0.1844-preview1 installed the following templates:")
196
.And.
HaveStdOutMatching
($"Success: Take\\.Blip\\.Client\\.Templates::([\\d\\.a-z-])+ installed the following templates:")
208
.And.
HaveStdOutMatching
($"Success: Take\\.Blip\\.Client\\.Templates::([\\d\\.a-z-])+ installed the following templates:")
226
.And.
HaveStdOutMatching
($"Success: Microsoft\\.TemplateEngine\\.TestTemplates::([\\d\\.a-z-])+ installed the following templates:")
246
.And.
HaveStdOutMatching
($"Success: Microsoft\\.DotNet\\.Web\\.ProjectTemplates\\.5\\.0::([\\d\\.a-z-])+ installed the following templates:")
249
.And.
HaveStdOutMatching
("\\[\\d{4}\\-\\d{2}\\-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{1,3}\\] " + Regex.Escape("[Debug] [Microsoft.TemplateEngine.Edge.Installers.NuGet.NuGetInstaller] => [Execute]: Microsoft.DotNet.Web.ProjectTemplates.5.0 is not a local NuGet package."))
250
.And.
HaveStdOutMatching
("\\[\\d{4}\\-\\d{2}\\-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{1,3}\\] " + Regex.Escape("[Debug] [Microsoft.TemplateEngine.Edge.Installers.NuGet.NuGetInstaller] => [Execute]: Microsoft.DotNet.Web.ProjectTemplates.5.0 is identified as the downloadable NuGet package."));
460
.And.
HaveStdOutMatching
($"Success: Microsoft\\.DotNet\\.Common\\.ProjectTemplates\\.5\\.0::([\\d\\.a-z-])+ installed the following templates:")
483
.And.
HaveStdOutMatching
("Microsoft\\.DotNet\\.Common\\.ProjectTemplates\\.5\\.0 \\(version ([\\d\\.a-z-])+\\) is already installed, it will be replaced with version 5\\.0\\.0")
484
.And.
HaveStdOutMatching
("Microsoft\\.DotNet\\.Common\\.ProjectTemplates\\.5\\.0::([\\d\\.a-z-])+ was successfully uninstalled")
556
.And.
HaveStdOutMatching
($"Success: Microsoft\\.TemplateEngine\\.TestTemplates::([\\d\\.a-z-])+ installed the following templates:")
567
.And.
HaveStdOutMatching
($"Success: Microsoft\\.TemplateEngine\\.TestTemplates::([\\d\\.a-z-])+ installed the following templates:")
DotnetNewInstantiateTests.Approval.cs (3)
278
.And.
HaveStdOutMatching
("The template \"TemplateWithMultiValueChoice\" was created successfully\\.");
302
.And.
HaveStdOutMatching
("The template \"TemplateWithMultiValueChoice\" was created successfully\\.");
335
.And.
HaveStdOutMatching
("The template \"TemplateWithConditionalParameters\" was created successfully\\.");
DotnetNewListTests.cs (97)
34
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
35
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
37
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library");
52
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Type\\s+Author\\s+Tags")
53
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+project\\s+Microsoft\\s+Common/Console");
70
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
71
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
73
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library");
90
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
91
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
110
.And.
HaveStdOutMatching
("ASP\\.NET Core Web App\\s+webapp,razor\\s+\\[C#\\]\\s+Web/MVC/Razor Pages");
121
.And.
HaveStdOutMatching
("ASP\\.NET Core Web App\\s+webapp,razor\\s+\\[C#\\]\\s+Web/MVC/Razor Pages");
132
.And.
HaveStdOutMatching
("ASP\\.NET Core Web App\\s+webapp,razor\\s+\\[C#\\]\\s+Web/MVC/Razor Pages");
143
.And.
HaveStdOutMatching
("ASP\\.NET Core Web App\\s+webapp,razor\\s+\\[C#\\]\\s+Web/MVC/Razor Pages");
158
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
159
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
160
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
161
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
170
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
171
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
172
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
173
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
182
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
183
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
184
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
194
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
195
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
197
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
207
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
208
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
209
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
219
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
220
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
222
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
238
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
239
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
240
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
241
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
250
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
251
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
252
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
253
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
262
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
263
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
264
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
274
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
275
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
276
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
292
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
293
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
294
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
295
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
304
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
305
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
306
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
307
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
316
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
317
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
318
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
328
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
329
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
330
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
346
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
347
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
348
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
349
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
358
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
359
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
360
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
361
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
370
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
371
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
372
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
382
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
383
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
384
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
394
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
395
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
396
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
406
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
407
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
408
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
424
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
425
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
426
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
427
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
466
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
467
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
468
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
469
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
500
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Tags")
501
.And.
HaveStdOutMatching
("Console App\\s+console\\s+\\[C#\\],F#,VB\\s+Common/Console")
502
.And.
HaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library")
503
.And.
HaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
536
.And.
HaveStdOutMatching
("Basic FSharp +template-grouping +\\[C#],F# +item +Author1 +Test Asset +\\r?\\n +Q# +item,project +Author2 +Test Asset");
563
.And.
HaveStdOutMatching
($"Template Name\\s+Short Name\\s+{columnHeader}")
564
.And.
HaveStdOutMatching
($"Solution File\\s+sln,solution\\s+{columnValue}");
DotnetNewLocaleTests.cs (2)
41
.
HaveStdOutMatching
("name.*TestAssets.TemplateWithLocalization");
65
.
HaveStdOutMatching
(Regex.Escape(expectedName) + ".*TestAssets.TemplateWithLocalization");
DotnetNewSearchTests.cs (22)
35
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
90
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Author\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
147
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Tags\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
178
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Tags\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
208
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Author\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
239
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Author\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
270
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
303
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
333
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Type\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
364
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Type\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
395
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
426
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
457
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads");
496
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
517
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
537
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
563
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Author\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
584
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Author\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
610
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
631
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
657
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
678
.And.
HaveStdOutMatching
("Template Name\\s+Short Name\\s+Language\\s+Package Name \\/ Owners\\s+Trusted\\s+Downloads")
DotnetNewUninstallTests.cs (4)
71
.And.
HaveStdOutMatching
("NuGetSource: [0-9.\\-A-Za-z]+")
111
.And.
HaveStdOutMatching
($"^\\s*dotnet new uninstall .*TemplateResolution{Regex.Escape(Path.DirectorySeparatorChar.ToString())}DifferentLanguagesGroup{Regex.Escape(Path.DirectorySeparatorChar.ToString())}BasicFSharp$", RegexOptions.Multiline);
228
.And.
HaveStdOutMatching
($"^Success: Microsoft\\.DotNet\\.Common\\.ProjectTemplates\\.5\\.0::([\\d\\.a-z-])+ was uninstalled\\.\\s*$", RegexOptions.Multiline)
274
.And.
HaveStdOutMatching
($"^Success: Microsoft\\.DotNet\\.Common\\.ProjectTemplates\\.5\\.0::([\\d\\.a-z-])+ was uninstalled\\.\\s*$", RegexOptions.Multiline)
DotnetNewUpdateTests.cs (9)
43
.And.
HaveStdOutMatching
("Package\\s+Current\\s+Latest")
44
.And.
HaveStdOutMatching
("Microsoft.DotNet.Common.ProjectTemplates.5.0\\s+5.0.0\\s+([\\d\\.a-z-])+")
47
.And.
HaveStdOutMatching
(" dotnet new install Microsoft\\.DotNet\\.Common\\.ProjectTemplates\\.5\\.0::([\\d\\.a-z-])+");
137
.And.
HaveStdOutMatching
(" dotnet new install Microsoft.DotNet.Common.ProjectTemplates.5.0::([\\d\\.a-z-])+");
180
.And.
HaveStdOutMatching
(" dotnet new install Microsoft.DotNet.Common.ProjectTemplates.5.0::([\\d\\.a-z-])+");
275
.And.
HaveStdOutMatching
("Package\\s+Current\\s+Latest")
276
.And.
HaveStdOutMatching
("Microsoft.DotNet.Common.ProjectTemplates.5.0\\s+5.0.0\\s+([\\d\\.a-z-])+")
279
.And.
HaveStdOutMatching
(" dotnet new install Microsoft\\.DotNet\\.Common\\.ProjectTemplates\\.5\\.0::([\\d\\.a-z-])+");
292
.And.
HaveStdOutMatching
($"^Success: Microsoft\\.DotNet\\.Common\\.ProjectTemplates\\.5\\.0::([\\d\\.a-z-])+ installed the following templates:\\s*$", System.Text.RegularExpressions.RegexOptions.Multiline)
PostActionTests.cs (1)
287
restoredProjectsPatterns.ForEach(r => result.And.
HaveStdOutMatching
(r, System.Text.RegularExpressions.RegexOptions.Singleline));
EndToEnd.Tests (5)
GivenDotNetLinuxInstallers.cs (4)
53
.And.
HaveStdOutMatching
(@"Depends:.*\s?dotnet-runtime-\d+(\.\d+){2}")
54
.And.
HaveStdOutMatching
(@"Depends:.*\s?aspnetcore-store-\d+(\.\d+){2}");
71
.And.
HaveStdOutMatching
(@"dotnet-runtime-\d+(\.\d+){2} >= \d+(\.\d+){2}")
72
.And.
HaveStdOutMatching
(@"aspnetcore-store-\d+(\.\d+){2} >= \d+(\.\d+){2}");
ProjectBuildTests.cs (1)
212
.And.
HaveStdOutMatching
(expectedOutput);
Microsoft.NET.Build.Tests (2)
GivenThatWeWantToBuildANetCoreApp.cs (1)
1049
result.Should().
HaveStdOutMatching
($"NETSDK1206.*{package.ID}");
GivenThatWeWantToResolveConflicts.cs (1)
84
result.And.
HaveStdOutMatching
("Encountered conflict", RegexOptions.CultureInvariant | RegexOptions.IgnoreCase);
Microsoft.NET.Publish.Tests (27)
GivenThatWeWantToPublishAnAotApp.cs (8)
987
.And.
HaveStdOutMatching
("IL2026: App.Program.Main.*Program.RUC")
988
.And.
HaveStdOutMatching
("IL2026: ProjectReference.ProjectReferenceLib.Method.*ProjectReferenceLib.RUC")
989
.And.
HaveStdOutMatching
("IL2026: TransitiveProjectReference.TransitiveProjectReferenceLib.Method.*TransitiveProjectReferenceLib.RUC")
990
.And.
HaveStdOutMatching
("IL2026:.*PackageReference.PackageReferenceLib")
1015
.And.
HaveStdOutMatching
("IL2026: TransitiveProjectReference.TransitiveProjectReferenceLib.Method.*TransitiveProjectReferenceLib.RUC")
1016
.And.
HaveStdOutMatching
("IL2026:.*PackageReference.PackageReferenceLib")
1018
.And.
HaveStdOutMatching
("IL2104.*'App'")
1019
.And.
HaveStdOutMatching
("IL2104.*'ProjectReference'")
GivenThatWeWantToRunILLink.cs (19)
654
.And.
HaveStdOutMatching
("warning IL2075.*Program.IL_2075")
655
.And.
HaveStdOutMatching
("warning IL2026.*Program.IL_2026.*Testing analysis warning IL2026")
656
.And.
HaveStdOutMatching
("warning IL2043.*Program.IL_2043.get")
657
.And.
HaveStdOutMatching
("warning IL2046.*Program.Derived.IL_2046")
658
.And.
HaveStdOutMatching
("warning IL2093.*Program.Derived.IL_2093");
732
.And.
HaveStdOutMatching
("IL2026: App.Program.Main.*Program.RUC")
733
.And.
HaveStdOutMatching
("IL2026: ProjectReference.ProjectReferenceLib.Method.*ProjectReferenceLib.RUC")
734
.And.
HaveStdOutMatching
("IL2026: TransitiveProjectReference.TransitiveProjectReferenceLib.Method.*TransitiveProjectReferenceLib.RUC")
736
.And.
HaveStdOutMatching
("IL2104.*'PackageReference'")
755
.And.
HaveStdOutMatching
("IL2026: App.Program.Main.*Program.RUC")
756
.And.
HaveStdOutMatching
("IL2026: ProjectReference.ProjectReferenceLib.Method.*ProjectReferenceLib.RUC")
757
.And.
HaveStdOutMatching
("IL2026: TransitiveProjectReference.TransitiveProjectReferenceLib.Method.*TransitiveProjectReferenceLib.RUC")
758
.And.
HaveStdOutMatching
("IL2026:.*PackageReference.PackageReferenceLib")
783
.And.
HaveStdOutMatching
("IL2026: TransitiveProjectReference.TransitiveProjectReferenceLib.Method.*TransitiveProjectReferenceLib.RUC")
784
.And.
HaveStdOutMatching
("IL2026:.*PackageReference.PackageReferenceLib")
786
.And.
HaveStdOutMatching
("IL2104.*'App'")
787
.And.
HaveStdOutMatching
("IL2104.*'ProjectReference'")
1782
.And.
HaveStdOutMatching
("warning IL2026.*Program.IL_2026.*Testing analysis warning IL2026");
1816
.And.
HaveStdOutMatching
("warning IL2026.*Program.IL_2026.*Testing analysis warning IL2026");