edandersen / core-admin

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

Fixed a bug where having any non generic property in DbContext would cause the code to crash #79

Closed AbdoMahfoz closed 9 months ago

AbdoMahfoz commented 1 year ago

Fix #77

Added a condition to the query that causes the exception which filters any non-generic property before checking GenericTypeDefinition

edandersen commented 9 months ago

Thanks!