.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.
 
 
 
 
Siegfried Pammer 5f699c4236 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
..
CSharp Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
DebugInfo Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
Disassembler Fix #1232: BadImageFormatException: Invalid SEH header 7 years ago
Documentation IdStringProvider: Fix handling of generic methods and explicit interface implementations. 7 years ago
FlowAnalysis Fix #890: Correctly handle calls with out-parameters in definite assignment analysis. 8 years ago
IL Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
Metadata Fix #1141: Add basic support for resolving winmd files to UniversalAssemblyResolver. 7 years ago
Output CSharpAmbience: add option to hide parameter default values. 7 years ago
Properties
Semantics Add support for FormattableString patterns. 7 years ago
TypeSystem Add Span<T>, ReadOnlySpan<T> and Memory<T> to KnownTypeCode. 7 years ago
Util #1225: Fix inconsistencies in path handling when decompiling resources. 7 years ago
DecompileRun.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 7 years ago
DecompilerException.cs Avoid unnecessary allocations of MetadataReader and clean up Dom structs a bit. 8 years ago
DecompilerSettings.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
ICSharpCode.Decompiler.csproj Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
ICSharpCode.Decompiler.nuspec.template Update DecompilerNuGetDemos.workbook to work with version 4.0 pre-alpha nuget. 7 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 7 years ago
SRMExtensions.cs Fix ReadCodeMappingInfo for lambdas compiled with mcs. 7 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 7 years ago