Using [exceptions](https://github.com/GetoXs/MediatR.Extensions.FluentValidation.AspNetCore/blob/8d2d40078860387a8751b6e0e1ee9b702ce139ab/src/MediatR.Extensions.FluentValidation.AspNetCore/ValidationBehavior.cs#L32) for flow control is very "heavy". Anyone figure out how to return a result with errors, instead of throwing exceptions?
Using exceptions for flow control is very "heavy".
Anyone figure out how to return a result with errors, instead of throwing exceptions?