Files
Haocode/core
sorrow404null 156f94e840 fix(webview2): fall back to byte[] assembly load and guard instance lock
Assembly.LoadFrom can fail on volumes .NET misclassifies as remote; fall back to Assembly.Load(byte[]). Broaden exception handling to BaseException for pythonnet, and skip WebView2 warmup/taskkill when the instance lock is held by another process.
2026-09-17 16:40:03 +08:00
..