.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.
 
 
 
 
Daniel Grunwald c95da67cbe Fix extension method calls on `this in`. 4 years ago
..
OutputVisitor Fix tooltips of record classes and init accessors. 4 years ago
ProjectDecompiler Merge pull request #2201 from wwh1004/fix1 5 years ago
Resolver Fix extension method calls on `this in`. 4 years ago
Syntax Remove unused code (#2294) 4 years ago
Transforms Fix extension method calls on `this in`. 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 #2282: Finalizers must be void and cannot be declared in interfaces 4 years ago
CSharpLanguageVersion.cs Add some tests for native integers. 5 years ago
CallBuilder.cs Fix #1944: Add support for implicit conversions with `in` parameters. 4 years ago
ExpressionBuilder.cs Fix #2283: string.to.int instruction entails a conversion to string of the input value 4 years ago
RecordDecompiler.cs Fix formatting 4 years ago
RequiredNamespaceCollector.cs Fix some type inference issues with pointer types. 5 years ago
SequencePointBuilder.cs Fix #2177: PDB Generation is confused by enhanced using statements 5 years ago
StatementBuilder.cs Fix #2283: Disallow all implicit conversions in switch on string. 4 years ago
TranslatedExpression.cs Use type hints for pointers. 5 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago