Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddFluentValidationAutoValidation without controllers #142

Open
stigc opened this issue Jan 9, 2024 · 1 comment
Open

AddFluentValidationAutoValidation without controllers #142

stigc opened this issue Jan 9, 2024 · 1 comment

Comments

@stigc
Copy link

stigc commented Jan 9, 2024

When using minimal API without controllers e.g.

var builder = WebApplication.CreateBuilder(args);
var app = builder.Build();

app.MapGet("/", (MyDto dto) => "Hello World!");

app.Run();

is it possible to wire up automatic validation?

services.AddFluentValidationAutoValidation();
@stigc
Copy link
Author

stigc commented Jan 9, 2024

My experience is that MyDto is not validated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant