.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 e320819103 Formatting change: while-condition loop to do-while loop. 5 years ago
..
CSharp Fix #1441: Decompose flags enum values starting from the value with the highest Hamming Weight (popcount). 5 years ago
DebugInfo Create dedicated namespace for project decompiler 5 years ago
Disassembler Update links to Microsoft Docs. 5 years ago
Documentation Inline variable declarations/modernize parts of our code base. 5 years ago
FlowAnalysis Support MatchInstruction in DataFlowVisitor 5 years ago
IL Formatting change: while-condition loop to do-while loop. 5 years ago
Metadata Fix #2090: ignore mscorlib references without public key token, when trying to resolve mscorlib. This will automatically fallback to .NET 4.0's mscorlib.dll. 5 years ago
Output Refactor ForeachStatement to support deconstruction 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 tuple deconstruction 5 years ago
Util Add `#if !NETCORE` around extension methods that are included with .NET Core 3 5 years ago
DecompileRun.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 7 years ago
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 basic support for C# 8.0 enhanced using statements. 5 years ago
ICSharpCode.Decompiler.csproj Optimize update-assemblyinfo.ps1 build step 5 years ago
ICSharpCode.Decompiler.nuspec.template Fix warning NU5128 6 years ago
ICSharpCode.Decompiler.ruleset Distinguish between PreOrderTransforms and PostOrderTransforms in BlockILTransform. 9 years ago
ICSharpCode.Decompiler.snk remove NR submodule; move snk to ICSharpCode.Decompiler 9 years ago
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 Reorganize extension methods + remove unused/obsolete. 7 years ago