476 references to Exist
dotnet.Tests (18)
CommandTests\Pack\PackTests.cs (5)
82
outputPackage.Should().
Exist
();
100
outputPackage.Should().
Exist
();
124
outputPackage.Should().
Exist
();
134
symbolsPackage.Should().
Exist
();
387
outputPackage.Should().
Exist
();
CommandTests\Run\RunFileTests.cs (5)
1137
new FileInfo(binaryLogPath).Should().
Exist
();
1598
new DirectoryInfo(testInstance.Path).File("msbuild.binlog").Should().
Exist
();
1725
packageDir.File("MyFileBasedTool.1.0.0.nupkg").Should().
Exist
();
1769
new DirectoryInfo(outputDir).File("MyFileBasedTool.1.0.0.nupkg").Should().
Exist
();
1797
dllFile.Should().
Exist
();
CommandTests\Workload\Install\WorkloadGarbageCollectionTests.cs (8)
73
PackRecord(pack, "6.0.300").Should().
Exist
();
161
ManifestRecord("testmanifest", "3.0.0", "6.0.300", "6.0.300").Should().
Exist
();
165
new FileInfo(Path.Combine(_dotnetRoot, "sdk-manifests", "6.0.300", "testmanifest", "3.0.0", "WorkloadManifest.json")).Should().
Exist
();
177
PackRecord(pack, "6.0.300").Should().
Exist
();
240
ManifestRecord("testmanifest", "2.0.0", "6.0.300", "6.0.300").Should().
Exist
();
244
new FileInfo(Path.Combine(_dotnetRoot, "sdk-manifests", "6.0.300", "testmanifest", "2.0.0", "WorkloadManifest.json")).Should().
Exist
();
257
PackRecord(pack, "6.0.300").Should().
Exist
();
273
new FileInfo(pack.Path).Should().
Exist
();
Microsoft.DotNet.PackageInstall.Tests (2)
EndToEndToolTests.cs (2)
39
new FileInfo(shimPath).Should().
Exist
();
72
new FileInfo(shimPath).Should().
Exist
();
Microsoft.NET.Build.Tests (17)
ArtifactsOutputPathTests.cs (14)
95
.
Exist
();
117
.
Exist
();
120
.
Exist
();
142
.
Exist
();
145
.
Exist
();
186
.
Exist
();
306
new FileInfo(Path.Combine(testAsset.Path, "artifacts", "package", "release", testProject.Name + ".1.0.0.nupkg")).Should().
Exist
();
348
.
Exist
();
363
.
Exist
();
379
.
Exist
();
395
.
Exist
();
411
.
Exist
();
530
new FileInfo(Path.Combine(testAsset.Path, "MSBuildSdk", "bin", "Debug", ToolsetInfo.CurrentTargetFramework, "MSBuildSdk.dll")).Should().
Exist
();
531
new FileInfo(Path.Combine(testAsset.Path, "MSBuildSdk", "obj", "Debug", ToolsetInfo.CurrentTargetFramework, "MSBuildSdk.dll")).Should().
Exist
();
GivenThatWeWantMSBuildToRespectCustomCulture.cs (2)
26
new FileInfo(Path.Combine(outputDirectory, "test-1", "MSBuildCultureResourceGeneration.resources.dll")).Should().
Exist
();
27
new FileInfo(Path.Combine(outputDirectory, "test-2", "MSBuildCultureResourceGeneration.resources.dll")).Should().
Exist
();
GivenThatWeWantToUseContentFiles.cs (1)
114
fileInfo.Should().
Exist
();
Microsoft.NET.Pack.Tests (4)
GivenThatWeWantToPackAHelloWorldProject.cs (2)
124
new FileInfo(expectedAssetPath).Should().
Exist
();
156
new FileInfo(expectedAssetPath).Should().
Exist
();
SolutionPackTests.cs (2)
37
new FileInfo(Path.Combine(packageOutputPath, testProject1.Name + ".1.0.0.nupkg")).Should().
Exist
();
38
new FileInfo(Path.Combine(packageOutputPath, testProject1.Name + ".1.0.0.nupkg")).Should().
Exist
();
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToPublishIncrementally.cs (1)
337
new FileInfo(Path.Combine(publishDir, expectedFile)).Should().
Exist
();
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (2)
WasmAoTPublishIntegrationTest.cs (2)
83
webConfig.Should().
Exist
();
117
new FileInfo(Path.Combine(publishDirectory.ToString(), "blazorhosted.dll")).Should().
Exist
();
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (152)
BlazorLegacyIntegrationTest50.cs (10)
26
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", "blazor.boot.json")).Should().
Exist
();
27
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", "blazor.webassembly.js")).Should().
Exist
();
28
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", "dotnet.wasm")).Should().
Exist
();
29
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", "dotnet.timezones.blat")).Should().
Exist
();
30
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", "dotnet.wasm.gz")).Should().
Exist
();
31
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", $"{testAsset}.Client.dll")).Should().
Exist
();
34
new FileInfo(Path.Combine(serverBuildOutputDirectory, $"{testAsset}.Server.dll")).Should().
Exist
();
35
new FileInfo(Path.Combine(serverBuildOutputDirectory, $"{testAsset}.Client.dll")).Should().
Exist
();
36
new FileInfo(Path.Combine(serverBuildOutputDirectory, $"{testAsset}.Shared.dll")).Should().
Exist
();
41
fileInfo.Should().
Exist
();
BlazorLegacyIntegrationTest60.cs (10)
34
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", "blazor.boot.json")).Should().
Exist
();
35
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", "blazor.webassembly.js")).Should().
Exist
();
36
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", "dotnet.wasm")).Should().
Exist
();
37
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", "dotnet.timezones.blat")).Should().
Exist
();
38
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", "dotnet.wasm.gz")).Should().
Exist
();
39
new FileInfo(Path.Combine(clientBuildOutputDirectory, "wwwroot", "_framework", $"{testAsset}.Client.dll")).Should().
Exist
();
42
new FileInfo(Path.Combine(serverBuildOutputDirectory, $"{testAsset}.Server.dll")).Should().
Exist
();
43
new FileInfo(Path.Combine(serverBuildOutputDirectory, $"{testAsset}.Client.dll")).Should().
Exist
();
44
new FileInfo(Path.Combine(serverBuildOutputDirectory, $"{testAsset}.Shared.dll")).Should().
Exist
();
86
new FileInfo(path).Should().
Exist
();
BlazorWasmStaticWebAssetsIntegrationTest.cs (10)
40
new FileInfo(path).Should().
Exist
();
46
new FileInfo(finalPath).Should().
Exist
();
81
new FileInfo(path).Should().
Exist
();
117
new FileInfo(path).Should().
Exist
();
123
new FileInfo(finalPath).Should().
Exist
();
161
new FileInfo(path).Should().
Exist
();
201
new FileInfo(path).Should().
Exist
();
245
new FileInfo(path).Should().
Exist
();
252
new FileInfo(finalPath).Should().
Exist
();
300
new FileInfo(path).Should().
Exist
();
VanillaWasmTests.cs (3)
31
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.js")).Should().
Exist
();
32
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", WasmBootConfigFileName)).Should().
Exist
();
34
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
WasmBuildIncrementalismTest.cs (3)
148
new FileInfo(satelliteAssemblyFile).Should().
Exist
();
202
new FileInfo(satelliteAssemblyFile).Should().
Exist
();
241
new FileInfo(satelliteAssemblyFile).Should().
Exist
();
WasmBuildIntegrationTest.cs (62)
46
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", WasmBootConfigFileName)).Should().
Exist
();
47
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazor.webassembly.js")).Should().
Exist
();
48
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
49
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm.gz")).Should().
Exist
();
50
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazorwasm-minimal.wasm")).Should().
Exist
();
75
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", WasmBootConfigFileName)).Should().
Exist
();
76
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazor.webassembly.js")).Should().
Exist
();
77
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
78
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm.gz")).Should().
Exist
();
79
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazorwasm.wasm")).Should().
Exist
();
80
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.Text.Json.wasm")).Should().
Exist
();
81
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.Text.Json.wasm.gz")).Should().
Exist
();
82
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.wasm")).Should().
Exist
();
83
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.wasm.gz")).Should().
Exist
();
85
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazorwasm.pdb")).Should().
Exist
();
86
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "RazorClassLibrary.pdb")).Should().
Exist
();
87
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "RazorClassLibrary.wasm")).Should().
Exist
();
127
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", WasmBootConfigFileName)).Should().
Exist
();
128
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazor.webassembly.js")).Should().
Exist
();
129
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
130
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm.gz")).Should().
Exist
();
131
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazorwasm.wasm")).Should().
Exist
();
132
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.Text.Json.wasm")).Should().
Exist
();
133
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.Text.Json.wasm.gz")).Should().
Exist
();
134
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.wasm")).Should().
Exist
();
135
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.wasm.gz")).Should().
Exist
();
137
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazorwasm.pdb")).Should().
Exist
();
138
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "RazorClassLibrary.pdb")).Should().
Exist
();
139
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "RazorClassLibrary.wasm")).Should().
Exist
();
165
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", WasmBootConfigFileName)).Should().
Exist
();
166
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazor.webassembly.js")).Should().
Exist
();
167
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
168
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm.gz")).Should().
Exist
();
169
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazorwasm.wasm")).Should().
Exist
();
170
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.Text.Json.wasm")).Should().
Exist
();
171
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.Text.Json.wasm.gz")).Should().
Exist
();
172
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.wasm")).Should().
Exist
();
173
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "System.wasm.gz")).Should().
Exist
();
175
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazorwasm.pdb")).Should().
Exist
();
176
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "RazorClassLibrary.pdb")).Should().
Exist
();
177
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "RazorClassLibrary.wasm")).Should().
Exist
();
299
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
333
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
371
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
414
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
415
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", customIcuFilename)).Should().
Exist
();
457
new FileInfo(Path.Combine(publishDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
458
new FileInfo(Path.Combine(publishDirectory, "wwwroot", "_framework", customIcuFilename)).Should().
Exist
();
500
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
501
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().
Exist
();
542
new FileInfo(Path.Combine(publishDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
543
new FileInfo(Path.Combine(publishDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().
Exist
();
598
new FileInfo(path).Should().
Exist
();
604
new FileInfo(finalPath).Should().
Exist
();
611
new FileInfo(Path.Combine(outputPath, "wwwroot", "_framework", "blazorwasm.wasm")).Should().
Exist
();
612
new FileInfo(Path.Combine(outputPath, "wwwroot", "_framework", "classlibrarywithsatelliteassemblies.wasm")).Should().
Exist
();
613
new FileInfo(Path.Combine(outputPath, "wwwroot", "_framework", "Microsoft.CodeAnalysis.CSharp.wasm")).Should().
Exist
();
614
new FileInfo(Path.Combine(outputPath, "wwwroot", "_framework", "fr", "Microsoft.CodeAnalysis.CSharp.resources.wasm")).Should().
Exist
();
656
referenceAssemblyPath.Should().
Exist
();
697
fileInWwwroot.Should().
Exist
();
739
referenceAssemblyPath.Should().
Exist
();
777
fileInWwwroot.Should().
Exist
();
WasmJsModulesIntegrationTests.cs (18)
38
new FileInfo(path).Should().
Exist
();
43
blazorBootJson.Should().
Exist
();
83
new FileInfo(path).Should().
Exist
();
88
blazorBootJson.Should().
Exist
();
127
new FileInfo(path).Should().
Exist
();
132
blazorBootJson.Should().
Exist
();
144
lib.Should().
Exist
();
191
new FileInfo(path).Should().
Exist
();
197
lib.Should().
Exist
();
247
new FileInfo(path).Should().
Exist
();
256
lib.Should().
Exist
();
262
extension.Should().
Exist
();
318
new FileInfo(path).Should().
Exist
();
324
new FileInfo(Path.Combine(outputPath, "wwwroot", "blazorhosted.modules.json")).Should().
Exist
();
326
lib.Should().
Exist
();
332
extension.Should().
Exist
();
343
blazorBootJson.Should().
Exist
();
355
blazorBootJson.Should().
Exist
();
WasmPublishIntegrationTest.cs (33)
94
cssFile.Should().
Exist
();
148
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", WasmBootConfigFileName)).Should().
Exist
();
149
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "blazor.webassembly.js")).Should().
Exist
();
150
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
151
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm.gz")).Should().
Exist
();
152
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "blazorwasm.wasm")).Should().
Exist
();
153
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "System.Text.Json.wasm")).Should().
Exist
();
154
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "System.Text.Json.wasm.gz")).Should().
Exist
();
155
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "System.Private.CoreLib.wasm")).Should().
Exist
();
156
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "System.Private.CoreLib.wasm.gz")).Should().
Exist
();
158
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "RazorClassLibrary.wasm")).Should().
Exist
();
270
webConfig.Should().
Exist
();
801
new FileInfo(Path.Combine(publishDirectory.ToString(), "blazorhosted.dll")).Should().
Exist
();
897
new FileInfo(Path.Combine(publishDirectory.ToString(), "blazorhosted.dll")).Should().
Exist
();
962
new FileInfo(Path.Combine(publishDirectory.ToString(), "blazorhosted.dll")).Should().
Exist
();
1059
new FileInfo(Path.Combine(publishDirectory.ToString(), "blazorhosted.dll")).Should().
Exist
();
1491
new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
1518
new FileInfo(Path.Combine(publishOutputDirectory, "BlazorMultipleApps.Server.dll")).Should().
Exist
();
1519
new FileInfo(Path.Combine(publishOutputDirectory, "BlazorMultipleApps.FirstClient.dll")).Should().
Exist
();
1520
new FileInfo(Path.Combine(publishOutputDirectory, "BlazorMultipleApps.SecondClient.dll")).Should().
Exist
();
1525
new FileInfo(firstCss).Should().
Exist
();
1526
new FileInfo(firstCss).Should().
Exist
("/* First app.css */");
1537
new FileInfo(Path.Combine(firstAppPublishDirectory, "_framework", "dotnet.native.wasm.br")).Should().
Exist
();
1538
new FileInfo(Path.Combine(firstAppPublishDirectory, "_framework", "BlazorMultipleApps.FirstClient.wasm.br")).Should().
Exist
();
1539
new FileInfo(Path.Combine(firstAppPublishDirectory, "_framework", "Newtonsoft.Json.wasm.br")).Should().
Exist
();
1544
new FileInfo(secondCss).Should().
Exist
();
1545
new FileInfo(secondCss).Should().
Exist
("/* Second app.css */");
1553
new FileInfo(Path.Combine(secondAppPublishDirectory, "_framework", "dotnet.native.wasm.br")).Should().
Exist
();
1554
new FileInfo(Path.Combine(secondAppPublishDirectory, "_framework", "BlazorMultipleApps.SecondClient.wasm.br")).Should().
Exist
();
1555
new FileInfo(Path.Combine(secondAppPublishDirectory, "_framework", "System.Private.CoreLib.wasm.br")).Should().
Exist
();
1571
referenceAssemblyPath.Should().
Exist
();
1612
fileInWwwroot.Should().
Exist
();
1626
new FileInfo(assemblyPath).Should().
Exist
();
WasmPwaManifestTests.cs (3)
41
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", WasmBootConfigFileName)).Should().
Exist
();
42
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "dotnet.native.wasm")).Should().
Exist
();
43
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", "blazorwasm.wasm")).Should().
Exist
();
Microsoft.NET.Sdk.Razor.Tests (114)
ApplicationPartDiscoveryIntegrationTest.cs (1)
27
new FileInfo(Path.Combine(intermediateOutputPath, "AppWithP2PReference.MvcApplicationPartsAssemblyInfo.cs")).Should().
Exist
();
BuildIncrementalismTest.cs (10)
41
new FileInfo(Path.Combine(intermediateOutputPath, "SimpleMvc.dll")).Should().
Exist
();
72
new FileInfo(outputFile).Should().
Exist
();
75
new FileInfo(generatedDefinitionFile).Should().
Exist
();
77
new FileInfo(generatedFile).Should().
Exist
();
80
new FileInfo(tagHelperOutputCache).Should().
Exist
();
94
new FileInfo(generatedDefinitionFile).Should().
Exist
();
97
new FileInfo(generatedFile).Should().
Exist
();
126
new FileInfo(classLibraryDll).Should().
Exist
();
127
new FileInfo(classLibraryViewsDll).Should().
Exist
();
128
new FileInfo(markerFile).Should().
Exist
();
BuildIntegrationTest.cs (18)
35
new FileInfo(Path.Combine(outputPath, "SimpleMvc.dll")).Should().
Exist
();
36
new FileInfo(Path.Combine(outputPath, "SimpleMvc.pdb")).Should().
Exist
();
52
new FileInfo(Path.Combine(outputPath, "SimpleMvc.dll")).Should().
Exist
();
53
new FileInfo(Path.Combine(outputPath, "SimpleMvc.pdb")).Should().
Exist
();
97
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.dll")).Should().
Exist
();
98
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.pdb")).Should().
Exist
();
101
new FileInfo(Path.Combine(outputPath, "ClassLibrary.dll")).Should().
Exist
();
102
new FileInfo(Path.Combine(outputPath, "ClassLibrary.pdb")).Should().
Exist
();
119
new FileInfo(Path.Combine(outputPath, "SimpleMvc.deps.json")).Should().
Exist
();
149
new FileInfo(Path.Combine(outputPath, "refs", "mscorlib.dll")).Should().
Exist
();
207
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.dll")).Should().
Exist
();
209
new FileInfo(Path.Combine(outputPath, "ClassLibrary.dll")).Should().
Exist
();
211
new FileInfo(Path.Combine(outputPath, "AnotherClassLib.dll")).Should().
Exist
();
246
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.dll")).Should().
Exist
();
248
new FileInfo(Path.Combine(outputPath, "ClassLibrary.dll")).Should().
Exist
();
250
new FileInfo(Path.Combine(outputPath, "ClassLibraryMvc21.dll")).Should().
Exist
();
251
new FileInfo(Path.Combine(outputPath, "ClassLibraryMvc21.Views.dll")).Should().
Exist
();
265
new FileInfo(Path.Combine(intermediateOutputPath, "SimpleMvc.dll")).Should().
Exist
();
BuildWithComponents31IntegrationTest.cs (4)
21
new FileInfo(Path.Combine(outputPath, "blazor31.dll")).Should().
Exist
();
22
new FileInfo(Path.Combine(outputPath, "blazor31.pdb")).Should().
Exist
();
23
new FileInfo(Path.Combine(outputPath, "blazor31.Views.dll")).Should().
Exist
();
24
new FileInfo(Path.Combine(outputPath, "blazor31.Views.pdb")).Should().
Exist
();
BuildWithComponentsIntegrationTest.cs (4)
30
new FileInfo(Path.Combine(outputPath, "ComponentLibrary.dll")).Should().
Exist
();
31
new FileInfo(Path.Combine(outputPath, "ComponentLibrary.pdb")).Should().
Exist
();
47
new FileInfo(Path.Combine(outputPath, "MvcWithComponents.dll")).Should().
Exist
();
48
new FileInfo(Path.Combine(outputPath, "MvcWithComponents.pdb")).Should().
Exist
();
MvcBuildIntegrationTest21NetFx.cs (12)
28
new FileInfo(Path.Combine(outputPath, OutputFileName)).Should().
Exist
();
29
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.pdb")).Should().
Exist
();
30
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.dll")).Should().
Exist
();
31
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.pdb")).Should().
Exist
();
34
new FileInfo(Path.Combine(intermediateOutputPath, $"{TestProjectName}.TagHelpers.input.cache")).Should().
Exist
();
35
new FileInfo(Path.Combine(intermediateOutputPath, $"{TestProjectName}.TagHelpers.output.cache")).Should().
Exist
();
71
new FileInfo(Path.Combine(outputPath, OutputFileName)).Should().
Exist
();
72
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.pdb")).Should().
Exist
();
73
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.dll")).Should().
Exist
();
74
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.pdb")).Should().
Exist
();
92
new FileInfo(Path.Combine(outputPath, "refs", "System.Threading.Tasks.Extensions.dll")).Should().
Exist
();
108
depsFile.Should().
Exist
();
MvcBuildIntegrationTest22.cs (6)
31
new FileInfo(Path.Combine(outputPath, OutputFileName)).Should().
Exist
();
32
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.pdb")).Should().
Exist
();
33
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.dll")).Should().
Exist
();
34
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.pdb")).Should().
Exist
();
37
new FileInfo(Path.Combine(intermediateOutputPath, $"{TestProjectName}.TagHelpers.input.cache")).Should().
Exist
();
38
new FileInfo(Path.Combine(intermediateOutputPath, $"{TestProjectName}.TagHelpers.output.cache")).Should().
Exist
();
MvcBuildIntegrationTest50.cs (10)
63
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.dll")).Should().
Exist
();
64
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.Views.dll")).Should().
Exist
();
65
new FileInfo(Path.Combine(outputPath, "ClassLibrary.dll")).Should().
Exist
();
66
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.dll")).Should().
Exist
();
67
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.pdb")).Should().
Exist
();
82
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.dll")).Should().
Exist
();
83
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.Views.dll")).Should().
Exist
();
84
new FileInfo(Path.Combine(outputPath, "ClassLibrary.dll")).Should().
Exist
();
85
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.dll")).Should().
Exist
();
86
new FileInfo(Path.Combine(outputPath, "ClassLibrary.Views.pdb")).Should().
Exist
();
MvcBuildIntegrationTestLegacy.cs (12)
33
new FileInfo(Path.Combine(outputPath, OutputFileName)).Should().
Exist
();
34
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.pdb")).Should().
Exist
();
35
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.dll")).Should().
Exist
();
36
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.pdb")).Should().
Exist
();
39
new FileInfo(Path.Combine(intermediateOutputPath, $"{TestProjectName}.TagHelpers.input.cache")).Should().
Exist
();
40
new FileInfo(Path.Combine(intermediateOutputPath, $"{TestProjectName}.TagHelpers.output.cache")).Should().
Exist
();
77
new FileInfo(Path.Combine(outputPath, OutputFileName)).Should().
Exist
();
78
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.pdb")).Should().
Exist
();
79
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.dll")).Should().
Exist
();
80
new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.pdb")).Should().
Exist
();
99
new FileInfo(Path.Combine(outputPath, "refs", "System.Threading.Tasks.Extensions.dll")).Should().
Exist
();
115
depsFile.Should().
Exist
();
PackIntegrationTest.cs (1)
29
new FileInfo(Path.Combine(outputPath, "ClassLibrary.dll")).Should().
Exist
();
PublishIntegrationTest.cs (36)
24
new FileInfo(Path.Combine(publishOutputPath, "SimpleMvc.dll")).Should().
Exist
();
25
new FileInfo(Path.Combine(publishOutputPath, "SimpleMvc.pdb")).Should().
Exist
();
26
new FileInfo(Path.Combine(publishOutputPath, "appsettings.json")).Should().
Exist
();
27
new FileInfo(Path.Combine(publishOutputPath, "appsettings.Development.json")).Should().
Exist
();
29
new FileInfo(Path.Combine(outputPath, "SimpleMvc.dll")).Should().
Exist
();
30
new FileInfo(Path.Combine(outputPath, "SimpleMvc.pdb")).Should().
Exist
();
31
new FileInfo(Path.Combine(outputPath, "appsettings.json")).Should().
Exist
();
32
new FileInfo(Path.Combine(outputPath, "appsettings.Development.json")).Should().
Exist
();
35
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "js", "SimpleMvc.js")).Should().
Exist
();
36
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "css", "site.css")).Should().
Exist
();
37
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", ".well-known", "security.txt")).Should().
Exist
();
57
new FileInfo(Path.Combine(publishOutputPath, "SimpleMvc.dll")).Should().
Exist
();
58
new FileInfo(Path.Combine(publishOutputPath, "SimpleMvc.pdb")).Should().
Exist
();
79
new FileInfo(Path.Combine(publishOutputPath, "SimpleMvc.dll")).Should().
Exist
();
80
new FileInfo(Path.Combine(publishOutputPath, "SimpleMvc.pdb")).Should().
Exist
();
95
new FileInfo(Path.Combine(publishOutputPath, "SimpleMvc.dll")).Should().
Exist
();
96
new FileInfo(Path.Combine(publishOutputPath, "SimpleMvc.pdb")).Should().
Exist
();
99
new FileInfo(Path.Combine(publishOutputPath, "refs", "mscorlib.dll")).Should().
Exist
();
122
new FileInfo(Path.Combine(publishOutputPath, "SimpleMvc.dll")).Should().
Exist
();
123
new FileInfo(Path.Combine(publishOutputPath, "SimpleMvc.pdb")).Should().
Exist
();
126
new FileInfo(Path.Combine(publishOutputPath, "refs", "mscorlib.dll")).Should().
Exist
();
140
new FileInfo(Path.Combine(publishOutputPath, "AppWithP2PReference.dll")).Should().
Exist
();
141
new FileInfo(Path.Combine(publishOutputPath, "AppWithP2PReference.pdb")).Should().
Exist
();
142
new FileInfo(Path.Combine(publishOutputPath, "ClassLibrary.dll")).Should().
Exist
();
143
new FileInfo(Path.Combine(publishOutputPath, "ClassLibrary.pdb")).Should().
Exist
();
177
new FileInfo(Path.Combine(outputPath, "AppWithP2PReference.dll")).Should().
Exist
();
178
new FileInfo(Path.Combine(outputPath, "ClassLibrary.dll")).Should().
Exist
();
179
new FileInfo(Path.Combine(outputPath, "AnotherClassLib.dll")).Should().
Exist
();
188
new FileInfo(Path.Combine(publishOutputPath, "AppWithP2PReference.dll")).Should().
Exist
();
189
new FileInfo(Path.Combine(publishOutputPath, "AppWithP2PReference.pdb")).Should().
Exist
();
191
new FileInfo(Path.Combine(publishOutputPath, "ClassLibrary.dll")).Should().
Exist
();
192
new FileInfo(Path.Combine(publishOutputPath, "ClassLibrary.pdb")).Should().
Exist
();
194
new FileInfo(Path.Combine(publishOutputPath, "AnotherClassLib.dll")).Should().
Exist
();
195
new FileInfo(Path.Combine(publishOutputPath, "AnotherClassLib.pdb")).Should().
Exist
();
211
new FileInfo(assemblyPath).Should().
Exist
();
221
new FileInfo(publishAssemblyPath).Should().
Exist
();
Microsoft.NET.Sdk.StaticWebAssets.Tests (162)
JsModulesIntegrationTest.cs (6)
49
file.Should().
Exist
();
108
new FileInfo(path).Should().
Exist
();
229
file.Should().
Exist
();
274
file.Should().
Exist
();
332
modulesManifest.Should().
Exist
();
337
moduleFile.Should().
Exist
();
LegacyStaticWebAssetsV1IntegrationTest.cs (4)
53
new FileInfo(path).Should().
Exist
();
64
new FileInfo(path).Should().
Exist
();
116
new FileInfo(path).Should().
Exist
();
124
new FileInfo(finalPath).Should().
Exist
();
ScopedCssIntegrationTests.cs (37)
92
new FileInfo(scoped).Should().
Exist
();
95
new FileInfo(generated).Should().
Exist
();
111
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Counter.razor.rz.scp.css")).Should().
Exist
();
112
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Index.razor.rz.scp.css")).Should().
Exist
();
113
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "bundle", "ComponentApp.styles.css")).Should().
Exist
();
114
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "projectbundle", "ComponentApp.bundle.scp.css")).Should().
Exist
();
129
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Views", "Home", "Index.cshtml.rz.scp.css")).Should().
Exist
();
130
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Views", "Home", "Contact.cshtml.rz.scp.css")).Should().
Exist
();
131
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "bundle", "SimpleMvc.styles.css")).Should().
Exist
();
132
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "projectbundle", "SimpleMvc.bundle.scp.css")).Should().
Exist
();
133
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Views", "Home", "About.cshtml.rz.scp.css")).Should().
Exist
();
148
new FileInfo(generatedCounter).Should().
Exist
();
150
new FileInfo(generatedIndex).Should().
Exist
();
177
new FileInfo(generatedIndex).Should().
Exist
();
179
new FileInfo(generatedAbout).Should().
Exist
();
181
new FileInfo(generatedContact).Should().
Exist
();
215
new FileInfo(generatedIndex).Should().
Exist
();
218
new FileInfo(generatedCounter).Should().
Exist
();
245
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "ComponentApp.styles.css")).Should().
Exist
();
265
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "ComponentApp.styles.css")).Should().
Exist
();
300
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "Components", "Pages", "Index.razor.rz.scp.css")).Should().
Exist
();
301
new FileInfo(Path.Combine(publishOutputPath, "wwwroot", "Components", "Pages", "Counter.razor.rz.scp.css")).Should().
Exist
();
315
new FileInfo(Path.Combine(intermediateOutputPath, "scopedcss", "Components", "Pages", "Counter.razor.rz.scp.css")).Should().
Exist
();
317
new FileInfo(generatedBundle).Should().
Exist
();
319
new FileInfo(generatedProjectBundle).Should().
Exist
();
321
new FileInfo(generatedCounter).Should().
Exist
();
332
new FileInfo(generatedCounter).Should().
Exist
();
411
new FileInfo(bundlePath).Should().
Exist
();
438
fileInfo.Should().
Exist
();
477
new FileInfo(finalPath).Should().
Exist
();
489
appBundle.Should().
Exist
();
524
new FileInfo(finalPath).Should().
Exist
();
536
appBundle.Should().
Exist
();
565
new FileInfo(finalPath).Should().
Exist
();
577
appBundle.Should().
Exist
();
605
new FileInfo(bundlePath).Should().
Exist
();
614
fileInfo.Should().
Exist
();
StaticWebAssetEndpointsIntegrationTest.cs (4)
40
new FileInfo(path).Should().
Exist
();
190
new FileInfo(path).Should().
Exist
();
200
file.Should().
Exist
();
321
new FileInfo(path).Should().
Exist
();
StaticWebAssets\GenerateStaticWebAssetEndpointsManifestTest.cs (3)
203
new FileInfo(path).Should().
Exist
();
254
new FileInfo(path).Should().
Exist
();
255
new FileInfo(exclusionCachePath).Should().
Exist
();
StaticWebAssets\GenerateStaticWebAssetEndpointsPropsFileTest.cs (1)
91
new FileInfo(file).Should().
Exist
();
StaticWebAssetsCompressionIntegrationTest.cs (5)
46
new FileInfo(path).Should().
Exist
();
52
new FileInfo(finalPath).Should().
Exist
();
120
new FileInfo(path).Should().
Exist
();
126
new FileInfo(finalPath).Should().
Exist
();
161
new FileInfo(path).Should().
Exist
();
StaticWebAssetsCrossTargetingTests.cs (3)
52
new FileInfo(path).Should().
Exist
();
59
new FileInfo(finalPath).Should().
Exist
();
99
new FileInfo(path).Should().
Exist
();
StaticWebAssetsDesignTimeTest.cs (6)
44
new FileInfo(inputFilePath).Should().
Exist
();
52
new FileInfo(outputFilePath).Should().
Exist
();
80
new FileInfo(inputFilePath).Should().
Exist
();
87
new FileInfo(outputFilePath).Should().
Exist
();
114
new FileInfo(inputFilePath).Should().
Exist
();
120
new FileInfo(outputFilePath).Should().
Exist
();
StaticWebAssetsFingerprintingTest.cs (2)
37
new FileInfo(path).Should().
Exist
();
43
new FileInfo(finalPath).Should().
Exist
();
StaticWebAssetsIntegrationTest.cs (53)
31
new FileInfo(path).Should().
Exist
();
37
new FileInfo(finalPath).Should().
Exist
();
59
new FileInfo(path).Should().
Exist
();
65
new FileInfo(finalPath).Should().
Exist
();
98
originalObjFile.Should().
Exist
();
107
originalFile.Should().
Exist
();
115
secondObjFile.Should().
Exist
();
122
secondFinalFile.Should().
Exist
();
144
originalObjFile.Should().
Exist
();
152
originalFile.Should().
Exist
();
169
secondObjFile.Should().
Exist
();
182
secondFinalFile.Should().
Exist
();
212
originalObjFile.Should().
Exist
();
219
originalFile.Should().
Exist
();
228
secondObjFile.Should().
Exist
();
243
secondFinalFile.Should().
Exist
();
272
new FileInfo(path).Should().
Exist
();
282
new FileInfo(path).Should().
Exist
();
307
new FileInfo(path).Should().
Exist
();
317
new FileInfo(path).Should().
Exist
();
346
objManifestFile.Should().
Exist
();
355
binManifestFile.Should().
Exist
();
376
secondBinManifestFile.Should().
Exist
();
385
new FileInfo(path).Should().
Exist
();
412
new FileInfo(path).Should().
Exist
();
418
new FileInfo(finalPath).Should().
Exist
();
422
new FileInfo(path).Should().
Exist
();
448
new FileInfo(path).Should().
Exist
();
454
new FileInfo(finalPath).Should().
Exist
();
503
new FileInfo(path).Should().
Exist
();
513
new FileInfo(path).Should().
Exist
();
567
new FileInfo(path).Should().
Exist
();
608
new FileInfo(path).Should().
Exist
();
614
new FileInfo(finalPath).Should().
Exist
();
662
new FileInfo(path).Should().
Exist
();
670
new FileInfo(finalPath).Should().
Exist
();
674
new FileInfo(path).Should().
Exist
();
703
new FileInfo(path).Should().
Exist
();
711
new FileInfo(finalPath).Should().
Exist
();
738
new FileInfo(path).Should().
Exist
();
745
new FileInfo(finalPath).Should().
Exist
();
757
new FileInfo(path).Should().
Exist
();
765
new FileInfo(finalPath).Should().
Exist
();
801
new FileInfo(path).Should().
Exist
();
812
new FileInfo(path).Should().
Exist
();
843
new FileInfo(path).Should().
Exist
();
855
new FileInfo(path).Should().
Exist
();
885
objManifestFile.Should().
Exist
();
895
binManifestFile.Should().
Exist
();
917
secondBinManifestFile.Should().
Exist
();
923
new FileInfo(path).Should().
Exist
();
953
new FileInfo(path).Should().
Exist
();
964
new FileInfo(path).Should().
Exist
();
StaticWebAssetsPackIntegrationTest.cs (38)
51
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
80
new FileInfo(Path.Combine(outputPath, "PackageLibraryNoStaticAssets.dll")).Should().
Exist
();
114
new FileInfo(Path.Combine(outputPath, "PackageLibraryNoStaticAssets.dll")).Should().
Exist
();
146
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
177
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
219
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
262
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
305
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
343
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
383
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
443
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
512
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
585
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
659
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
727
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
796
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
862
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
929
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
1000
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
1072
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
1138
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
1205
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
1277
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
1354
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
1427
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
1469
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
1495
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
1520
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
1553
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
1583
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
1609
new FileInfo(Path.Combine(outputPath, "ComponentLibrary.dll")).Should().
Exist
();
1636
new FileInfo(Path.Combine(outputPath, "PackageLibraryTransitiveDependency.dll")).Should().
Exist
();
1638
new FileInfo(Path.Combine(intermediateOutputPath, "staticwebassets", "msbuild.PackageLibraryTransitiveDependency.Microsoft.AspNetCore.StaticWebAssets.props")).Should().
Exist
();
1639
new FileInfo(Path.Combine(intermediateOutputPath, "staticwebassets", "msbuild.build.PackageLibraryTransitiveDependency.props")).Should().
Exist
();
1640
new FileInfo(Path.Combine(intermediateOutputPath, "staticwebassets", "msbuild.buildMultiTargeting.PackageLibraryTransitiveDependency.props")).Should().
Exist
();
1641
new FileInfo(Path.Combine(intermediateOutputPath, "staticwebassets", "msbuild.buildTransitive.PackageLibraryTransitiveDependency.props")).Should().
Exist
();
1684
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
1715
new FileInfo(Path.Combine(outputPath, "PackageLibraryDirectDependency.dll")).Should().
Exist
();
Microsoft.NET.TestFramework (4)
Assertions\CommandResultAssertions.cs (3)
265
new FileInfo(nupkgPath).Should().
Exist
();
285
new FileInfo(nuspecPath).Should().
Exist
();
305
new FileInfo(nuspecPath).Should().
Exist
();
Assertions\DirectoryInfoAssertions.cs (1)
32
file.Should().
Exist
($"Expected File {expectedFile} cannot be found in directory {_dirInfo.FullName}.");