I am currently using Blazored-FluentValidation version 2.0.3. When upgraded to 2.1.0 got following bug: https://github.com/Blazored/FluentValidation/issues/194
Is there another fluent validation library for Blazor I can use (working) with least refactoring?
Project is .NET8 and using Blazor client.
Downgrading to version 2.0.3 works, but this version is from Oct 22, 2021 which is pretty old and even the new 2.1.0 version is from Dec 31, 2022.