mmacneil / AngularASPNETCore2WebApiAuth

Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) frontend and ASP.NET Core 2 WebApi. Includes both local user registration with .NET Core Identity membership and facebook login scenarios.
https://fullstackmark.com/post/13/jwt-authentication-with-aspnet-core-2-web-api-angular-5-net-core-identity-and-facebook-login
MIT License
473 stars 238 forks source link

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

Open Gaelmart opened 6 years ago

Gaelmart commented 6 years ago

This line no longer working.

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

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