Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.61 KB

File metadata and controls

59 lines (41 loc) · 1.61 KB

Changelog

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.

0.2.4

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

0.2.3

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

0.2.2

Fixed

  • Fixed target framework statistics reporting

Changed

  • Enabled plugin signing

0.2.1

Fixed

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

0.2.0

Changed

  • Support for IDE version 2026.1

0.1.1

Fixed

  • Minor fixes and improvements
  • Improved plugin description

0.1.0

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