.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 dd1c509651 Fix #926: missing explicit casts for implicit operators 8 years ago
..
OutputVisitor Fix off-by-one error in CSharpOutputVisitor's call chain handling. 8 years ago
Resolver #918: CallBuilder: Add fix-up logic for lambda expressions with anonymous parameter types to ensure the correct overload is called after removing the 'implicit' call to 'new Nullable<T>(T value)'. 8 years ago
Syntax Fix end location of PrimitiveExpression 8 years ago
Transforms Fix #926: missing explicit casts for implicit operators 8 years ago
TypeSystem Namespace adjustments for Syntax classes 9 years ago
Annotations.cs Improve SequencePointBuilder 8 years ago
CSharpDecompiler.cs Merge remote-tracking branch 'origin/master' into unsafe 8 years ago
CallBuilder.cs Fix #926: missing explicit casts for implicit operators 8 years ago
ExpressionBuilder.cs Allow direct int->char casts without casting int->ushort->char. 8 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 8 years ago
SequencePointBuilder.cs SequencePointBuilder: add support for fixed-statement 8 years ago
StatementBuilder.cs Merge pull request #923 from icsharpcode/csilview 8 years ago
TranslatedExpression.cs Fix #926: missing explicit casts for implicit operators 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 8 years ago