.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 33bc9fbef4 Fix display of generic type parameters of local functions in tooltips 6 years ago
..
CSharp Fix display of generic type parameters of local functions in tooltips 6 years ago
DebugInfo Create dedicated namespace for project decompiler 6 years ago
Disassembler Update links to Microsoft Docs. 6 years ago
Documentation Inline variable declarations/modernize parts of our code base. 6 years ago
FlowAnalysis Inline variable declarations/modernize parts of our code base. 6 years ago
IL Properly rename LocalFunctionMethod.Name on all instructions 6 years ago
Metadata Fix #2068: ILSpy can't find referenced library even though it's open 6 years ago
Output Improve tooltips and highlighting of local functions 6 years ago
Properties
Semantics Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 7 years ago
Solution SolutionCreator: Store project type GUID in .sln 6 years ago
TypeSystem Refactor LocalFunctionDeclarationStatement + LocalFunctionMethod 6 years ago
Util Fix #1795: `InvalidCastException: Cast from Boolean to Int64 not supported` when decompiling enum with bool constants 7 years ago
DecompileRun.cs
DecompilerException.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 7 years ago
DecompilerNuGetPackageIcon.png iconUrl -> icon for ics.d nuspec https://aka.ms/deprecateIconUrl 7 years ago
DecompilerSettings.cs Add some tests for native integers. 6 years ago
ICSharpCode.Decompiler.csproj Use `nint` type for local IntPtr variables if arithmetic is performed on them. 6 years ago
ICSharpCode.Decompiler.nuspec.template Fix warning NU5128 7 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs Add basic support for inheritdoc 7 years ago
SRMExtensions.cs #1877: Do not crash in IsKnownType, if handle is nil. 6 years ago
SRMHacks.cs