Context While at work, my friend Ben, and myself came across an interesting problem to fix, when upgrading our APIs to latest .NET and upgrading their respective packages. Validation is crucial when designing APIs, and we are using the wonderful FluentValidation.AspNetCore in our APIs. How it seamlessly allow the engineers to…