我've got a asp.net core application which uses angular4 as client frontend and asp.net core for the service api. I'已经end-to-end unit-testing up and running while using Visual Studio 2015 .

自从我切换到Visual Studio 2017 后,我无法再使用量角器进行测试了 .

第一个问题:对于量角器,我需要完整的.net框架,用于托管我的应用程序,我想使用.NetCoreApp 1.1 . Visual Studio 2017仅支持使用一个Framework . 有tricks by editing the proj-file,但即便如此,我甚至无法编译我的测试项目以使用量角器 .

那么:有没有人能够在Visual Studio 2017中使用量角器进行单元测试?有关它的任何指示,也许你可以指向一个包含样本的网站?