clean up pdb files on client, hash assembly file names

This commit is contained in:
Shaun Walker
2022-09-14 10:09:50 -04:00
parent c0f4069a9b
commit 45df729711
3 changed files with 115 additions and 93 deletions

View File

@ -117,6 +117,7 @@ namespace Oqtane.Client
try
{
await interop.RemoveIndexedDBItem(file);
await interop.RemoveIndexedDBItem(file.Replace(".dll", ".pdb"));
}
catch
{