6 references to NotContain
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (4)
BlazorMultitargetIntegrationTest.cs (4)
25
serverDependencies.File("captured-references.txt").Should().
NotContain
("Microsoft.AspNetCore.Components.WebAssembly.dll");
29
browserDependencies.File("captured-references.txt").Should().
NotContain
("Microsoft.AspNetCore.Components.Server.dll");
45
serverDependencies.File("captured-references.txt").Should().
NotContain
("Microsoft.AspNetCore.Components.WebAssembly.dll");
49
browserDependencies.File("captured-references.txt").Should().
NotContain
("Microsoft.AspNetCore.Components.Server.dll");
Microsoft.NET.Sdk.StaticWebAssets.Tests (2)
JsModulesIntegrationTest.cs (2)
276
file.Should().
NotContain
("_content/ClassLibrary/AnotherClassLib.lib.module.js");
334
modulesManifest.Should().
NotContain
("_content/ClassLibrary/AnotherClassLib.lib.module.js");