Skip to content

Conventions should honor [MetadataType] #14544

Open

Description

Buddy classes are back!

[MetadataType(typeof(PostMetadata))]
partial class Post
{
}

class PostMetadata
{
    [StringLength(256)]
    public string Title { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions