Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 359 Bytes

known_generator_issues.md

File metadata and controls

9 lines (6 loc) · 359 Bytes

Known issues

The explicit declaration of TupleElementNamesAttribute attribute

error CS8138: Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names.

Workaround: update the declaration using tuple syntax to define tuple names. Or comment/remove this attribute.