edandersen / core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8
Other
561 stars 106 forks source link

Foreign key relationship in .Net 5.0 #73

Closed murilomendes closed 2 years ago

murilomendes commented 2 years ago

Hey guys.

I'm trying to add the DataNotation of Relationship in the Models and "[Display(AutoGenerateField = false)]" and "[ForeignKey("ChildId")]". But it doesn't appears in the dropdown list style.

It works in .net 5.0 or just in .net 6?

Thanks!

edandersen commented 2 years ago

Hiya - this will just be in the .NET 6.0 version.

murilomendes commented 2 years ago

Awesome!