.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 667e04462a Fix #1325: Do not perform inline assignment transform on setter calls, that belong to parameterized properties. 7 years ago
..
CSharp Fix #1340: infinite recursion in DelegateConstruction due to recursive local function being mistreated as delegate construction. 7 years ago
DebugInfo Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
Disassembler Add back support for ".other" method references in disassembler, as it is now supported by SRM. 7 years ago
Documentation Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
FlowAnalysis Fix #890: Correctly handle calls with out-parameters in definite assignment analysis. 7 years ago
IL Fix #1325: Do not perform inline assignment transform on setter calls, that belong to parameterized properties. 7 years ago
Metadata Fix #1311: Methods in .winmd files compiled from C# don't show up in individual method view in ILSpy 4. 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 Fix implementation of CallBuilder.IsOptionalArgument by converting the ResolveResult to the parameter type. 7 years ago
Util Don't match sub.ovf in SwitchAnalysis. 7 years ago
DecompileRun.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 7 years ago
DecompilerException.cs Fix possible null reference. 7 years ago
DecompilerSettings.cs Fix #1311: Methods in .winmd files compiled from C# don't show up in individual method view in ILSpy 4. 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 Fix https://docs.microsoft.com/en-us/nuget/reference/nuspec#license (license url being deprecated) 7 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 7 years ago
SRMExtensions.cs Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 7 years ago