17 Commits (37c56e7e7b977de64c78a129031e6744b59ad7a2)

Author SHA1 Message Date
Holger Schmidt 09ed31d391
Generate Mermaid HTML diagrammer from input assembly via ilspycmd (#3324) 6 months ago
Siegfried Pammer 963ff7cb3d Fix #3151: Make IProjectFileWriter API public 1 year ago
Christoph Wille 6e3b9ecc57 Make update check explicit, see #3101 2 years ago
Christoph Wille ca60ee84e4 Add option to disable the update check (might not be desired in automation scenarios) 2 years ago
Christoph Wille 35a3d97066 Activate update check in finally of OnExecuteAsync 2 years ago
Christoph Wille bf91f463f9 Latest version check added (disabled). (Temp) Fixed DirectoryExists for ReferencePaths (see https://github.com/natemcmaster/CommandLineUtils/issues/536) 2 years ago
Christoph Wille 8e3c1af974 Start using HostBuilder with CommandLineUtils 2 years ago
Christoph Wille 5156a9db00 Update CommandLineUtils, switch to OnExecuteAsync (although async is not yet used) 2 years ago
Daniel Grunwald 448fe3065e Also reject absolute paths in bundle decompression 2 years ago
Siegfried Pammer c797d53a76 Remove superfluous dollar signs from bundle/package error messages. 2 years ago
Siegfried Pammer 2a47bef99a Skip bundle entries that do not contain a plain relative path. 2 years ago
Siegfried Pammer 6855f589fc Fix #2858: Make sure that target directory of DumpPackageAssemblies exists. 2 years ago
Siegfried Pammer a6721df590 Fix #2707: Resolve full path to OutputDirectory before using it. 3 years ago
superstrom 29bfe82d11
Fix allowed Language Versions 3 years ago
Christoph Wille d5be62eb80 Fix #2675 3 years ago
Siegfried Pammer 05eb2cdf04 Fix #2363: CLI support for generating a solution from multiple projects (based on code provided by @marwie in #2364) 3 years ago
Christoph Wille afff9c325d Rename ics.d.Console to ics.ILSpyCmd 3 years ago
Siegfried Pammer 1b51c9830d Fix build. 3 years ago
Siegfried Pammer 4b475cfa69 Create ILSpyX project and make the following APIs reusable: 3 years ago
GreyXor 7ae31fa7f3
ilspycmd nested directories decompiler setting 3 years ago
Christoph Wille 3503b91f77 Fix unreachable code 3 years ago
Siegfried Pammer d04df6e387 ilspycmd: Add missing long forms of some options. 4 years ago
Siegfried Pammer d4a7870df6 ilspycmd: Use VersionOptionFromMember to allow using --version without an argument. 4 years ago
Siegfried Pammer 130a07dbb4 ilspycmd: fix LanguageVersion help text 4 years ago
Siegfried Pammer d2b3abb276 #2516: Add ILSpy.AddIn.slnf, ILSpy.Wpf.slnf and ILSpy.XPlat.slnf; replaces Frontends.sln 4 years ago
Freakness109 6c93b76e99 ILSpyCmd: Add support for decompressing single-file bundles 4 years ago
Siegfried Pammer 2a9a5237d1 Fix exception when trying to export project for which no target-framework moniker was detected. 4 years ago
Siegfried Pammer 2b4a0a3a2a Fix #2209: Update IlspyCmdProgram.cs to the latest version of WholeProjectDecompiler. 5 years ago
Will Speak 9f7bcc0dd9 Show Sequence Points from CLI 5 years ago
dymanoid b492a20442 Move assembly resolution logic to better place 5 years ago
dymanoid a952cda502 Create dedicated namespace for project decompiler 5 years ago
Siegfried Pammer a855f4e8e3 Fix #1892: Document new ilspycmd line options for P2 5 years ago
Siegfried Pammer 597ee991a2 Fix #1676: Add pdb support to powershell and command-line frontends 6 years ago
Siegfried Pammer 7f873b8f38 Add RemoveDeadCode and RemoveDeadStores setting to ilspycmd. 6 years ago
Siegfried Pammer cffc95e7b1 Add languageversion option to ilspycmd. 6 years ago
Siegfried Pammer d2999e7d5d Simplify ShowIL implementation 6 years ago
Siegfried Pammer 2dc1dd4efc Refactor IlspyCmdProgram to use non-static methods. 6 years ago
Siegfried Pammer 61a3c19a0e Fix #1431: Add -r|-referencepath option 6 years ago
Christoph Wille 46b26eda44 AllowedValues is not useable for multi-value options 6 years ago
Christoph Wille 9adf21392a Switch ilspycmd to attribute usage (from builder) 6 years ago