Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

NET Core Tools MSBuild Support / Documentation #91

Open
mozts2005 opened this issue Nov 22, 2016 · 3 comments
Open

NET Core Tools MSBuild Support / Documentation #91

mozts2005 opened this issue Nov 22, 2016 · 3 comments

Comments

@mozts2005
Copy link

Unable to run unit tests using .NET Core and Nunit 3.5 and VS 2017RC. HTe project was working fine in vs 2015 with the project.json file. But once upgraded to MSBUILD nothing works.

No errors are being shown in the error list or the output window.

I would like to see docs for how to install and setup from scratch using VS 2017.

@rprouse
Copy link
Member

rprouse commented Nov 23, 2016

None of the dotnet-test-* adapters work with the new CSPROJ/MSBUILD format. The teams at Microsoft decided to switch the old style adapters leaving this project dead. Unfortunately, migrating our existing desktop adapter to support .NET Core is a big project and we aren't even close to done. We are hoping to get it working by the time VS 2017 goes RTM, but no guarantees.

In the meantime, the work around is to drop back to NUnitLite support. My post on how to do it is a bit out of date, but should get you started. http://www.alteridem.net/2016/05/18/testing-net-core-rc2-using-nunit-3/

@ViktorHofer
Copy link

Hey @rprouse! Thanks for the great work. Any updates on the migration of the existing desktop adapters to support .NET Core?

@rprouse
Copy link
Member

rprouse commented Mar 19, 2017

I made decent progress yesterday and am going to do another push this afternoon. No ETA though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants