Avalonia-based .NET Decompiler (port of ILSpy)
Перейти к файлу
Christoph Wille 34d7c02f38 Remove artifact zip task because https://github.com/cake-build/cake/issues/2592 2021-02-24 07:37:31 +01:00
.github/workflows Fix paths 2021-02-24 07:29:04 +01:00
ICSharpCode.Decompiler rework hierarchies 2018-08-29 16:34:10 -07:00
ICSharpCode.Decompiler.PdbProvider.Cecil make some tweaks to compile with ICSharpCode.Decompiler 6 (#44) 2020-12-03 21:54:35 -08:00
ILSpy Avalonia 0.10.0 (#54) 2021-02-22 23:37:57 -08:00
ILSpy.Core Avalonia 0.10.0 (#54) 2021-02-22 23:37:57 -08:00
SharpTreeView Avalonia 0.10.0 (#54) 2021-02-22 23:37:57 -08:00
TestPlugin Rename files to keep same hierarchy as ILSpy 2018-09-02 14:59:30 +01:00
doc RC1 ILSpy 2019-01-05 10:48:41 -08:00
.gitattributes Init commit 2018-08-03 12:59:48 -07:00
.gitignore Init commit 2018-08-03 12:59:48 -07:00
.gitmodules Avalonia 0.10.0 (#54) 2021-02-22 23:37:57 -08:00
Directory.Build.props Avalonia 0.10.0 (#54) 2021-02-22 23:37:57 -08:00
Directory.Build.targets Update AvaloniaEdit. 2019-10-16 23:33:16 +01:00
ILSpy.sln Avalonia 0.10.0 (#54) 2021-02-22 23:37:57 -08:00
README.md Fix bracket 2021-02-16 09:48:56 +01:00
build.cake Remove artifact zip task because https://github.com/cake-build/cake/issues/2592 2021-02-24 07:37:31 +01:00
build.ps1 Add build scripts and fix errors on win/osx 2018-08-05 19:17:41 -07:00
build.sh Add build scripts and fix errors on win/osx 2018-08-05 19:17:41 -07:00
nuget.config Fix #49 2021-02-16 07:27:25 +01:00
preview.png theme tweak 2018-12-29 14:28:16 -08:00
updates.xml RC1 ILSpy 2019-01-05 10:48:41 -08:00

README.md

AvaloniaILSpy Build AvaloniaILSpy

This is cross-platform version of ILSpy built with Avalonia.

Supported Features

  • Decompilation
  • Analyze Window
  • Search for types/methods/properties (substring)
  • Hyperlink-based type/method/property navigation
  • Extensible via MEF Extensibility (Check out TestPlugin folder). Note: This is not compatible with ILSpy Plugins.
  • Check out feature support status

Download

Stable Release

https://github.com/icsharpcode/AvaloniaILSpy/releases

Bleeding-edge Builds

Grab artifacts from the latest master CI build. This includes Linux, Mac and Windows.

How to run on Linux:

  • make sure you have installed ttf-ms-fonts package
  • grant it the rights to execute chmod a+x ILSpy
  • run ./ILSpy

How to run on Mac:

  • just move the app into /Applications folder and open it
  • if you see the error The application ILSpy can't be opened' error on launch, you could chmod +x "/Applications/ILSpy.app/Contents/MacOS/ILSpy"

Build from sources

  1. Clone repository with submodules: git clone --recurse-submodules.
  2. Run build script: build.ps1 on Windows and ./build.sh on Linux and Mac OS.
  3. Artifacts will be located in subdirectory artifacts.