mmacneil / AspNetCoreApiStarter

An ASP.NET Core (v2.1) Web API project to quickly bootstrap new projects. Includes Identity, JWT authentication w/ refresh tokens.
https://fullstackmark.com/post/19/jwt-authentication-flow-with-refresh-tokens-in-aspnet-core-web-api
MIT License
354 stars 143 forks source link

Unit tests are failing #7

Closed stealthAngel closed 5 years ago

stealthAngel commented 5 years ago

As the title says. Some unit tests aren't working anymore :(

mmacneil commented 5 years ago

What error(s) are you getting and what test runner are you using?

modiract commented 5 years ago

I will make some print screens when I'm home. I pulled it on my work laptop ran unit tests and it works. I think it has to do with the visual studio version.

stealthAngel commented 5 years ago

Seems like updating visual studio got this fixed, thank you though :)