orleans icon indicating copy to clipboard operation
orleans copied to clipboard

Serialization: enabling GenerateFieldIds breaks empty record serialization

Open mnmr opened this issue 2 years ago • 1 comments

When enabling the GenerateFieldIds setting, Orleans fails to generate code for records that do not have any explicit [Id] markings (like the EmptyAbstractRecord in the unit tests project).

Orleans should exclude the compiler-generated properties for record types to work around this issue.

mnmr avatar Aug 21 '22 11:08 mnmr

Triage: @ReubenBond we think this might be expected behavior and not a bug but looking for your clarification here.

captainsafia avatar Aug 25 '22 18:08 captainsafia