.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.
 
 
 
 
Daniel Grunwald 7e3b36aaa7 #1563: Where possible, replace an explicit interface implementation call with a call to the interface member. 6 years ago
..
CSharp #1563: Where possible, replace an explicit interface implementation call with a call to the interface member. 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 Fix #1460: assertion in DataFlowVisitor`1.DebugPoint() with try-fault statement. 6 years ago
IL Fix #1552: user-defined and decimal increments 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 Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies. 6 years ago
TypeSystem Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 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 Improve error message on decompiler crashes 6 years ago
DecompilerSettings.cs Enable DecompilerSettings.IntroduceLocalFunctions 6 years ago
ICSharpCode.Decompiler.csproj Fix #1552: user-defined and decimal increments 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 Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 7 years ago