.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 41c99e4727 #2622: Fix crash in ExpressionBuilder when decompiling object initializer composed of readonly properties. 4 years ago
..
OutputVisitor Generate file-scoped namespace declarations, if possible. 5 years ago
ProjectDecompiler #2565: Improve GetFileNameForResource: Assume that input is already a filename. 5 years ago
Resolver Avoid crashing on invalid certain forms of invalid metadata (found in obfuscated assemblies) 5 years ago
Syntax Fix #2615: Overflow check did not work reliably due to fp rounding error 5 years ago
Transforms Generate file-scoped namespace declarations, if possible. 5 years ago
TypeSystem
Annotations.cs
CSharpDecompiler.cs Use AlwaysQualifyMemberReferences = true in Windows Forms InitializeComponent methods. 5 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. 5 years ago
CallBuilder.cs Fix #2544: do not transform to interpolated string, if the format string is not syntactically correct. 5 years ago
ExpressionBuilder.cs #2622: Fix crash in ExpressionBuilder when decompiling object initializer composed of readonly properties. 4 years ago
RecordDecompiler.cs Add support for `in parameters` in primary ctor of records 5 years ago
RequiredNamespaceCollector.cs
SequencePointBuilder.cs
StatementBuilder.cs
TranslatedExpression.cs Fix #2317: Crash in ExpressionBuilder.VisitStLoc when storing to a null pointer 5 years ago
TranslatedStatement.cs
TranslationContext.cs