All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed NETSDK1005 build error for projects with platform-specific TFMs (e.g.
net8.0-windows,net9.0-ios) - Fixed dotnet build ignoring MSBuild properties in platform-conditional PropertyGroups
- Fixed ReflectionTypeLoadException when disassembling projects with unresolvable transitive dependencies
- Fixed loader cache not invalidating on plugin update
- Fixed localization fallback when Language Pack is installed
- Replaced help icon with warning icon for Run Project mode setting
- Fixed target framework statistics reporting
- Enabled plugin signing
- Fixed path handling issues during disassembly generation
- Fixed editor scroll in ASM viewer
- Improved disassembly stability
- Support for IDE version 2026.1
- Minor fixes and improvements
- Improved plugin description
- View disassembly for C# methods in .NET 6.0+ projects
- Multiple codegen modes: standard JIT, ReadyToRun (crossgen2), NativeAOT (ilc)
- Snapshot and diff view to compare assembly output after code changes
- Configurable compiler settings: tiered compilation, PGO, diff-friendly output, build options
- Tool window for viewing disassembly
- Context action for quick access from editor
- Syntax highlighting for x86/x64 and ARM64 assembly