Open
Description
openedon Jan 29, 2019
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