.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 07199e2ecf Fix #2038: Add proper support for Long paths on Windows 10 and limit path segments to 255 characters (with long path support) or 30 characters. If a PathTooLongException is thrown display a better error message on project export. 4 years ago
..
OutputVisitor switch expressions: use same brace style as object initializers 4 years ago
ProjectDecompiler Fix #2038: Add proper support for Long paths on Windows 10 and limit path segments to 255 characters (with long path support) or 30 characters. If a PathTooLongException is thrown display a better error message on project export. 4 years ago
Resolver #nullable enable for ILAst (except for generated code) 4 years ago
Syntax Fix #2484: Private modifier incorrectly applied to interface static constructors 4 years ago
Transforms Fix #2443: do not use this()-ctor initializers by accident if base type is unknown. 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 Fix #2497: NRE in covariant returns check on set-only property 4 years ago
CSharpLanguageVersion.cs Add some tests for native integers. 5 years ago
CallBuilder.cs Fix #2444: Ambiguous implicit conversions from null literals in decompiled code 4 years ago
ExpressionBuilder.cs Fix #2424: Suppress the string==null special-case within the string class itself. 4 years ago
RecordDecompiler.cs Adjust RecordDecompiler to changes in Roslyn 3.10.0 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 #1828, Fix #2290: Ensure base references have the correct type and are turned into this references and casted if necessary 4 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago