.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.
 
 
 
 
Christoph Wille f2b80df148 Look through the box when checking an await's GetAwaiter 4 weeks ago
..
OutputVisitor Add missing space in `new (string,int)[]` 4 weeks ago
ProjectDecompiler Fix #3510: keep exporting a project when a member cannot be decompiled 1 month ago
Resolver Align span conversions, betterness and inference with the C# 14 spec 1 month ago
Syntax Drive negated special constants from the lookup table 4 weeks ago
Transforms Fix #3352: avoid using query expressions if there's indications that the lambda parameter types cannot be omitted. 4 weeks 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 Merge pull request #3888 from sailro/scoped-local-inference-v2 1 month ago
CSharpLanguageVersion.cs Enable nullable reference types across the C# AST consumers 3 months ago
CallBuilder.cs Avoid `allowImplicitConversion: true` for `await` expressions -- there's no target type that the C# compiler could convert to. 4 weeks ago
ExpressionBuilder.cs Look through the box when checking an await's GetAwaiter 4 weeks 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 #1603: recognize foreach over enumerators that cannot be disposable 2 months ago
TranslatedExpression.cs Fold C# 14 implicit span conversions instead of printing their helpers 1 month 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