.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 1a297bebb2 Handle non-Task task-likes (ValueTask, custom AsyncMethodBuilder) in ILReader async return-type unpacking. 2 months ago
..
Implementation Add scaffolding for the C# 15 runtime-async lowering. 2 months ago
Accessibility.cs
ApplyAttributeTypeVisitor.cs
ArrayType.cs
AssemblyQualifiedTypeName.cs
ByReferenceType.cs
ComHelper.cs
DecompilerTypeSystem.cs Add scaffolding for the C# 15 runtime-async lowering. 2 months ago
ExtensionInfo.cs Apply suggestions from Claude code review 4 months ago
FullTypeName.cs
FunctionPointerType.cs
GenericContext.cs
IAssembly.cs
IAttribute.cs
ICodeContext.cs
ICompilation.cs
IDecompilerTypeSystem.cs
IEntity.cs
IEvent.cs
IField.cs
IFreezable.cs
IInterningProvider.cs
IMember.cs
IMethod.cs Add a treenode and decompiler APIs for extensions. 4 months ago
INamedElement.cs
INamespace.cs
IParameter.cs
IParameterizedMember.cs
IProperty.cs
ISupportsInterning.cs
ISymbol.cs
IType.cs
ITypeDefinition.cs Add a treenode and decompiler APIs for extensions. 4 months ago
ITypeDefinitionOrUnknown.cs
ITypeParameter.cs
ITypeReference.cs
IVariable.cs
InheritanceHelper.cs
IntersectionType.cs
KnownTypeReference.cs
MetadataModule.cs Fix typo in MetadataModule.GetDefinition 4 months ago
ModifiedType.cs
NormalizeTypeVisitor.cs
Nullability.cs
NullableType.cs
ParameterListComparer.cs
ParameterizedType.cs
PointerType.cs
ReferenceResolvingException.cs
ReflectionHelper.cs
ReflectionNameParseException.cs
SimpleTypeResolveContext.cs
SpecialType.cs
TaskType.cs Handle non-Task task-likes (ValueTask, custom AsyncMethodBuilder) in ILReader async return-type unpacking. 2 months ago
TopLevelTypeName.cs
TupleType.cs
TypeKind.cs Fix IDE2000 globally 6 months ago
TypeParameterSubstitution.cs
TypeProvider.cs
TypeSystemExtensions.cs Apply suggestions from Claude code review 4 months ago
TypeUtils.cs
TypeVisitor.cs
VarArgInstanceMethod.cs