vendredi 26 août 2016

Testing Asp.Net Core on full .NET framework

I want to unit test an asp.net core project that targets the full .net framework. I tried using the "normal" unit test project template and a .net core project as outlined in this blog post, but both attempts fail because the assembly of my web-project cannot be referenced in either of the test projects.

Is there a way to unit test asp.net core apps on the full framework?

Aucun commentaire:

Enregistrer un commentaire