.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 37f3d0b579 Fix #3382: Support compiler-generated throw-helper invocations in switch-expression implicit default-case. 4 months ago
..
OutputVisitor Add non-embedded attributes to all tests that use older framework versions. 4 months ago
ProjectDecompiler Fix #3401: normalize directory separators to use the current platform separator 4 months ago
Resolver Fix #3322: Add missing checks for equality comparison 4 months ago
Syntax Revert "Add support for C# 11 parameter null checks" 11 months ago
Transforms Add non-embedded attributes to all tests that use older framework versions. 4 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 #3382: Support compiler-generated throw-helper invocations in switch-expression implicit default-case. 4 months ago
CSharpLanguageVersion.cs Add metadata processing for C# 12 'ref readonly' parameters 11 months ago
CallBuilder.cs Fix #3384: add special case for null-literal conversions in optional argument handling. 4 months ago
ExpressionBuilder.cs Fix #3382: Support compiler-generated throw-helper invocations in switch-expression implicit default-case. 4 months ago
RecordDecompiler.cs Add support for C# 12 primary constructors. 11 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. 6 months ago
TranslatedExpression.cs Fix #3014: Missing type information in lambda expressions. 2 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs