.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 10a0c9093c Do not convert extension method syntax to LINQ, if the null conditional operator is used on the target, as this introduces a syntax error. 8 years ago
..
OutputVisitor Merge branch 'master' of https://github.com/icsharpcode/ILSpy into dynamic 8 years ago
Resolver Fix documentation comment on DynamicInvocationType.ObjectCreation 8 years ago
Syntax Add TypeSystemAstBuilder.ConvertAttributeType, which deals with all the special cases when referring to attribute types in attribute context. 8 years ago
Transforms Do not convert extension method syntax to LINQ, if the null conditional operator is used on the target, as this introduces a syntax error. 8 years ago
TypeSystem Distinguish between unknown type and no type. 8 years ago
Annotations.cs Use out variable declarations where possible. 8 years ago
CSharpDecompiler.cs #1180: Add IsWindowsFormsInitializeComponentMethod and disable some transforms when processing a Windows Forms InitializeComponent method. 8 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 8 years ago
CallBuilder.cs #907: CallBuilder: If type arguments cannot be inferred from the parameter list, add them before asking overload resolution, but remove them again, if it does not reduce the number of casts. 8 years ago
ExpressionBuilder.cs Fix #1135: Redundant constant "&& true" added to decompiled code. 8 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 9 years ago
SequencePointBuilder.cs SequencePointBuilder: add support for fixed-statement 9 years ago
StatementBuilder.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into dynamic 8 years ago
TranslatedExpression.cs Use target typing for tuples, where possible. 8 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #934: Project generation: absolute path used for AssemblyInfo.cs module 9 years ago