1 write to pdb
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (1)
BootJsonData.cs (1)
455pdb = assets.pdb?.ToDictionary(a => a.name, a => a.integrity),
4 references to pdb
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (4)
WasmBuildIntegrationTest.cs (2)
217var pdb = bootJsonData.resources.pdb; 264var pdb = bootJsonData.resources.pdb;
WasmPublishIntegrationTestBase.cs (2)
25if (bootManifest.resources.pdb != null) 27VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.pdb);