.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 7c6f7fea05 Make sure that there is only one applicable implicit conversion when dealing with switch, otherwise use an explicit cast. 10 months ago
..
OutputVisitor Fix #3159: CSharpAmbience.ConvertSymbol output incorrect for record structs and init properties. 1 year ago
ProjectDecompiler Fix #3264: Do not allow zero-length segments in CleanUpName: Escape path separator characters at the start of a segment. 1 year ago
Resolver Handle ReferenceKind.RefReadOnly in a few more cases 1 year ago
Syntax Revert "Add support for C# 11 parameter null checks" 1 year ago
Transforms Fix #3319: KeyDownEvent field reference was replaced with KeyDown event reference. 12 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 #3355 : Insert missing DecompilerSettings 10 months ago
CSharpLanguageVersion.cs Add metadata processing for C# 12 'ref readonly' parameters 1 year ago
CallBuilder.cs Fix #3089: Add comment regarding .constraint prefix expressed as cast in C# 1 year ago
ExpressionBuilder.cs Make sure that there is only one applicable implicit conversion when dealing with switch, otherwise use an explicit cast. 10 months ago
RecordDecompiler.cs Add support for C# 12 primary constructors. 1 year ago
RequiredNamespaceCollector.cs Use MetadataFile instead of PEFile in TypeSystem. 2 years 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. 10 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 Namespace adjustments for Syntax classes 9 years ago