43 references to NotHaveStdOutMatching
dotnet-new.IntegrationTests (20)
DotnetNewListTests.cs (18)
36
.And.
NotHaveStdOutMatching
("dotnet gitignore file\\s+gitignore\\s+Config")
72
.And.
NotHaveStdOutMatching
("dotnet gitignore file\\s+gitignore\\s+Config")
92
.And.
NotHaveStdOutMatching
("dotnet gitignore file\\s+gitignore\\s+Config")
93
.And.
NotHaveStdOutMatching
("Class Library\\s+classlib\\s+\\[C#\\],F#,VB\\s+Common/Library");
185
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
196
.And.
NotHaveStdOutMatching
("dotnet gitignore file\\s+gitignore\\s+Config")
198
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
210
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
221
.And.
NotHaveStdOutMatching
("dotnet gitignore file\\s+gitignore\\s+Config")
223
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
265
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
277
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
319
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
331
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
373
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
385
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
397
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
409
.And.
NotHaveStdOutMatching
("NuGet Config\\s+nugetconfig\\s+Config");
DotnetNewUpdateTests.cs (2)
208
.And.
NotHaveStdOutMatching
("An update for template package 'Microsoft.DotNet.Common.ProjectTemplates.5.0::([\\d\\.a-z-])+' is available")
210
.And.
NotHaveStdOutMatching
(" dotnet new install Microsoft.DotNet.Common.ProjectTemplates.5.0::([\\d\\.a-z-])+");
Microsoft.NET.Build.Tests (9)
GivenThatWeWantToBuildADesktopExe.cs (6)
426
.
NotHaveStdOutMatching
("Could not resolve this reference", System.Text.RegularExpressions.RegexOptions.CultureInvariant | System.Text.RegularExpressions.RegexOptions.IgnoreCase);
488
.
NotHaveStdOutMatching
("Encountered conflict", System.Text.RegularExpressions.RegexOptions.CultureInvariant | System.Text.RegularExpressions.RegexOptions.IgnoreCase);
521
.
NotHaveStdOutMatching
("Encountered conflict", System.Text.RegularExpressions.RegexOptions.CultureInvariant | System.Text.RegularExpressions.RegexOptions.IgnoreCase);
551
.
NotHaveStdOutMatching
("MSB3243", System.Text.RegularExpressions.RegexOptions.CultureInvariant | System.Text.RegularExpressions.RegexOptions.IgnoreCase);
592
buildResult.Should().
NotHaveStdOutMatching
("Encountered conflict", System.Text.RegularExpressions.RegexOptions.CultureInvariant | System.Text.RegularExpressions.RegexOptions.IgnoreCase);
924
.
NotHaveStdOutMatching
("Encountered conflict", System.Text.RegularExpressions.RegexOptions.CultureInvariant | System.Text.RegularExpressions.RegexOptions.IgnoreCase);
GivenThatWeWantToBuildANetCoreApp.cs (2)
562
.
NotHaveStdOutMatching
("Encountered conflict", System.Text.RegularExpressions.RegexOptions.CultureInvariant | System.Text.RegularExpressions.RegexOptions.IgnoreCase);
602
.
NotHaveStdOutMatching
("Encountered conflict", System.Text.RegularExpressions.RegexOptions.CultureInvariant | System.Text.RegularExpressions.RegexOptions.IgnoreCase)
GivenThatWeWantToResolveConflicts.cs (1)
88
result.And.
NotHaveStdOutMatching
("Encountered conflict", RegexOptions.CultureInvariant | RegexOptions.IgnoreCase);
Microsoft.NET.Publish.Tests (14)
GivenThatWeWantToPublishAnAotApp.cs (4)
1013
.And.
NotHaveStdOutMatching
("IL2026: App.Program.Main.*Program.RUC")
1014
.And.
NotHaveStdOutMatching
("IL2026: ProjectReference.ProjectReferenceLib.Method.*ProjectReferenceLib.RUC")
1017
.And.
NotHaveStdOutMatching
("IL2104.*'PackageReference'")
1020
.And.
NotHaveStdOutMatching
("IL2104.*'TransitiveProjectReference'");
GivenThatWeWantToRunILLink.cs (10)
598
.And.
NotHaveStdOutMatching
(@"warning IL\d\d\d\d");
735
.And.
NotHaveStdOutMatching
("IL2026:.*PackageReference.PackageReferenceLib")
737
.And.
NotHaveStdOutMatching
("IL2104.*'App'")
738
.And.
NotHaveStdOutMatching
("IL2104.*'ProjectReference'")
739
.And.
NotHaveStdOutMatching
("IL2104.*'TransitiveProjectReference'");
781
.And.
NotHaveStdOutMatching
("IL2026: App.Program.Main.*Program.RUC")
782
.And.
NotHaveStdOutMatching
("IL2026: ProjectReference.ProjectReferenceLib.Method.*ProjectReferenceLib.RUC")
785
.And.
NotHaveStdOutMatching
("IL2104.*'PackageReference'")
788
.And.
NotHaveStdOutMatching
("IL2104.*'TransitiveProjectReference'");
1619
.Should().Pass().And.
NotHaveStdOutMatching
(@"warning IL\d\d\d\d");