Skip to content

Releases: JetBrains/dotnet-disassembler-plugin

v0.2.4

13 Apr 10:45

Choose a tag to compare

Fixed

  • 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

v0.2.3

30 Mar 08:08

Choose a tag to compare

Fixed

  • 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

Changed

  • Replaced help icon with warning icon for Run Project mode setting

v0.2.2

20 Mar 17:02

Choose a tag to compare

Fixed

  • Fixed target framework statistics reporting

Changed

  • Enabled plugin signing

v0.2.1

03 Feb 16:17

Choose a tag to compare

Fixed

  • Fixed path handling issues during disassembly generation
  • Fixed editor scroll in ASM viewer
  • Improved disassembly stability

v0.2.0

19 Jan 18:36

Choose a tag to compare

Changed

  • Support for IDE version 2026.1

v0.1.1

19 Jan 11:10
d34575d

Choose a tag to compare

Fixed

  • Minor fixes and improvements
  • Improved plugin description

v0.1.0

15 Jan 11:44

Choose a tag to compare

Added

  • 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