.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 e6edf43d24 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into fancy-tooltips 7 years ago
..
CSharp Fix #1628: Preserve order of child nodes in PatternStatementTransform.VisitBinaryOperatorExpression. 7 years ago
DebugInfo Fix #1480: InvalidOperationException in PortablePdbWriter. 7 years ago
Disassembler IL Disassembler: show attributes on constraints 7 years ago
Documentation Port rich text tooltips from SharpDevelop to ILSpy. 7 years ago
FlowAnalysis Add support for "definitely assigned if true/false" to data flow analysis. 7 years ago
IL Fix #1602: Recognize Roslyn empty string case block. 7 years ago
Metadata UniversalAssemblyResolver: Unix can be either .NET Core or Mono, hence put the check last. 7 years ago
Output Refactor/Clean up local functions representation in type system. 7 years ago
Properties Move all resources to ILSpy: We do not want to ship resources inside the decompiler engine assembly. 7 years ago
Semantics Fix merge conflict in Conversion.cs 7 years ago
Solution Fix warning about doc comment. 7 years ago
TypeSystem Fix references to nested types in generic classes. 7 years ago
Util PDB generator now can emit "method stepping information" for async functions. 7 years ago
Xml Port rich text tooltips from SharpDevelop to ILSpy. 7 years ago
DecompileRun.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 8 years ago
DecompilerException.cs Fix #1532: Display metadata token in DecompilerException error message 7 years ago
DecompilerSettings.cs Add RemoveDeadStores option 7 years ago
ICSharpCode.Decompiler.csproj Merge branch 'master' of https://github.com/icsharpcode/ILSpy into fancy-tooltips 7 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) 7 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 8 years ago
SRMExtensions.cs Fix decompilation of yield return in local functions. 7 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 8 years ago