.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.
 
 
 
 
ElektroKill 012f5812e9
Fix #3423
2 months ago
..
OutputVisitor Fix detection and display of explicitly implemented operators. 3 months ago
ProjectDecompiler #3401: fix missing file extension if name contains ':' 3 months ago
Resolver Fix #3322: Add missing checks for equality comparison 3 months ago
Syntax Fix detection and display of explicitly implemented operators. 3 months ago
Transforms Add non-embedded attributes to all tests that use older framework versions. 3 months 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 Fix #2716: Add an option to allow sorting custom attributes 3 months ago
CSharpLanguageVersion.cs Add metadata processing for C# 12 'ref readonly' parameters 10 months ago
CallBuilder.cs Fix #3384: add special case for null-literal conversions in optional argument handling. 3 months ago
ExpressionBuilder.cs Fix #3181: missing type information on NullReferenceExpression used with nullable value types. 4 months ago
RecordDecompiler.cs Add support for C# 12 primary constructors. 9 months ago
RequiredNamespaceCollector.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
SequencePointBuilder.cs Generate sequence points for expression-bodied properties and indexers 2 years ago
StatementBuilder.cs Make sure that there is only one applicable implicit conversion when dealing with switch, otherwise use an explicit cast. 4 months ago
TranslatedExpression.cs Fix #3423 2 months ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago