AngularASPNETCore2WebApiAuth icon indicating copy to clipboard operation
AngularASPNETCore2WebApiAuth copied to clipboard

FluentValidation has been updated 11 times. AddMvc() probably changed 100's of times since Feb.

Open Gaelmart opened this issue 7 years ago • 0 comments

This line no longer working.

services.AddMvc().AddFluentValidation(fv => fv.RegisterValidatorsFromAssemblyContaining<Startup>());

'IMvcBuilder' does not contain a definition for 'AddFluentValidation' and no extension method 'AddFluentValidation' accepting a first argument of type 'IMvcBuilder'

Gaelmart avatar Aug 01 '18 01:08 Gaelmart