How to fix NuGetVulnerabilityCache exception?

I am running into an error every time I try to open the most recent version of LINQPad 5 (see attached error). The app was working fine 2 weeks ago. I have tried to uninstall and reinstall but still see the error. This is what I see in the error log file:

5.52.01 2025-08-07T12:10:09.1235435-06:00 SymbolManager -
COMException: Exception from HRESULT: 0x806D0005
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Diagnostics.SymbolStore.SymBinder.GetReader(IntPtr importer, String filename, String searchPath)
at LINQPad.Reflection.Internal.LocalVariableNameReader.SymUtil.GetSymbolReaderForFile(SymBinder binder, String pathModule, String searchPath)
at LINQPad.Reflection.Internal.LocalVariableNameReader.SymUtil.GetSymbolReaderForFile(String pathModule, String searchPath)
at LINQPad.Reflection.Internal.LocalVariableNameReader..ctor(MethodBase m)
at LINQPad.Reflection.Disassembler..ctor(MethodBase method, ILStyler styler)
First chance data: System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(errorCode,errorInfo) offset=0xFFFFFFFF
-System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(errorCode) offset=0x0
-System.Diagnostics.SymbolStore.SymBinder.GetReader(importer,filename,searchPath) offset=0x90
-LINQPad.Reflection.Internal.LocalVariableNameReader+SymUtil.GetSymbolReaderForFile(binder,pathModule,searchPath) offset=0xDD
-LINQPad.Reflection.Internal.LocalVariableNameReader+SymUtil.GetSymbolReaderForFile(pathModule,searchPath) offset=0x6
-LINQPad.Reflection.Internal.LocalVariableNameReader..ctor(m) offset=0x48
-LINQPad.Reflection.Disassembler..ctor(method,styler) offset=0xAF
-LINQPad.Reflection.Disassembler.Disassemble(method,styler,offsetFrom,offsetTo) offset=0x1E
-LINQPad.Reflection.Disassembler.Disassemble(method,offsetFrom,offsetTo) offset=0x7
-LINQPad.Program.GetStackInfo(ex) offset=0x117
-LINQPad.Program.GetExceptionInfo(ex,depth) offset=0x28
-LINQPad.GuiAppHost.FaultInternal(ex) offset=0x7
-LINQPad.GuiAppHost.Fault(ex) offset=0x3D
-LINQPad.Program.ProcessException(ex) offset=0xC
-LINQPad.Program.Start(args) offset=0xC4
-LINQPad.ProgramStarter.Run(args) offset=0x12
-LINQPad.Loader.Main(args) offset=0x2CF

I have tried clearing my Nuget cache as well but that hasn't fixed it. Any suggestions would be greatly appreciated. Thanks!

Answers