.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 9acc372a68 Use TypeSystem for ILSpy UI: 7 years ago
..
OutputVisitor Fix #1184: Assertion Failed in InsertMissingTokensDecorator.EndNode 7 years ago
Resolver foreach loops now use "var" if the element type is a tuple and can be inferred from the collection type. 7 years ago
Syntax Merge branch 'srm' of https://github.com/icsharpcode/ILSpy into srm 7 years ago
Transforms Use TypeSystem for ILSpy UI: 7 years ago
TypeSystem Started work on new resolved TS implementation that directly uses SRM. 7 years ago
Annotations.cs Use out variable declarations where possible. 7 years ago
AstTypeBuilder.cs AstTypeBuilder: Distribute type arguments on outer types and nested type. 7 years ago
CSharpDecompiler.cs Fix exceptions when selecting struct fields in tree view. 7 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 7 years ago
CallBuilder.cs Fix compile errors after merge. 7 years ago
ExpressionBuilder.cs Fix #1135: Redundant constant "&& true" added to decompiled code. 7 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 8 years ago
RequiredNamespaceCollector.cs RequiredNamespaceCollector: Add support for method signatures. 7 years ago
SequencePointBuilder.cs Port ILFunction and SequencePointBuilder 7 years ago
StatementBuilder.cs foreach loops now use "var" if the element type is a tuple and can be inferred from the collection type. 7 years ago
TranslatedExpression.cs Use target typing for tuples, where possible. 7 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Avoid unnecessary allocations of MetadataReader and clean up Dom structs a bit. 7 years ago