This website works better with JavaScript.
Explore
Help
Sign In
pimhwang
/
ILSpy
mirror of
https://github.com/icsharpcode/ILSpy.git
Watch
1
Star
0
Fork
You've already forked ILSpy
0
Code
Issues
Projects
Releases
Wiki
Activity
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
c-sharp
dotnet
mono
decompile
decompiler
decompiler-engine
dotnetcore
ilspy
pdb
unity
7959
Commits
18
Branches
85
Tags
83 MiB
C#
98.6%
JavaScript
0.6%
Visual Basic .NET
0.2%
PowerShell
0.2%
Tree:
31bbcf41bc
ILSpy
/
ICSharpCode.Decompiler
/
TypeSystem
History
Siegfried Pammer
ac0ef8a113
Fix
#3253
An error occurred
: Remove duplicate assembly references keeping the ones with the highest version.
9 months ago
..
Implementation
Handle ReferenceKind.RefReadOnly in a few more cases
1 year ago
Accessibility.cs
…
ApplyAttributeTypeVisitor.cs
Remove ApplyPdbLocalTypeInfoTypeVisitor (merge it into ApplyAttributeTypeVisitor)
1 year ago
ArrayType.cs
…
AssemblyQualifiedTypeName.cs
…
ByReferenceType.cs
…
ComHelper.cs
…
DecompilerTypeSystem.cs
Fix
#3253
An error occurred
: Remove duplicate assembly references keeping the ones with the highest version.
9 months ago
FullTypeName.cs
Fix bug in UnknownType: FullName of nested unknown types did not contain the outer type name(s), but only namespace and nested type name.
1 year ago
FunctionPointerType.cs
Transform RequiresLocationAttribute to 'ref readonly' on function pointers.
1 year ago
GenericContext.cs
…
IAssembly.cs
XML doc corrections
10 months ago
IAttribute.cs
…
ICodeContext.cs
…
ICompilation.cs
…
IDecompilerTypeSystem.cs
…
IEntity.cs
…
IEvent.cs
…
IField.cs
…
IFreezable.cs
…
IInterningProvider.cs
…
IMember.cs
…
IMethod.cs
…
INamedElement.cs
…
INamespace.cs
…
IParameter.cs
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
1 year ago
IParameterizedMember.cs
…
IProperty.cs
…
ISupportsInterning.cs
…
ISymbol.cs
…
IType.cs
…
ITypeDefinition.cs
…
ITypeDefinitionOrUnknown.cs
…
ITypeParameter.cs
…
ITypeReference.cs
…
IVariable.cs
…
InheritanceHelper.cs
…
IntersectionType.cs
…
KnownTypeReference.cs
…
MetadataModule.cs
Use MetadataFile instead of PEFile in TypeSystem.
1 year ago
ModifiedType.cs
…
NormalizeTypeVisitor.cs
Fix
#3014
An error occurred
: Missing type information in lambda expressions.
2 years ago
Nullability.cs
…
NullableType.cs
…
ParameterListComparer.cs
…
ParameterizedType.cs
…
PointerType.cs
…
ReferenceResolvingException.cs
…
ReflectionHelper.cs
…
ReflectionNameParseException.cs
…
SimpleTypeResolveContext.cs
…
SpecialType.cs
…
TaskType.cs
…
TopLevelTypeName.cs
…
TupleType.cs
…
TypeKind.cs
…
TypeParameterSubstitution.cs
…
TypeProvider.cs
…
TypeSystemExtensions.cs
Use MetadataFile instead of PEFile in TypeSystem.
1 year ago
TypeUtils.cs
…
TypeVisitor.cs
…
VarArgInstanceMethod.cs
…