.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 c1abc29765
Merge pull request #4091 from icsharpcode/split-obj-vt
3 days ago
..
Implementation Remove ITypeInference (dead code) 2 weeks ago
Accessibility.cs dev: Strip BOM mark from text files 1 year ago
ApplyAttributeTypeVisitor.cs Remove ApplyPdbLocalTypeInfoTypeVisitor (merge it into ApplyAttributeTypeVisitor) 2 years ago
ArrayType.cs Remove ITypeInference (dead code) 2 weeks ago
AssemblyQualifiedTypeName.cs dev: Strip BOM mark from text files 1 year ago
ByReferenceType.cs Remove ITypeInference (dead code) 2 weeks ago
ComHelper.cs dev: Strip BOM mark from text files 1 year ago
DecompilerTypeSystem.cs Read the file system once per reference closure, not per reference 2 weeks ago
ExtensionInfo.cs Apply suggestions from Claude code review 6 months ago
FullTypeName.cs dev: Strip BOM mark from text files 1 year ago
FunctionPointerType.cs Handle multiple calling conventions at once 10 months ago
GenericContext.cs dev: Strip BOM mark from text files 1 year ago
IAssembly.cs dev: Strip BOM mark from text files 1 year ago
IAttribute.cs dev: Strip BOM mark from text files 1 year ago
ICodeContext.cs dev: Strip BOM mark from text files 1 year ago
ICompilation.cs Add support for C# 14 first-class span types in the type system. 10 months ago
IDecompilerTypeSystem.cs dev: Strip BOM mark from text files 1 year ago
IEntity.cs dev: Strip BOM mark from text files 1 year ago
IEvent.cs dev: Strip BOM mark from text files 1 year ago
IField.cs dev: Strip BOM mark from text files 1 year ago
IFreezable.cs dev: Strip BOM mark from text files 1 year ago
IInterningProvider.cs dev: Strip BOM mark from text files 1 year ago
IMember.cs Remove the now-unused IMemberReference interface 2 months ago
IMethod.cs Add a treenode and decompiler APIs for extensions. 6 months ago
INamedElement.cs dev: Strip BOM mark from text files 1 year ago
INamespace.cs dev: Strip BOM mark from text files 1 year ago
IParameter.cs Remove obsolete lifetime annotation fields 1 month ago
IParameterizedMember.cs dev: Strip BOM mark from text files 1 year ago
IProperty.cs dev: Strip BOM mark from text files 1 year ago
ISupportsInterning.cs dev: Strip BOM mark from text files 1 year ago
ISymbol.cs dev: Strip BOM mark from text files 1 year ago
IType.cs dev: Strip BOM mark from text files 1 year ago
ITypeDefinition.cs Add a treenode and decompiler APIs for extensions. 6 months ago
ITypeDefinitionOrUnknown.cs dev: Strip BOM mark from text files 1 year ago
ITypeParameter.cs Add support for merging types with different nullability. 2 weeks ago
ITypeResolveContext.cs Remove ITypeInference (dead code) 2 weeks ago
IVariable.cs dev: Strip BOM mark from text files 1 year ago
InheritanceHelper.cs dev: Strip BOM mark from text files 1 year ago
IntersectionType.cs dev: Strip BOM mark from text files 1 year ago
KnownTypeCode.cs Remove ITypeInference (dead code) 2 weeks ago
MetadataModule.cs Look methods up the same way whether or not they come from metadata 1 week ago
ModifiedType.cs dev: Strip BOM mark from text files 1 year ago
NormalizeTypeVisitor.cs Add support for merging types with different nullability. 2 weeks ago
Nullability.cs dev: Strip BOM mark from text files 1 year ago
NullableType.cs Remove accidental blank line 1 week ago
ParameterListComparer.cs dev: Strip BOM mark from text files 1 year ago
ParameterizedType.cs Remove ITypeInference (dead code) 2 weeks ago
PointerType.cs Remove ITypeInference (dead code) 2 weeks ago
ReferenceResolvingException.cs dev: Strip BOM mark from text files 1 year ago
ReflectionHelper.cs Extend InferType() to every ILInstruction 2 weeks ago
ReflectionNameParseException.cs dev: Strip BOM mark from text files 1 year ago
SimpleTypeResolveContext.cs dev: Strip BOM mark from text files 1 year ago
SpecialType.cs Remove ITypeInference (dead code) 2 weeks ago
TaskType.cs Handle non-Task task-likes (ValueTask, custom AsyncMethodBuilder) in ILReader async return-type unpacking. 4 months ago
TopLevelTypeName.cs dev: Strip BOM mark from text files 1 year ago
TupleType.cs Require System.ValueTuple to be a struct to be tuple compatible 1 month ago
TypeKind.cs Fix IDE2000 globally 9 months ago
TypeParameterSubstitution.cs dev: Strip BOM mark from text files 1 year ago
TypeProvider.cs dev: Strip BOM mark from text files 1 year ago
TypeSystemExtensions.cs Remove ITypeInference (dead code) 2 weeks ago
TypeUtils.cs Prepare for a split of StackType.O into StackType.Obj and StackType.VT: the easy cases 2 weeks ago
TypeVisitor.cs dev: Strip BOM mark from text files 1 year ago
UsingScope.cs Move UsingScope and CSharpTypeResolveContext into the type system 1 month ago
VarArgInstanceMethod.cs dev: Strip BOM mark from text files 1 year ago