.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 2a9a5237d1 Fix exception when trying to export project for which no target-framework moniker was detected. 4 years ago
..
OutputVisitor Do not use single-line formatting for auto properties/indexers if there are attributes. 4 years ago
ProjectDecompiler Fix exception when trying to export project for which no target-framework moniker was detected. 4 years ago
Resolver Fix extension method calls on `this in`. 4 years ago
Syntax Fix #2257: Add global:: prefix, iff the containing namespace matches the type name. 4 years ago
Transforms Fix #2307: potential NRE in IntroduceExtensionMethods 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 Add annotations on local function parameter declarations 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 #1828, Fix #2290: Ensure base references have the correct type and are turned into this references and casted if necessary 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 Exclude artificial ILInstructions from PDB generation 4 years ago
StatementBuilder.cs Add annotations on local function parameter declarations 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