.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 066da1ea16 Fix #1200: assertion in TransformInlineAssignmentLocal when reconstructed stack slot (after async-await transform) has small integer type. 7 years ago
..
CSharp Fix #1225: Increase file name length limit, and opt into Win10 long path support. 7 years ago
DebugInfo #1024: Fix bug in sequence point blob mapping. 7 years ago
Disassembler Fix #1232: BadImageFormatException: Invalid SEH header 7 years ago
Documentation Merge XmlDocKeyProvider.cs into IdStringProvider.cs 7 years ago
FlowAnalysis Fix #890: Correctly handle calls with out-parameters in definite assignment analysis. 7 years ago
IL Fix #1200: assertion in TransformInlineAssignmentLocal when reconstructed stack slot (after async-await transform) has small integer type. 7 years ago
Metadata Fix #1141: Add basic support for resolving winmd files to UniversalAssemblyResolver. 7 years ago
Output Implement TextOutputWithRollback to allow rolling back output of security declarations we could not parse due to missing enum types. 7 years ago
Properties
Semantics foreach loops now use "var" if the element type is a tuple and can be inferred from the collection type. 7 years ago
TypeSystem Fix #1237: ILLanguage incorrectly displays modopt types when using short type names 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. 7 years ago
DecompilerSettings.cs Add LangVersion support to WholeProjectDecompiler and add NonTrailingNamedArguments setting. 7 years ago
ICSharpCode.Decompiler.csproj Support overloaded operator &&/||. 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 #1233: Fix some crashes on corrupt type references. 7 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 7 years ago