Mediatr behavior pipeline does not work in new Blazor App
I’m trying to create a new Blazor App in .NET 8, using Mediatr, and I created a custom behavior pipeline for MediatR to handle some validations, using FluentValidation. However it seems to be getting ignored and it is not called.