.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 2e6a4988d3 Fix #1594: Use Equals to compare generic IMethods. 6 years ago
..
CSharp Fix #1594: Use Equals to compare generic IMethods. 6 years ago
DebugInfo
Disassembler FieldValueSizeDecoder: Use pointer size defined in decompiled module. 6 years ago
Documentation
FlowAnalysis Add support for "definitely assigned if true/false" to data flow analysis. 6 years ago
IL Fix #1605: Inline ref locals more aggressively; this is necessary for VB compound assignments. 6 years ago
Metadata Show full assembly load log in ReferenceFolderTreeNode. 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 Introduce ReferenceKind in IParameter and ByReferenceResolveResult. 6 years ago
Solution Fix SolutionCreator.GetRelativePath so that it properly handles directories with '.' in the name. 6 years ago
TypeSystem Fix #1597: Incorrect handling of nullability annotations during generic type substitution. 6 years ago
Util
DecompileRun.cs
DecompilerException.cs Fix #1532: Display metadata token in DecompilerException error message 6 years ago
DecompilerSettings.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into ref 6 years ago
ICSharpCode.Decompiler.csproj Merge pull request #1550 from dymanoid/master 6 years ago
ICSharpCode.Decompiler.nuspec.template Include documentation XML in NuGet package (similar to PR https://github.com/icsharpcode/ILSpy/pull/1432 but built for v5.0) 6 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs
SRMExtensions.cs Fix decompilation of yield return in local functions. 6 years ago
SRMHacks.cs