.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 c760a1d622 Fix "Remove redundant comp(... != 0)" to avoid changing the value 3 days ago
..
OutputVisitor Merge pull request #4057 from icsharpcode/fix/lambda-parameter-syntax 2 weeks ago
ProjectDecompiler Write item metadata the way a non-SDK project keeps it 2 weeks ago
Resolver Fix comment + LINQ: validate type arguments in ThenBy-chain. 2 weeks ago
Syntax Emit C# 7.1 default literals where the context supplies the type 4 weeks ago
Transforms Fix "Remove redundant comp(... != 0)" to avoid changing the value 3 days ago
Annotations.cs Move the remaining ResolveResult subclasses into the Semantics namespace 1 month ago
AutoEventDecompiler.cs Replace automatic-event backing-field references during translation 2 months ago
CSharpDecompiler.cs Pass the compilation to ILInstruction.CheckInvariant 2 weeks ago
CSharpLanguageVersion.cs Enable nullable reference types across the C# AST consumers 3 months ago
CallBuilder.cs Expand a params argument to the parameter's element type 1 week ago
ExpressionBuilder.cs Fix `stackalloc char[4]` turning to `stackalloc short[4]`. 1 week ago
RecordDecompiler.cs Recognize a protected copy constructor on a sealed record 1 month ago
RequiredNamespaceCollector.cs Add license headers to source files that lacked them 2 months ago
SequencePointBuilder.cs Emit member-initializer sequence points in every constructor 3 months ago
StatementBuilder.cs Fix `throw switch-expr;` by specifying the typeHint for `throw`. 3 weeks ago
TranslatedExpression.cs Keep the default literal's type when a conversion is unwrapped 4 weeks ago
TranslatedStatement.cs Add license headers to source files that lacked them 2 months ago
TranslationContext.cs Enable nullable reference types across the C# AST consumers 3 months ago