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