CC#•Created by Memsworth on 5/15/2024 in #help FluentValidation isn't being used in Razor Page's Model State?
Hello! I hope you found the answer already but if not did you add the following code in program.cs ?
services.AddScoped<IValidator<UserRegistrationRequest>, UserRegistrationValidation>();