.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 fb9ff796da Fix `stackalloc char[4]` turning to `stackalloc short[4]`. 1 week ago
..
OutputVisitor Merge pull request #4057 from icsharpcode/fix/lambda-parameter-syntax 3 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. 3 weeks ago
Syntax Emit C# 7.1 default literals where the context supplies the type 4 weeks ago
Transforms Merge pull request #4077 from icsharpcode/type-inference 3 weeks ago
Annotations.cs
AutoEventDecompiler.cs
CSharpDecompiler.cs Pass the compilation to ILInstruction.CheckInvariant 3 weeks ago
CSharpLanguageVersion.cs
CallBuilder.cs Expand a params argument to the parameter's element type 2 weeks ago
ExpressionBuilder.cs Fix `stackalloc char[4]` turning to `stackalloc short[4]`. 1 week ago
RecordDecompiler.cs
RequiredNamespaceCollector.cs
SequencePointBuilder.cs
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
TranslationContext.cs