.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 fa7c1f574a Do not convert simple LINQ method calls to LINQ expressions. Closes #1501. 6 years ago
..
CSharp Do not convert simple LINQ method calls to LINQ expressions. Closes #1501. 6 years ago
DebugInfo Fix #1480: InvalidOperationException in PortablePdbWriter. 6 years ago
Disassembler FieldValueSizeDecoder: Use pointer size defined in decompiled module. 6 years ago
Documentation Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
FlowAnalysis Add support for "definitely assigned if true/false" to data flow analysis. 6 years ago
IL #1349: Insert conv instruction in expression tree, if inst.ResultType != typeHint.GetStackType() 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 Fix merge conflict in Conversion.cs 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 PDB generator now can emit "method stepping information" for async functions. 6 years ago
DecompileRun.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 7 years ago
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 throwExpression 6 years ago
ICSharpCode.Decompiler.csproj Suppress warnings in release mode as well, to speed up build process. 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 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 Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 7 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