.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 6c00c138eb Fix #3465: Translate comp.o(a op b) if op not in (==, !=) into Unsafe.As<object, UIntPtr>(ref a) op Unsafe.As<object, UIntPtr>(ref b) 5 months ago
..
OutputVisitor Add ExtensionDeclaration syntax node 5 months ago
ProjectDecompiler Fix net10.0-related bug in TargetServices.DetectTargetFramework 6 months ago
Resolver Rename ITypeDefinition.HasExtensionMethods to ITypeDefinition.HasExtensions 5 months ago
Syntax Add ExtensionDeclaration syntax node 5 months ago
Transforms Rename ResolvedUsingScope to UsingScope 5 months ago
TypeSystem Remove dead code 5 months ago
Annotations.cs Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 5 years ago
CSharpDecompiler.cs Merge pull request #3530 from icsharpcode/csharp14/extensions 5 months ago
CSharpLanguageVersion.cs Add DecompilerSettings.ExtensionMembers and Language version 14 5 months ago
CallBuilder.cs Merge pull request #3533 from MSchmoecker/fix-disabled-optional-arguments 5 months ago
ExpressionBuilder.cs Fix #3465: Translate comp.o(a op b) if op not in (==, !=) into Unsafe.As<object, UIntPtr>(ref a) op Unsafe.As<object, UIntPtr>(ref b) 5 months ago
RecordDecompiler.cs Fix #3406: Wrong decompilation of record struct without primary constructor. 9 months ago
RequiredNamespaceCollector.cs Use MetadataFile instead of PEFile in TypeSystem. 2 years ago
SequencePointBuilder.cs Generate sequence points for expression-bodied properties and indexers 3 years ago
StatementBuilder.cs Move CanTransformToExtensionMethodCall to CSharpResolver 5 months ago
TranslatedExpression.cs Addressed feedback 10 months ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago