33 references to NotExist
dotnet.Tests (6)
CommandTests\Run\RunFileTests.cs (2)
1726
new DirectoryInfo(artifactsDir).Sub("package").Should().
NotExist
();
1770
new DirectoryInfo(artifactsDir).Sub("package").Should().
NotExist
();
CommandTests\Workload\Clean\GivenDotnetWorkloadClean.cs (2)
172
new DirectoryInfo(Path.GetDirectoryName(Path.GetDirectoryName(extraPackRecordPath))).Should().
NotExist
();
173
new DirectoryInfo(extraPackPath).Should().
NotExist
();
CommandTests\Workload\Install\WorkloadGarbageCollectionTests.cs (1)
288
new DirectoryInfo(pack.Path).Should().
NotExist
();
GivenThatTheUserIsRunningDotNetForTheFirstTime.cs (1)
175
homeFolder.Should().
NotExist
();
Microsoft.NET.Build.Tests (7)
ArtifactsOutputPathTests.cs (6)
275
new DirectoryInfo(Path.Combine(testAsset.Path, "artifacts", "bin", testProject.Name, "debug_net8.0")).Should().
NotExist
();
276
new DirectoryInfo(Path.Combine(testAsset.Path, "artifacts", "bin", testProject.Name, "debug_net7.0")).Should().
NotExist
();
282
new DirectoryInfo(Path.Combine(testAsset.Path, "artifacts", "obj", testProject.Name, "debug_net8.0")).Should().
NotExist
();
283
new DirectoryInfo(Path.Combine(testAsset.Path, "artifacts", "obj", testProject.Name, "debug_net7.0")).Should().
NotExist
();
461
.
NotExist
();
481
.
NotExist
();
GivenThatWeWantToPreserveCompilationContextForBuild.cs (1)
58
outputDirectory.Sub("refs").Should().
NotExist
();
Microsoft.NET.Publish.Tests (4)
GivenThatWeWantToPreserveCompilationContext.cs (1)
79
refsDirectory.Should().
NotExist
();
GivenThatWeWantToPublishAnUnpublishableProject.cs (1)
26
publishDirectory.Should().
NotExist
();
GivenThatWeWantToStoreAProjectWithDependencies.cs (1)
251
symbolsFolder.Should().
NotExist
();
PublishItemsOutputGroupTests.cs (1)
113
.
NotExist
();
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (1)
WasmBuildIntegrationTest.cs (1)
714
.Should().
NotExist
();
Microsoft.NET.Sdk.Razor.Tests (15)
BuildIntegrationTest.cs (1)
128
new DirectoryInfo(Path.Combine(outputPath, "publish", "refs")).Should().
NotExist
();
MvcBuildIntegrationTest21NetFx.cs (3)
54
new DirectoryInfo(Path.Combine(outputPath, "Views")).Should().
NotExist
();
77
new DirectoryInfo(Path.Combine(outputPath, "refs")).Should().
NotExist
();
78
new DirectoryInfo(Path.Combine(outputPath, "Views")).Should().
NotExist
();
MvcBuildIntegrationTestLegacy.cs (5)
59
new DirectoryInfo(Path.Combine(outputPath, "Views")).Should().
NotExist
();
62
new DirectoryInfo(Path.Combine(outputPath, "refs")).Should().
NotExist
();
83
new DirectoryInfo(Path.Combine(outputPath, "refs")).Should().
NotExist
();
84
new DirectoryInfo(Path.Combine(outputPath, "Views")).Should().
NotExist
();
128
new DirectoryInfo(Path.Combine(outputPath, "publish", "refs")).Should().
NotExist
();
PublishIntegrationTest.cs (6)
40
new DirectoryInfo(Path.Combine(publishOutputPath, "refs")).Should().
NotExist
();
41
new DirectoryInfo(Path.Combine(publishOutputPath, "Views")).Should().
NotExist
();
61
new DirectoryInfo(Path.Combine(publishOutputPath, "refs")).Should().
NotExist
();
62
new DirectoryInfo(Path.Combine(publishOutputPath, "Views")).Should().
NotExist
();
147
new DirectoryInfo(Path.Combine(publishOutputPath, "refs")).Should().
NotExist
();
148
new DirectoryInfo(Path.Combine(publishOutputPath, "Views")).Should().
NotExist
();