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

Test runner doesn't work with latest dotnet tooling #101

Open
roji opened this issue Jan 24, 2017 · 2 comments
Open

Test runner doesn't work with latest dotnet tooling #101

roji opened this issue Jan 24, 2017 · 2 comments

Comments

@roji
Copy link

roji commented Jan 24, 2017

Using the latest Visual Studio RC (dotnet sdk 1.0.0-preview4-004233), dotnet-test-nunit doesn't seem to work. It seems to still be targeting an old version of Microsoft.NET.Test.Sdk (15.0.0-preview-20161024-02), there may be other issues as well.

@rprouse
Copy link
Member

rprouse commented Jan 24, 2017

@roji Microsoft has dropped support for the test adapter API that this adapter is using in favour of the old Visual Studio adapter API. We need to update our Visual Studio adapter to support .NET Core which means adding .NET Core support to our engine. This means that this project will not work with the newer tooling or with VS2017.

We are playing catch-up, sorry. In the meantime, the workaround is to create an NUnitLite self-executing test assembly and run from the command line.

@roji
Copy link
Author

roji commented Jan 24, 2017

@rprouse no worries, I'm painfully aware how frustrating it is at the moment to be on Microsoft prerelease software... I'm already using an NUnitLite executable project as my workaround so this is definitely not urgent.

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

No branches or pull requests

2 participants