- ASP.NET Core Minimal API 8
- Mapperly
- DB: postgresql
- Bogus to generate seed data
- EF core 8
- EFCore.GenericRepository excellent project recommend checking out
- Z.EntityFramework.Extensions
- FluentValidation
almost anything use source gen json serializer (except swagger)add FluentValidation and oh boy it also usesSystem.Reflection
This project use swagger which use System.Reflection
under the hood, and of course Entity Framework Core
, and FluentValidation
which mean this project can not be Publish AOT or Publish Trimmed
Although Microsoft claims RequestDelegateGenerator
is working smoothly, enable it cause false compile,
however they
said it's fixed in net9.0-preview
haven't try it yet, if you interest, you can give it a try