.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.
 
 
 
 
Daniel Grunwald 2ca6e22384
Merge pull request #3527 from jjonescz/allows-ref-struct
5 months ago
..
OutputVisitor Parenthesize interpolations containing `global::` (#3463) 8 months ago
ProjectDecompiler Fix net10.0-related bug in TargetServices.DetectTargetFramework 6 months ago
Resolver Add minimal support for params collections to Overload Resolution. 6 months ago
Syntax Merge pull request #3527 from jjonescz/allows-ref-struct 5 months ago
Transforms Fix #3524: Property without backing field cannot have an initializer. 5 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 Hide compiler-generated InlineArray types. 6 months ago
CSharpLanguageVersion.cs Support params keyword on non-array collections 6 months ago
CallBuilder.cs Add support for newobj ROS(in arg) to TransformParamsArgument. 6 months ago
ExpressionBuilder.cs Add support for constant slices of InlineArrays 7 months ago
RecordDecompiler.cs Fix #3406: Wrong decompilation of record struct without primary constructor. 9 months ago
RequiredNamespaceCollector.cs Use MetadataFile instead of PEFile in TypeSystem. 2 years ago
SequencePointBuilder.cs Generate sequence points for expression-bodied properties and indexers 3 years ago
StatementBuilder.cs Add VariableScope and rework AssignVariableNames step to support renaming parameters of nested ILFunctions in the future. 10 months ago
TranslatedExpression.cs Addressed feedback 10 months ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago