.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 5cb1fe32f6
Merge pull request #2992 from icsharpcode/ref-fields
3 years ago
..
OutputVisitor Rename lifetime annotation to `ScopedRef` 3 years ago
ProjectDecompiler Fix #2850: Make sure that type names longer than 255 characters are handled correctly by WholeProjectDecompiler.GetFileNameForHandle 4 years ago
Resolver Fix #2987: `(nuint)(-3)` is not a compile-time constant. 3 years ago
Syntax Rename lifetime annotation to `ScopedRef` 3 years ago
Transforms Add support for ScopedRefAttribute 3 years ago
TypeSystem
Annotations.cs
CSharpDecompiler.cs Add RemoveCompilerFeatureRequiredAttribute 3 years ago
CSharpLanguageVersion.cs
CallBuilder.cs Fix interaction of C# 11 nint==IntPtr with overload resolution. 3 years ago
ExpressionBuilder.cs Add support for UTF8 string literals 3 years ago
RecordDecompiler.cs Records: Support new EqualityContract pattern. 4 years ago
RequiredNamespaceCollector.cs Include property and event return types in `RequiredNamespaceCollector` 4 years ago
SequencePointBuilder.cs
StatementBuilder.cs
TranslatedExpression.cs Fix #2808: Insert cast to object when statically casting from dynamic to a reference type. 4 years ago
TranslatedStatement.cs
TranslationContext.cs