.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 f98012ec16 DetectPinnedRegions: Support special case where pinned pointer is unused and the compiler optimized out the StopGCTracking-conversion. 3 years ago
..
OutputVisitor Generate file-scoped namespace declarations, if possible. 4 years ago
ProjectDecompiler #2565: Improve GetFileNameForResource: Assume that input is already a filename. 4 years ago
Resolver Avoid crashing on invalid certain forms of invalid metadata (found in obfuscated assemblies) 4 years ago
Syntax Fix #2615: Overflow check did not work reliably due to fp rounding error 4 years ago
Transforms DetectPinnedRegions: Support special case where pinned pointer is unused and the compiler optimized out the StopGCTracking-conversion. 3 years ago
TypeSystem
Annotations.cs
CSharpDecompiler.cs Use AlwaysQualifyMemberReferences = true in Windows Forms InitializeComponent methods. 4 years ago
CSharpLanguageVersion.cs Add Roslyn 3.11.0 as separate test configuration. Update RoslynLatest to 4.0.0. Use LanguageVersion.CSharp9_0 instead of Preview. Add LanguageVersion.CSharp10_0. 4 years ago
CallBuilder.cs Fix #2544: do not transform to interpolated string, if the format string is not syntactically correct. 4 years ago
ExpressionBuilder.cs #2622: Fix crash in ExpressionBuilder when decompiling object initializer composed of readonly properties. 3 years ago
RecordDecompiler.cs Add support for `in parameters` in primary ctor of records 4 years ago
RequiredNamespaceCollector.cs
SequencePointBuilder.cs Exclude artificial ILInstructions from PDB generation 4 years ago
StatementBuilder.cs Fix Deconstruction for Deconstruct instance methods of value-types. 3 years ago
TranslatedExpression.cs Ignore nullability annotations when comparing types in the case of implicit conversions. 3 years ago
TranslatedStatement.cs
TranslationContext.cs