mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Avalonia 12 dropped the in-process Avalonia.Diagnostics package (its last release is 11.3.x), so AttachDevTools no longer shows a window. Move to the AvaloniaUI.DiagnosticsSupport bridge driven by WithDeveloperTools() in BuildAvaloniaApp -- it attaches internally, so a separate App-level AttachDeveloperTools call would double-attach and throw. The inspector is the AvaloniaUI.DeveloperTools global tool (avdt) connecting over the bridge. DEBUG-only: the assets are dropped from Release builds. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3755/head
2 changed files with 16 additions and 3 deletions
Loading…
Reference in new issue