kashdevine

Results 1 comments of kashdevine

In Program.cs you can change `builder.Services.AddFastEndpoints();` to `builder.Services.AddFastEndpoints(o => o.IncludeAbstractValidators = true);` instead of removing the abstract validator.