Skip to content

Allow C# records to be used as metadata views #343

Open
@kzu

Description

Currently, if you try to use a record type as a metadata view, you get the following error:

System.NotSupportedException: 'The type [TYPE] is an unsupported type of metadata view.'

Given how convenient and concise they are, it would be quite handy if the export provider
supported record types as metadata views. It would just need to invoke the constructor
and any init properties as needed.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions