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
470 stars 239 forks source link

.editorconfig file messes up VS2017 settings #1

Open AndreiLucaci opened 6 years ago

AndreiLucaci commented 6 years ago

Issue: The .editorconfig file messes up all VS2017 settings (it might be a bug in VS2017), even if it's not in that project. It interacts with VS2017 settings and ReSharper settings.

To avoid it, please remove it from your project, since you already have those settings.