.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
 
 
 
 
Daniel Grunwald 361b400025
Merge pull request #1791 from icsharpcode/issue1749-part3
6 years ago
..
OutputVisitor Fix extra minus sign when formatting -0 on .NET Core 3.0 6 years ago
Resolver Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Syntax Fix sealed modifier on interface methods with no body 6 years ago
Transforms Fix #1758: Input var name conflicting with framework class name 6 years ago
TypeSystem Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Annotations.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
CSharpDecompiler.cs Merge pull request #1730 from icsharpcode/async-streams 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 7 years ago
CallBuilder.cs Merge pull request #1730 from icsharpcode/async-streams 6 years ago
ExpressionBuilder.cs #1749: Represent multi-instruction BlockContainers in expression-context as inlined delegate invocation. 6 years ago
RequiredNamespaceCollector.cs Make sure mappingInfo is not null when passed to typedefs, methoddefs, properties and events. 6 years ago
SequencePointBuilder.cs Fix #1712: Invalid SequencePointsBlob when generating PDB: Filter duplicate IL range assignments. 6 years ago
StatementBuilder.cs #1749: Represent multi-instruction BlockContainers in expression-context as inlined delegate invocation. 6 years ago
TranslatedExpression.cs Merge pull request #1730 from icsharpcode/async-streams 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs #1674: Add DebugInfoProvider to WholeProjectDecompiler API. 6 years ago