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
Add a new flag `-d|--dump-package` to ILSpyCmd that decompresses
single-file bundles into a target directory.
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
When disassembling IL add a flag to enable showing sequence points. We
can already specify PDB loading; take advantage of that to provide
debug information for the decompiler.
When the `--il-sequence-points` flag is used the behavior is the same as
with `-il`, but sequence point information is aslo emitted. This leaves
things open to adding an `--il-metadata-tokens` flag too.
5 years ago
dymanoid
b492a20442
Move assembly resolution logic to better place
WholeProjectDecompiler shall not care about checking whether an assembly
is in GAC.
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
6 years ago
Siegfried Pammer
597ee991a2
Fix #1676 : Add pdb support to powershell and command-line frontends
derived from work by @an-dr-eas-k in #1679
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
7 years ago
Christoph Wille
46b26eda44
AllowedValues is not useable for multi-value options
7 years ago
Christoph Wille
9adf21392a
Switch ilspycmd to attribute usage (from builder)
7 years ago