.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.
 
 
 
 
sonyps5201314 793d4171f2 Support for `struct` types written in non-primary constructor form that contain field initialization statements has been added. This type was previously mentioned in the commit with the message "The logic was temporarily adjusted so that the `StructWithDefaultCtor` type in the unit test could pass the test. In fact, the member initialization statement in its constructor could be moved." 2 months ago
..
OutputVisitor Fix #3543: Missing parentheses around field assignment expression in list initializers 4 months ago
ProjectDecompiler dev: Strip BOM mark from text files 4 months ago
Resolver Fix #3542: Invalid explicit cast for implicit conversion to generic struct with interface type constraint 3 months ago
Syntax dev: Strip BOM mark from text files 4 months ago
Transforms Support for `struct` types written in non-primary constructor form that contain field initialization statements has been added. This type was previously mentioned in the commit with the message "The logic was temporarily adjusted so that the `StructWithDefaultCtor` type in the unit test could pass the test. In fact, the member initialization statement in its constructor could be moved." 2 months ago
TypeSystem dev: Strip BOM mark from text files 4 months ago
Annotations.cs dev: Strip BOM mark from text files 4 months ago
CSharpDecompiler.cs Rename KnownAttributes.RequiredAttribute to KnownAttributes.Required 4 months ago
CSharpLanguageVersion.cs dev: Strip BOM mark from text files 4 months ago
CallBuilder.cs dev: Strip BOM mark from text files 4 months ago
ExpressionBuilder.cs Fix #3577: Properly infer the switch governing type and preserve conversions 3 months ago
RecordDecompiler.cs The special rule for `IsPrimaryConstructor` determination is extended: for `record` types, a complete sequence of assignment statements from the constructor parameters to the `BackingFieldOfAutomaticProperty` must exist. 2 months ago
RequiredNamespaceCollector.cs dev: Strip BOM mark from text files 4 months ago
SequencePointBuilder.cs dev: Strip BOM mark from text files 4 months ago
StatementBuilder.cs Fix lower case type name conflicting with variable name 3 months ago
TranslatedExpression.cs Addressed feedback 10 months ago
TranslatedStatement.cs dev: Strip BOM mark from text files 4 months ago
TranslationContext.cs dev: Strip BOM mark from text files 4 months ago