275 references to NotHaveStdOutContaining
dotnet.Tests (36)
CommandFactoryTests\GivenAProjectToolsCommandResolver.cs (1)
382.Should().Fail().And.NotHaveStdOutContaining(string.Format(CliStrings.CommandAssembliesNotFound, "dotnet-fallbackfoldertool"));
CommandTests\Build\GivenDotnetBuildBuildsCsproj.cs (7)
185cmd.Should().NotHaveStdOutContaining("Copyright (C) Microsoft Corporation. All rights reserved."); 203.NotHaveStdOutContaining("NETSDK1179"); 224.NotHaveStdOutContaining("NETSDK1179"); 243.NotHaveStdOutContaining("NETSDK1179"); 260.NotHaveStdOutContaining("NETSDK1179"); 283.NotHaveStdOutContaining("NETSDK1031") // Self Contained Checks 315.NotHaveStdOutContaining("NETSDK1179");
CommandTests\Pack\PackTests.cs (2)
181result.Should().NotHaveStdOutContaining("Restore") 277result.Should().NotHaveStdOutContaining("Copyright (C) Microsoft Corporation. All rights reserved.");
CommandTests\Package\Add\GivenDotnetPackageAdd.cs (1)
236.And.NotHaveStdOutContaining("Microsoft (R) Build Engine version")
CommandTests\Package\List\GivenDotnetListPackage.cs (2)
218.And.NotHaveStdOutContaining("System.IO.FileSystem"); 273.And.NotHaveStdOutContaining(shouldntInclude.Replace(" ", ""));
CommandTests\Publish\GivenDotnetPublishPublishesProjects.cs (1)
417cmd.Should().NotHaveStdOutContaining("Copyright (C) Microsoft Corporation. All rights reserved.");
CommandTests\Run\GivenDotnetRunBuildsCsProj.cs (11)
85result.Should().NotHaveStdOutContaining("Restore"); 168.And.NotHaveStdOutContaining(CliCommandStrings.RunCommandProjectAbbreviationDeprecated); 185.And.NotHaveStdOutContaining(CliCommandStrings.RunCommandProjectAbbreviationDeprecated); 421.And.NotHaveStdOutContaining(string.Format(CliCommandStrings.UsingLaunchSettingsFromMessage, launchSettingsPath)) 708.And.NotHaveStdOutContaining("Important text"); 728.And.NotHaveStdOutContaining("Important text"); 822.NotHaveStdOutContaining(expectedValue); 912.NotHaveStdOutContaining("TestAppCommandLineArguments") 914.NotHaveStdOutContaining("SecondTestAppCommandLineArguments"); 932.NotHaveStdOutContaining(expectedValue) 934.NotHaveStdOutContaining(secondExpectedValue);
CommandTests\Run\GivenDotnetRunBuildsVbProj.cs (1)
109.And.NotHaveStdOutContaining(string.Format(CliCommandStrings.UsingLaunchSettingsFromMessage, launchSettingsPath))
CommandTests\Run\RunFileTests.cs (3)
1168result.And.NotHaveStdOutContaining(terminalLoggerSubstring); 1185.And.NotHaveStdOutContaining("Program.dll") 2849.And.NotHaveStdOutContaining(CliCommandStrings.NoBinaryLogBecauseRunningJustCsc)
CommandTests\Tool\Install\GivenDotnetInstallTool.cs (1)
22.NotHaveStdOutContaining("Restoring");
CommandTests\Workload\Install\GivenDotnetWorkloadInstall.cs (3)
597.NotHaveStdOutContaining(CliCommandStrings.CheckForUpdatedWorkloadManifests) 599.NotHaveStdOutContaining(CliCommandStrings.AdManifestUpdated); 616.NotHaveStdOutContaining(CliCommandStrings.AdManifestUpdated);
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (2)
611.NotHaveStdOutContaining(CliCommandStrings.WorkloadInstallWorkloadUpdatesAvailable); 641.NotHaveStdOutContaining(CliCommandStrings.WorkloadInstallWorkloadUpdatesAvailable);
OutputPathOptionTests.cs (1)
84commandResult.Should().NotHaveStdOutContaining("NETSDK1194");
dotnet-MsiInstallation.Tests (7)
Framework\TestExtensions.cs (1)
13.And.NotHaveStdOutContaining("Warning: ")
MsiInstallerTests.cs (2)
208.NotHaveStdOutContaining("Installing"); 304result.Should().NotHaveStdOutContaining("Publishing without optimizations");
WorkloadSetTests.cs (2)
66.And.NotHaveStdOutContaining("Installing workload version"); 151.And.NotHaveStdOutContaining("Installation rollback failed");
WorkloadSetTests2.cs (2)
194.Should().NotHaveStdOutContaining("Installing workload version") 195.And.NotHaveStdOutContaining("microsoft.net.workloads.");
dotnet-new.IntegrationTests (90)
DotnetNewDebugOptionsTests.cs (1)
134.And.NotHaveStdOutContaining("console")
DotnetNewHelpTests.Approval.cs (4)
172.And.NotHaveStdOutContaining("Usage: new [options]"); 254.And.NotHaveStdOutContaining("Usage: new [options]"); 300commandResult.Should().Pass().And.NotHaveStdErr().And.NotHaveStdOutContaining("Usage: new [options]"); 317.And.NotHaveStdOutContaining("Usage: new [options]");
DotnetNewHelpTests.cs (1)
29.And.NotHaveStdOutContaining("To see help for other template languages");
DotnetNewInstallTests.cs (13)
37.And.NotHaveStdOutContaining("Determining projects to restore...") 86.And.NotHaveStdOutContaining("Determining projects to restore...") 90.And.NotHaveStdOutContaining("web"); 116.And.NotHaveStdOutContaining("Determining projects to restore...") 145.And.NotHaveStdOutContaining("Determining projects to restore...") 149.And.NotHaveStdOutContaining("web"); 244.And.NotHaveStdOutContaining("Determining projects to restore...") 301.And.NotHaveStdOutContaining("console"); 349.And.NotHaveStdOutContaining("Determining projects to restore...") 372.And.NotHaveStdOutContaining("Determining projects to restore...") 406.And.NotHaveStdOutContaining("Version: 5.0.1"); 432.And.NotHaveStdOutContaining("Version: 5.0.0"); 473.And.NotHaveStdOutContaining("Version: 5.0.0");
DotnetNewInstantiateTests.cs (1)
399.And.NotHaveStdOutContaining("Usage: new [options]")
DotnetNewLocaleTests.cs (5)
155.And.NotHaveStdOutContaining("Warnung: Failed to read or parse localization file ").And.NotHaveStdOutContaining("localize/templatestrings.de-DE.json") 174.And.HaveStdOutContaining("Die Vorlage \"name\" wurde erfolgreich erstellt.").And.NotHaveStdOutContaining("name_de-DE:äÄßöÖüÜ"); 216result.Should().NotHaveStdOutContaining(error); 234.And.HaveStdOutContaining("Die Vorlage \"name\" wurde erfolgreich erstellt.").And.NotHaveStdOutContaining("name_de-DE:äÄßöÖüÜ");
DotnetNewSearchTests.cs (2)
789.And.NotHaveStdOutContaining("Warning") 790.And.NotHaveStdOutContaining("deprecated");
DotnetNewTests.cs (1)
141.NotHaveStdOutContaining($"Settings Location: {cliHomePath}")
DotnetNewUninstallTests.cs (11)
56.And.NotHaveStdOutContaining("Determining projects to restore...") 151.And.NotHaveStdOutContaining("Determining projects to restore...") 241.And.NotHaveStdOutContaining("Microsoft.DotNet.Common.ProjectTemplates.5.0") 242.And.NotHaveStdOutContaining(basicFSharp); 287.And.NotHaveStdOutContaining("Microsoft.DotNet.Common.ProjectTemplates.5.0") 288.And.NotHaveStdOutContaining(basicFSharp); 305.And.NotHaveStdOutContaining("Determining projects to restore...") 414.And.NotHaveStdOutContaining("(No Items)") 460.And.NotHaveStdOutContaining("(No Items)") 542.And.NotHaveStdOutContaining("Warning") 543.And.NotHaveStdOutContaining("deprecated");
DotnetNewUpdateTests.cs (13)
30.And.NotHaveStdOutContaining("Determining projects to restore...") 95.And.NotHaveStdOutContaining("Determining projects to restore...") 165.And.NotHaveStdOutContaining("An update for template package 'Microsoft.DotNet.Common.ProjectTemplates.5.0::5.0.0' is available") 166.And.NotHaveStdOutContaining("To update the package use:") 167.And.NotHaveStdOutContaining(" dotnet new --install Microsoft.DotNet.Common.ProjectTemplates.5.0::([\\d\\.a-z-])+"); 209.And.NotHaveStdOutContaining("To update the package use:") 244.And.NotHaveStdOutContaining("Warning") 245.And.NotHaveStdOutContaining("deprecated"); 262.And.NotHaveStdOutContaining("Determining projects to restore...") 291.And.NotHaveStdOutContaining("Microsoft.DotNet.Common.ProjectTemplates.5.0::5.0.0 is already installed and will be replaced with version") 313.And.NotHaveStdOutContaining("Determining projects to restore...") 359.And.NotHaveStdOutContaining("Warning") 360.And.NotHaveStdOutContaining("deprecated");
FirstRunTest.cs (1)
25.And.NotHaveStdOutContaining("Error");
PostActionTests.cs (33)
44.And.NotHaveStdOutContaining("Manual instructions: Run 'dotnet restore'"); 79.And.NotHaveStdOutContaining("Manual instructions: Run 'dotnet restore'") 115.And.NotHaveStdOutContaining("Manual instructions: Run 'dotnet restore'") 151.And.NotHaveStdOutContaining("Manual instructions: Run 'dotnet restore'"); 186.And.NotHaveStdOutContaining("Manual instructions: Run 'dotnet restore'"); 205.And.NotHaveStdOutContaining("Build succeeded.") 228.And.NotHaveStdOutContaining("Manual instructions: Run 'dotnet restore'"); 280.And.NotHaveStdOutContaining("Manual instructions: Run 'dotnet restore'"); 292unexpectedRestoredList.ForEach(t => result.And.NotHaveStdOutContaining(t)); 328.And.NotHaveStdOutContaining("Run 'chmod +x *.sh'") 329.And.NotHaveStdOutContaining("Manual instructions: Run 'setup.cmd'") 330.And.NotHaveStdOutContaining("Manual instructions: Run 'setup.sh'"); 362.And.NotHaveStdOutContaining("Run 'chmod +x *.sh'") 363.And.NotHaveStdOutContaining("Manual instructions: Run 'setup.cmd'") 364.And.NotHaveStdOutContaining("Manual instructions: Run 'setup.sh'"); 386.And.NotHaveStdOutContaining("This line goes to stdout") 387.And.NotHaveStdOutContaining("Run 'chmod +x *.sh'") 388.And.NotHaveStdOutContaining("Manual instructions: Run 'setup.cmd'") 389.And.NotHaveStdOutContaining("Manual instructions: Run 'setup.sh'"); 445.And.NotHaveStdOutContaining("Manual instructions: Manually add"); 476.And.NotHaveStdOutContaining("Manual instructions: Manually add") 507.And.NotHaveStdOutContaining("Manual instructions: Manually add") 737.And.NotHaveStdOutContaining("Restore succeeded.") 776.And.NotHaveStdOutContaining("Manual instructions: Add the generated files to solution manually."); 810.And.NotHaveStdOutContaining("Manual instructions: Add the generated files to solution manually.") 846.And.NotHaveStdOutContaining("Manual instructions: Add the generated files to solution manually.") 882.And.NotHaveStdOutContaining("Manual instructions: Add the generated files to solution manually.") 917.And.NotHaveStdOutContaining("Manual instructions: Add generated Server project to solution manually to folder 'Server'."); 1045.And.NotHaveStdOutContaining("Manual instructions: Modify the JSON file manually."); 1085.And.NotHaveStdOutContaining("Manual instructions: Add generated project to solution manually."); 1098.And.NotHaveStdOutContaining("Manual instructions: Modify the JSON file manually."); 1123.And.NotHaveStdOutContaining("Manual instructions: Modify the JSON file manually."); 1154.And.NotHaveStdOutContaining("Manual instructions: Modify the JSON file manually.");
TemplateDiscoveryTests.cs (4)
64.And.NotHaveStdOutContaining("Exception") 164.And.NotHaveStdOutContaining("Exception") 176.And.NotHaveStdOutContaining("Exception") 188.And.NotHaveStdOutContaining("Exception")
Microsoft.NET.Build.Containers.IntegrationTests (9)
FullFramework\CreateNewImageToolTaskTests.cs (9)
59.And.NotHaveStdOutContaining("Description:"); //standard help output for parse error 238.And.NotHaveStdOutContaining("Description:"); //standard help output for parse error 284.And.NotHaveStdOutContaining("Description:"); //standard help output for parse error 380.And.NotHaveStdOutContaining("Description:"); //standard help output for parse error 470.And.NotHaveStdOutContaining("Description:"); //standard help output for parse error 515.And.NotHaveStdOutContaining("Description:"); //standard help output for parse error 540.And.NotHaveStdOutContaining("Description:") //standard help output for parse error 565.And.NotHaveStdOutContaining("Description:") //standard help output for parse error 566.And.NotHaveStdOutContaining("Trace logging: enabled.");
Microsoft.NET.Build.Tests (62)
GivenFrameworkReferences.cs (1)
971.NotHaveStdOutContaining("Microsoft.AspNetCore.App");
GivenThatAProjectHasntBeenRestored.cs (1)
68.NotHaveStdOutContaining("NETSDK1062");
GivenThatWeWantAMessageWhenBuildingWithAPreviewSdk.cs (3)
43.And.NotHaveStdOutContaining(Strings.UsingPreviewSdk); 59.And.NotHaveStdOutContaining(Strings.UsingPreviewSdk); 75.And.NotHaveStdOutContaining(Strings.UsingPreviewSdk);
GivenThatWeWantDiagnosticsWhenPackageCannotBeFound.cs (1)
43.And.NotHaveStdOutContaining("MSB4018"); // unhandled task exception
GivenThatWeWantToBuildADesktopExe.cs (3)
675.And.NotHaveStdOutContaining("MSB3277") // MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. 676.And.NotHaveStdOutContaining("MSB3243") // MSB3243: No way to resolve conflict between... 677.And.NotHaveStdOutContaining("Could not determine");
GivenThatWeWantToBuildADesktopExeWtihNetStandardLib.cs (1)
244.NotHaveStdOutContaining("duplicate")
GivenThatWeWantToBuildADesktopLibrary.cs (3)
377.NotHaveStdOutContaining("warning") 379.NotHaveStdOutContaining("MSB3243"); 490.And.NotHaveStdOutContaining("System.ArgumentException");
GivenThatWeWantToBuildALibrary.cs (1)
712.And.NotHaveStdOutContaining(">="); // old error about comparing empty string to version when TargetFramework was blank;
GivenThatWeWantToBuildANetCoreApp.cs (2)
1053result.Should().NotHaveStdOutContaining("NETSDK1206"); 1088.And.NotHaveStdOutContaining("NETSDK1206");
GivenThatWeWantToBuildASelfContainedApp.cs (2)
377publishCommand.Execute(new[] { "-property:SelfContained=true", "-property:_CommandLineDefinedSelfContained=true", $"-property:RuntimeIdentifier={rid}", "-property:_CommandLineDefinedRuntimeIdentifier=true" }).Should().Pass().And.NotHaveStdOutContaining("warning"); 448.NotHaveStdOutContaining(Strings.RuntimeIdentifierWillNoLongerImplySelfContained);
GivenThatWeWantToBuildAWindowsDesktopProject.cs (3)
117.NotHaveStdOutContaining("NETSDK1137"); 247.NotHaveStdOutContaining("NETSDK1140"); 478.NotHaveStdOutContaining("NETSDK1219");
GivenThatWeWantToBuildAWindowsRuntimeComponent.cs (2)
48.And.NotHaveStdOutContaining("NETSDK1149"); 69.And.NotHaveStdOutContaining("NETSDK1130");
GivenThatWeWantToBuildWithGlobalJson.cs (2)
45.NotHaveStdOutContaining(errorString) 54.NotHaveStdOutContaining(warningString);
GivenThatWeWantToDetectAspireWorkloadDeprecation.cs (3)
89.NotHaveStdOutContaining("NETSDK1228"); 111.NotHaveStdOutContaining("NETSDK1228"); 164.NotHaveStdOutContaining("NETSDK1228");
GivenThatWeWantToTargetEolFrameworks.cs (3)
93.NotHaveStdOutContaining("NETSDK1138"); 116.NotHaveStdOutContaining("NETSDK1138"); 176.NotHaveStdOutContaining("NETSDK1202");
GivenThatWeWantToTargetNet471.cs (19)
52.And.NotHaveStdOutContaining("MSB3277") // MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. 53.And.NotHaveStdOutContaining("MSB3243") // MSB3243: No way to resolve conflict between... 54.And.NotHaveStdOutContaining("Could not determine"); 91.And.NotHaveStdOutContaining("MSB3277") // MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. 92.And.NotHaveStdOutContaining("MSB3243") // MSB3243: No way to resolve conflict between... 93.And.NotHaveStdOutContaining("Could not determine"); 126.And.NotHaveStdOutContaining("MSB3277") // MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. 127.And.NotHaveStdOutContaining("MSB3243") // MSB3243: No way to resolve conflict between... 128.And.NotHaveStdOutContaining("Could not determine"); 172.And.NotHaveStdOutContaining("MSB3277") // MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. 173.And.NotHaveStdOutContaining("MSB3243") // MSB3243: No way to resolve conflict between... 174.And.NotHaveStdOutContaining("Could not determine"); 221.And.NotHaveStdOutContaining("MSB3277") // MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. 222.And.NotHaveStdOutContaining("MSB3243") // MSB3243: No way to resolve conflict between... 223.And.NotHaveStdOutContaining("Could not determine"); 258.And.NotHaveStdOutContaining("MSB3277") // MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. 259.And.NotHaveStdOutContaining("MSB3243") // MSB3243: No way to resolve conflict between... 260.And.NotHaveStdOutContaining("Could not determine"); 478.NotHaveStdOutContaining("MSB3836");
GivenThatWeWantToTargetNotRecommendedFrameworks.cs (2)
68.NotHaveStdOutContaining("NETSDK1215"); 118.NotHaveStdOutContaining("NETSDK1215");
GivenThatWeWantToUseBinaryFormatter.cs (6)
73.NotHaveStdOutContaining("SYSLIB0011"); 102.NotHaveStdOutContaining("warning SYSLIB0011") 104.NotHaveStdOutContaining("error SYSLIB0011"); 131.NotHaveStdOutContaining("error SYSLIB0011"); 156.NotHaveStdOutContaining("warning SYSLIB0011") 186.NotHaveStdOutContaining("error SYSLIB0011");
GivenThereAreDefaultItems.cs (1)
683.NotHaveStdOutContaining("NETSDK1071");
ImplicitAspNetVersions.cs (1)
137.NotHaveStdOutContaining("NETSDK1071");
SourceLinkTests.cs (2)
127buildCommand.Execute().Should().NotHaveStdOutContaining("warning"); 146buildCommand.Execute().Should().NotHaveStdOutContaining("warning");
Microsoft.NET.Clean.Tests (1)
GivenThatWeWantToCleanAProject.cs (1)
42.NotHaveStdOutContaining("warning");
Microsoft.NET.Publish.Tests (56)
GivenThatWeWantToCrossPublish.cs (1)
39.And.NotHaveStdOutContaining("Could not determine");
GivenThatWeWantToPublishAHelloWorldProject.cs (7)
523.NotHaveStdOutContaining("NETSDK1190"); 739.NotHaveStdOutContaining("Copying"); 831.NotHaveStdOutContaining("Duplicate items are present") 833.NotHaveStdOutContaining("Duplicate filenames are present"); 1021.NotHaveStdOutContaining("NETSDK1198"); 1078.NotHaveStdOutContaining("NETSDK1198"); 1240.NotHaveStdOutContaining("The 'Publish' target is not supported without specifying a target framework.");
GivenThatWeWantToPublishAnAotApp.cs (17)
51.And.NotHaveStdOutContaining("IL2026") 54.And.NotHaveStdOutContaining("warning"); 97.And.NotHaveStdOutContaining("IL2026") 100.And.NotHaveStdOutContaining("warning"); 571.And.NotHaveStdOutContaining("warning IL2026") 572.And.NotHaveStdOutContaining("warning IL3002"); 603.And.NotHaveStdOutContaining("warning IL3050") 604.And.NotHaveStdOutContaining("warning IL3056") 605.And.NotHaveStdOutContaining("warning IL2026") 606.And.NotHaveStdOutContaining("warning IL3002"); 638.And.NotHaveStdOutContaining("warning"); 679resultAssertion.And.NotHaveStdOutContaining($"warning"); 801.And.NotHaveStdOutContaining("warning IL3050") 802.And.NotHaveStdOutContaining("warning IL3056") 803.And.NotHaveStdOutContaining("warning IL2026") 804.And.NotHaveStdOutContaining("warning IL3002"); 991.And.NotHaveStdOutContaining("IL2104");
GivenThatWeWantToPublishASelfContainedApp.cs (1)
68.Should().Pass().And.NotHaveStdOutContaining("HelloWorld.exe' already exists");
GivenThatWeWantToPublishASingleFileApp.cs (5)
177.NotHaveStdOutContaining(Strings.CanOnlyHaveSingleFileWithNetCoreApp); 200.NotHaveStdOutContaining(Strings.CannotHaveSingleFileWithoutExecutable); 660.And.NotHaveStdOutContaining("IL2026"); 712.And.NotHaveStdOutContaining("warning"); 753resultAssertion.And.NotHaveStdOutContaining($"warning");
GivenThatWeWantToPublishTrimmedWindowsFormsAndWPFApps.cs (4)
60.NotHaveStdOutContaining(Strings.@TrimmingWindowsFormsIsNotSupported); 111.NotHaveStdOutContaining(Strings.@TrimmingWindowsFormsIsNotSupported); 334.NotHaveStdOutContaining(Strings.@TrimmingWpfIsNotSupported); 385.NotHaveStdOutContaining(Strings.@TrimmingWpfIsNotSupported);
GivenThatWeWantToRunILLink.cs (20)
128.And.NotHaveStdOutContaining("warning IL2075") 129.And.NotHaveStdOutContaining("warning IL2026"); 190.And.NotHaveStdOutContaining("warning"); 230resultAssertion.And.NotHaveStdOutContaining($"warning"); 677.And.NotHaveStdOutContaining("warning IL2075") 678.And.NotHaveStdOutContaining("warning IL2026") 679.And.NotHaveStdOutContaining("warning IL2043") 680.And.NotHaveStdOutContaining("warning IL2046") 681.And.NotHaveStdOutContaining("warning IL2093"); 759.And.NotHaveStdOutContaining("IL2104"); 1579.And.NotHaveStdOutContaining("error IL2026") 1580.And.NotHaveStdOutContaining("error IL2046") 1581.And.NotHaveStdOutContaining("error IL2075") 1582.And.NotHaveStdOutContaining("warning IL2043"); 1600.And.NotHaveStdOutContaining("warning IL2075") 1601.And.NotHaveStdOutContaining("error IL2075") 1639.And.NotHaveStdOutContaining("warning IL2075"); 1660.And.NotHaveStdOutContaining("error IL2026") 1661.And.NotHaveStdOutContaining("error IL2046") 1662.And.NotHaveStdOutContaining("error IL2075");
GivenThatWeWantToStoreAProjectWithDependencies.cs (1)
296.NotHaveStdOutContaining("NU1604");
Microsoft.NET.Restore.Tests (3)
GivenThatWeWantAutomaticTargetingPackReferences.cs (2)
100.NotHaveStdOutContaining("NETSDK1023"); 168.NotHaveStdOutContaining("NETSDK1023");
GivenThatWeWantToUseFrameworkRoslyn.cs (1)
189.Should().Pass().And.NotHaveStdOutContaining("NETSDK1221");
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (3)
BlazorLegacyIntegrationTest50.cs (1)
67.And.NotHaveStdOutContaining("warning IL");
BlazorLegacyIntegrationTest60.cs (1)
60.And.NotHaveStdOutContaining("warning IL");
WasmPublishIntegrationTest.cs (1)
33.And.NotHaveStdOutContaining("warning IL");
Microsoft.NET.Sdk.Razor.Tests (3)
BuildIntegrationTest.cs (1)
33.And.NotHaveStdOutContaining($"SimpleMvc -> {Path.Combine(projectDirectory.Path, outputPath, "SimpleMvc.Views.dll")}");
DesignTimeBuildIntegrationTest.cs (2)
25.And.NotHaveStdOutContaining("RazorCoreGenerate") 26.And.NotHaveStdOutContaining("RazorCoreCompile");
Microsoft.NET.Sdk.Web.Tests (3)
DeprecationTests.cs (3)
28.NotHaveStdOutContaining("ASPDEPR007") 30.NotHaveStdOutContaining("IncludeOpenAPIAnalyzers"); 53.NotHaveStdOutContaining("ASPDEPR007");
Microsoft.NET.ToolPack.Tests (2)
GivenThatWeWantToPackAToolProjectWithGeneratePackageOnBuild.cs (1)
49.NotHaveStdOutContaining("There is a circular dependency");
GivenThatWeWantToTestPackAToolProject.cs (1)
26.NotHaveStdOutContaining("Could not load file or assembly");