.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 76a8a4449c #1671: Do not crash if a generic local function is encountered. Emit warning instead. 6 years ago
..
CSharp Fix #1661: Ignore casts on this/base ctor calls, if base type cannot be found. 6 years ago
DebugInfo Fix #1480: InvalidOperationException in PortablePdbWriter. 6 years ago
Disassembler IL Disassembler: show attributes on constraints 6 years ago
Documentation
FlowAnalysis Add support for "definitely assigned if true/false" to data flow analysis. 6 years ago
IL #1671: Do not crash if a generic local function is encountered. Emit warning instead. 6 years ago
Metadata Fix SwitchOnStringTransform.SimplifyCascadingIfStatements: do not remove statements unrelated to switch pattern. 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 merge conflict in Conversion.cs 6 years ago
Solution Fix warning about doc comment. 6 years ago
TypeSystem Merge pull request #1652 from icsharpcode/custom-task 6 years ago
Util
DecompileRun.cs
DecompilerException.cs Fix #1532: Display metadata token in DecompilerException error message 6 years ago
DecompilerSettings.cs Add RemoveDeadStores option 6 years ago
ICSharpCode.Decompiler.csproj Fix build. 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