.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 bf336d85cf Fix second issue mentioned in #2565: resource names such as path/to/file.ext are now properly handled as relative paths. 4 years ago
..
OutputVisitor Generate file-scoped namespace declarations, if possible. 4 years ago
ProjectDecompiler Fix second issue mentioned in #2565: resource names such as path/to/file.ext are now properly handled as relative paths. 4 years ago
Resolver Avoid crashing on invalid certain forms of invalid metadata (found in obfuscated assemblies) 4 years ago
Syntax Generate file-scoped namespace declarations, if possible. 4 years ago
Transforms Generate file-scoped namespace declarations, if possible. 4 years ago
TypeSystem #2128: Reformat the whole code base. 5 years ago
Annotations.cs Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 5 years ago
CSharpDecompiler.cs Remove unused GenerateConvHelper 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 Revert "Use Nop instead of InvalidExpression to hold the "goto from catch-block to try-block" comment" 4 years ago
RecordDecompiler.cs Add support for `in parameters` in primary ctor of records 4 years ago
RequiredNamespaceCollector.cs Fix some type inference issues with pointer types. 5 years ago
SequencePointBuilder.cs Exclude artificial ILInstructions from PDB generation 4 years ago
StatementBuilder.cs StatementBuilder.TransformToForeach: allow both `break;` and `return;` within the using body 4 years ago
TranslatedExpression.cs Fix #2317: Crash in ExpressionBuilder.VisitStLoc when storing to a null pointer 4 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago