.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 d3d5d9e15d Fix #1807: Add MemberResolveResult to ldlen if System.Array.Length/LongLength is available 6 years ago
..
CSharp Fix #1807: Add MemberResolveResult to ldlen if System.Array.Length/LongLength is available 6 years ago
DebugInfo Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Disassembler IL Disassembler: show attributes on constraints 6 years ago
Documentation Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
FlowAnalysis Add support for "definitely assigned if true/false" to data flow analysis. 6 years ago
IL Fix compound assignments with type `bool`. 6 years ago
Metadata Fix crash reported in #1820: Change Dictionary<string, DotNetCorePackageInfo> to DotNetCorePackageInfo array, because key is no longer used. 6 years ago
Output Refactor/Clean up local functions representation in type system. 6 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 Fix #1818: Assembly-level TypeForwardedTo not displaying unresolved generics properly 6 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 Add support for await using statements. 6 years ago
ICSharpCode.Decompiler.csproj Update SourceLink. Fixes #1826 6 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 Fix decompilation of yield return in local functions. 6 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 7 years ago