About
This extension provides a simple admin site generator that automatically creates
CRUD pages for EF Core entities decorated with the [GenerateCrud] attribute.
Warning
This extension is highly experimental. It relies heavily on reflection, is not optimized for performance, and has not undergone security hardening.
Do not expose it publicly without proper authentication and review.
Installation
Warning
The NuGet package is not yet published to nuget.org. For now, you must reference it locally or via a private feed.
- Install the NuGet Package
- Enable the admin generator
- Map the admin routes
- Run your app and go to http://localhost:6969/Admin.
Forms
The generated forms can be customized using additional attributes to control field visibility, validation, and rendering behavior.