.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 413c5b3baf PortablePdbWriter: Add primitive support for state-machine hoisted local scopes. All variables are visible in the whole MoveNext method. 5 years ago
..
CSharp #1482: Fix sequence points of LINQ select and where. 5 years ago
DebugInfo PortablePdbWriter: Add primitive support for state-machine hoisted local scopes. All variables are visible in the whole MoveNext method. 5 years ago
Disassembler Link metadata tokens in decompilation output to metadata tables. 5 years ago
Documentation Fix #1805: Ignore exceptions thrown while trying to resolve an entity for rich text tooltips. 6 years ago
FlowAnalysis Add support for "definitely assigned if true/false" to data flow analysis. 6 years ago
IL PortablePdbWriter: Add primitive support for state-machine hoisted local scopes. All variables are visible in the whole MoveNext method. 5 years ago
Metadata Metadata Explorer: Display blob contents of custom debug information in tooltip. 5 years ago
Output #1922: Refactor PrimitiveExpression to store the literal format in the AST 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 Fix warning about doc comment. 6 years ago
TypeSystem Merge pull request #1797 from yyjdelete/localFunc 5 years ago
Util Fix #1795: `InvalidCastException: Cast from Boolean to Int64 not supported` when decompiling enum with bool constants 6 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 Revert "Fix #1908: Add option to AddXmlDocumentationTransform to remove newlines in comments" 5 years ago
ICSharpCode.Decompiler.csproj Add TranslatedStatement: require that C# statements must be annotated with their corresponding ILInstructions. 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