123 references to NotExist
dotnet.Tests (16)
CommandTests\Run\RunFileTests.cs (1)
1807
dllFile.Should().
NotExist
();
CommandTests\Workload\Clean\GivenDotnetWorkloadClean.cs (1)
169
new FileInfo(extraPackRecordPath).Should().
NotExist
();
CommandTests\Workload\Install\WorkloadGarbageCollectionTests.cs (14)
66
PackRecord(pack, "6.0.100").Should().
NotExist
();
67
PackRecord(pack, "6.0.300").Should().
NotExist
();
72
PackRecord(pack, "6.0.100").Should().
NotExist
();
159
ManifestRecord("testmanifest", "1.0.0", "6.0.100", "6.0.300").Should().
NotExist
();
160
ManifestRecord("testmanifest", "2.0.0", "6.0.300", "6.0.300").Should().
NotExist
();
163
new FileInfo(Path.Combine(_dotnetRoot, "sdk-manifests", "6.0.100", "testmanifest", "1.0.0", "WorkloadManifest.json")).Should().
NotExist
();
164
new FileInfo(Path.Combine(_dotnetRoot, "sdk-manifests", "6.0.300", "testmanifest", "2.0.0", "WorkloadManifest.json")).Should().
NotExist
();
171
PackRecord(pack, "6.0.300").Should().
NotExist
();
239
ManifestRecord("testmanifest", "1.0.0", "6.0.100", "6.0.300").Should().
NotExist
();
241
ManifestRecord("testmanifest", "3.0.0", "6.0.300", "6.0.300").Should().
NotExist
();
243
new FileInfo(Path.Combine(_dotnetRoot, "sdk-manifests", "6.0.100", "testmanifest", "1.0.0", "WorkloadManifest.json")).Should().
NotExist
();
245
new FileInfo(Path.Combine(_dotnetRoot, "sdk-manifests", "6.0.300", "testmanifest", "3.0.0", "WorkloadManifest.json")).Should().
NotExist
();
251
PackRecord(pack, "6.0.300").Should().
NotExist
();
277
new FileInfo(pack.Path).Should().
NotExist
();
Microsoft.NET.Build.Tests (1)
GivenThatWeWantToUseContentFiles.cs (1)
116
fileInfo.Should().
NotExist
();
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToPublishIncrementally.cs (1)
344
new FileInfo(Path.Combine(publishDir, unexpectedFile)).Should().
NotExist
();
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (24)
VanillaWasmTests.cs (1)
33
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazor.webassembly.js")).Should().
NotExist
();
WasmBuildIncrementalismTest.cs (1)
190
new FileInfo(satelliteAssemblyFile).Should().
NotExist
();
WasmBuildIntegrationTest.cs (12)
300
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.timezones.blat")).Should().
NotExist
();
334
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().
NotExist
();
337
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", shardFilename)).Should().
NotExist
();
372
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().
NotExist
();
375
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", shardFilename)).Should().
NotExist
();
416
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().
NotExist
();
419
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", shardFilename)).Should().
NotExist
();
459
new FileInfo(Path.Combine(publishDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().
NotExist
();
462
new FileInfo(Path.Combine(publishDirectory, "wwwroot", "_framework", shardFilename)).Should().
NotExist
();
504
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", shardFilename)).Should().
NotExist
();
546
new FileInfo(Path.Combine(publishDirectory, "wwwroot", "_framework", shardFilename)).Should().
NotExist
();
562
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "_bin", "blazorwasm.wasm")).Should().
NotExist
();
WasmJsModulesIntegrationTests.cs (5)
52
new FileInfo(Path.Combine(outputPath, "wwwroot", "blazorwasm-minimal.modules.json")).Should().
NotExist
();
100
new FileInfo(Path.Combine(outputPath, "wwwroot", "blazorhosted.modules.json")).Should().
NotExist
();
141
new FileInfo(Path.Combine(outputPath, "wwwroot", "blazorwasm-minimal.modules.json")).Should().
NotExist
();
195
new FileInfo(Path.Combine(outputPath, "wwwroot", "blazorwasm-minimal.modules.json")).Should().
NotExist
();
254
new FileInfo(Path.Combine(outputPath, "wwwroot", "blazorwasm-minimal.modules.json")).Should().
NotExist
();
WasmPublishIntegrationTest.cs (5)
1492
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "icudt.dat")).Should().
NotExist
();
1493
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "icudt_CJK.dat")).Should().
NotExist
();
1494
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "icudt_EFIGS.dat")).Should().
NotExist
();
1495
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "icudt_no_CJK.dat")).Should().
NotExist
();
1556
new FileInfo(Path.Combine(secondAppPublishDirectory, "_framework", "Newtonsoft.Json.wasm.br")).Should().
NotExist
();
Microsoft.NET.Sdk.Razor.Tests (38)
BuildIncrementalismTest.cs (2)
42
new FileInfo(Path.Combine(intermediateOutputPath, "SimpleMvc.Views.dll")).Should().
NotExist
();
45
new FileInfo(Path.Combine(intermediateOutputPath, "Razor", "Views", "Home", "Index.cshtml.g.cs")).Should().
NotExist
();
BuildIntegrationTest.cs (18)
37
new FileInfo(Path.Combine(outputPath, "SimpleMvc.Views.dll")).Should().
NotExist
();
38
new FileInfo(Path.Combine(outputPath, "SimpleMvc.Views.pdb")).Should().
NotExist
();
54
new FileInfo(Path.Combine(outputPath, "SimpleMvc.Views.dll")).Should().
NotExist
();
55
new FileInfo(Path.Combine(outputPath, "SimpleMvc.Views.pdb")).Should().
NotExist
();
83
new FileInfo(Path.Combine(intermediateOutputPath, "SimpleMvc.dll")).Should().
NotExist
();
99
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.Views.dll")).Should().
NotExist
();
100
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.Views.pdb")).Should().
NotExist
();
103
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.dll")).Should().
NotExist
();
104
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.pdb")).Should().
NotExist
();
182
new FileInfo(razorAssemblyInfo).Should().
NotExist
();
183
new FileInfo(Path.Combine(intermediateOutputPath, "SimpleMvc.RazorTargetAssemblyInfo.cs")).Should().
NotExist
();
208
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.Views.dll")).Should().
NotExist
();
210
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.dll")).Should().
NotExist
();
212
new FileInfo(Path.Combine(outputPath, "AnotherClassLib.Views.dll")).Should().
NotExist
();
247
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.Views.dll")).Should().
NotExist
();
249
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.dll")).Should().
NotExist
();
266
new FileInfo(Path.Combine(intermediateOutputPath, "SimpleMvc.Views.dll")).Should().
NotExist
();
267
new FileInfo(Path.Combine(intermediateOutputPath, "SimpleMvc.Views.pdb")).Should().
NotExist
();
BuildWithComponentsIntegrationTest.cs (4)
33
new FileInfo(Path.Combine(outputPath, "ComponentLibrary.Views.dll")).Should().
NotExist
();
34
new FileInfo(Path.Combine(outputPath, "ComponentLibrary.Views.pdb")).Should().
NotExist
();
49
new FileInfo(Path.Combine(outputPath, "MvcWithComponents.Views.dll")).Should().
NotExist
();
50
new FileInfo(Path.Combine(outputPath, "MvcWithComponents.Views.pdb")).Should().
NotExist
();
DesignTimeBuildIntegrationTest.cs (4)
30
new FileInfo(Path.Combine(outputPath, "SimpleMvc.dll")).Should().
NotExist
();
31
new FileInfo(Path.Combine(outputPath, "SimpleMvc.pdb")).Should().
NotExist
();
32
new FileInfo(Path.Combine(outputPath, "SimpleMvc.Views.dll")).Should().
NotExist
();
33
new FileInfo(Path.Combine(outputPath, "SimpleMvc.Views.pdb")).Should().
NotExist
();
MvcBuildIntegrationTest50.cs (8)
41
new FileInfo(Path.Combine(intermediateOutputPath, "MvcWithComponents.dll")).Should().
NotExist
();
42
new FileInfo(Path.Combine(intermediateOutputPath, "MvcWithComponents.Views.dll")).Should().
NotExist
();
45
new FileInfo(Path.Combine(intermediateOutputPath, "RazorComponents", "Views", "Shared", "NavMenu.razor.g.cs")).Should().
NotExist
();
72
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.dll")).Should().
NotExist
();
73
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.Views.dll")).Should().
NotExist
();
74
new FileInfo(Path.Combine(outputPath, "ClassLibrary.dll")).Should().
NotExist
();
75
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.dll")).Should().
NotExist
();
76
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.pdb")).Should().
NotExist
();
PackIntegrationTest.cs (1)
30
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.dll")).Should().
NotExist
();
PublishIntegrationTest.cs (1)
42
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", ".not-copied", "test.txt")).Should().
NotExist
();
Microsoft.NET.Sdk.StaticWebAssets.Tests (42)
JsModulesIntegrationTest.cs (4)
26
new FileInfo(Path.Combine(intermediateOutputPath, "jsmodules", "jsmodules.build.manifest.json")).Should().
NotExist
();
129
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "ComponentApp.lib.module.js")).Should().
NotExist
();
130
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "ComponentApp.modules.json")).Should().
NotExist
();
145
file.Should().
NotExist
();
LegacyStaticWebAssetsV1IntegrationTest.cs (1)
60
new FileInfo(finalPath).Should().
NotExist
();
ScopedCssIntegrationTests.cs (24)
25
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Counter.razor.rz.scp.css")).Should().
NotExist
();
26
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Index.razor.rz.scp.css")).Should().
NotExist
();
27
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "bundle", "ComponentApp.styles.css")).Should().
NotExist
();
28
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "FetchData.razor.rz.scp.css")).Should().
NotExist
();
42
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Views", "Home", "Index.cshtml.rz.scp.css")).Should().
NotExist
();
43
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Views", "Home", "Contact.cshtml.rz.scp.css")).Should().
NotExist
();
44
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "bundle", "SimpleMvc.styles.css")).Should().
NotExist
();
45
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Views", "Home", "About.cshtml.rz.scp.css")).Should().
NotExist
();
59
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Counter.razor.rz.scp.css")).Should().
NotExist
();
60
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Index.razor.rz.scp.css")).Should().
NotExist
();
61
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "bundle", "ComponentApp.styles.css")).Should().
NotExist
();
62
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "FetchData.razor.rz.scp.css")).Should().
NotExist
();
97
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Index.razor.rz.scp.css")).Should().
NotExist
();
115
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "FetchData.razor.rz.scp.css")).Should().
NotExist
();
246
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "_content", "ComponentApp", "Components", "Pages", "Index.razor.rz.scp.css")).Should().
NotExist
();
247
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "_content", "ComponentApp", "Components", "Pages", "Counter.razor.rz.scp.css")).Should().
NotExist
();
266
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "_content", "ComponentApp", "Components", "Pages", "Index.razor.rz.scp.css")).Should().
NotExist
();
267
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "_content", "ComponentApp", "Components", "Pages", "Counter.razor.rz.scp.css")).Should().
NotExist
();
284
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "_content", "ComponentApp", "_framework", "scoped.styles.css")).Should().
NotExist
();
298
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "_content", "ComponentApp", "ComponentApp.styles.css")).Should().
NotExist
();
331
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Counter.razor.rz.scp.css")).Should().
NotExist
();
355
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Counter.razor.rz.scp.css")).Should().
NotExist
();
356
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Index.razor.rz.scp.css")).Should().
NotExist
();
357
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "_framework", "scoped.styles.css")).Should().
NotExist
();
StaticWebAssetsIntegrationTest.cs (13)
69
new FileInfo(Path.Combine(intermediateOutputPath, "rpswa.dswa.cache.json")).Should().
NotExist
();
71
new FileInfo(Path.Combine(intermediateOutputPath, "rbcswa.dswa.cache.json")).Should().
NotExist
();
73
new FileInfo(Path.Combine(intermediateOutputPath, "rjimswa.dswa.cache.json")).Should().
NotExist
();
75
new FileInfo(Path.Combine(intermediateOutputPath, "rjsmcshtml.dswa.cache.json")).Should().
NotExist
();
76
new FileInfo(Path.Combine(intermediateOutputPath, "rjsmrazor.dswa.cache.json")).Should().
NotExist
();
278
new FileInfo(finalPath).Should().
NotExist
();
313
new FileInfo(finalPath).Should().
NotExist
();
462
new FileInfo(path).Should().
NotExist
();
465
new FileInfo(finalPath).Should().
NotExist
();
509
new FileInfo(finalPath).Should().
NotExist
();
808
new FileInfo(finalPath).Should().
NotExist
();
851
new FileInfo(finalPath).Should().
NotExist
();
960
new FileInfo(finalPath).Should().
NotExist
();
Microsoft.NET.TestFramework (1)
Assertions\DirectoryInfoAssertions.cs (1)
39
file.Should().
NotExist
($"File {expectedFile} should not be found in directory {_dirInfo.FullName}.");