.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 6526363cb3 #1349: Fix exception in HandleDelegateConstruction, if the target of NewObj is not a delegate. 7 years ago
..
CSharp #1349: Fix exception in HandleDelegateConstruction, if the target of NewObj is not a delegate. 7 years ago
DebugInfo
Disassembler
Documentation
FlowAnalysis Add support for "definitely assigned if true/false" to data flow analysis. 7 years ago
IL #1349: Fix assertions triggered by incorrect local function decompilation. 7 years ago
Metadata
Output
Properties
Semantics Fix merge conflict in Conversion.cs 7 years ago
Solution Fix SolutionCreator.GetRelativePath so that it properly handles directories with '.' in the name. 7 years ago
TypeSystem Fix #1597: Incorrect handling of nullability annotations during generic type substitution. 7 years ago
Util
DecompileRun.cs
DecompilerException.cs Fix #1532: Display metadata token in DecompilerException error message 7 years ago
DecompilerSettings.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 7 years ago
ICSharpCode.Decompiler.csproj Suppress warnings in release mode as well, to speed up build process. 7 years ago
ICSharpCode.Decompiler.nuspec.template
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs
SRMExtensions.cs Fix decompilation of yield return in local functions. 7 years ago
SRMHacks.cs