.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Grunwald aed358b5a0 Use more precise ResolveResult, so that Range/Index operators are hyperlinked. 5 years ago
..
CSharp Use more precise ResolveResult, so that Range/Index operators are hyperlinked. 5 years ago
DebugInfo Merge branch 'master' of https://github.com/icsharpcode/ILSpy into dev/jacdavis/sequencepoints 5 years ago
Disassembler Disassembler: Implement cancellation token. 5 years ago
Documentation Inline variable declarations/modernize parts of our code base. 5 years ago
FlowAnalysis Inline variable declarations/modernize parts of our code base. 5 years ago
IL Disable IndexRangeTransform if the "C# 8 ranges" setting is disabled. 5 years ago
Metadata Metadata Explorer: Display blob contents of custom debug information in tooltip. 5 years ago
Output Fix #1882: Provide a setting to desugar X? into Nullable<X> for value types 5 years ago
Properties Move all resources to ILSpy: We do not want to ship resources inside the decompiler engine assembly. 6 years ago
Semantics Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Solution SolutionCreator: Store project type GUID in .sln 5 years ago
TypeSystem Add support for indexing a container with a System.Index instance. 5 years ago
Util Fix #1795: `InvalidCastException: Cast from Boolean to Int64 not supported` when decompiling enum with bool constants 6 years ago
DecompileRun.cs
DecompilerException.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
DecompilerNuGetPackageIcon.png iconUrl -> icon for ics.d nuspec https://aka.ms/deprecateIconUrl 6 years ago
DecompilerSettings.cs Add support for C# 8 range syntax. 5 years ago
ICSharpCode.Decompiler.csproj Add support for indexing a container with a System.Index instance. 5 years ago
ICSharpCode.Decompiler.nuspec.template Fix warning NU5128 6 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs Add basic support for inheritdoc 6 years ago
SRMExtensions.cs #1877: Do not crash in IsKnownType, if handle is nil. 5 years ago
SRMHacks.cs