You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- DotNetDisassembleService: add null-forgiving (!) after success guards for
ilText, DisassembleCommandAndItsVersionWithArguments, and stdout; add null
check before DeleteFileSilent(tempAsciiPath)
- ProgramRunner: mark LoadConfigurationAsync parameter as string?
https://claude.ai/code/session_01AGt95LCMWEQgJoQZraKb9V
lastError=newInvalidOperationException($"Disassembler version mismatch for command '{candidateDisassembleCommand}'. old='{oldResult.DisassembleCommandAndItsVersionWithArguments}', new='{newResult.DisassembleCommandAndItsVersionWithArguments}'.");
180
180
continue;
@@ -183,10 +183,10 @@ public DotNetDisassembleService(ConfigSettings config, ILCache? ilCache, FileDif
0 commit comments