xUnit tests do not show up in Unit Test Explorer

I'm running:

Microsoft Visual Studio Enterprise 2017 RC
Version 15.0.26127.3 D15SVC
Microsoft .NET Framework
Version 4.6.01055

with

JetBrains ReSharper Ultimate 2016.3.2 Build 107.0.20170126.120331

using

C:\src\aspnet\BasicMiddleware [dev]> dotnet --info
.NET Command Line Tools (1.0.0-rc4-004757)

Product Information:
Version: 1.0.0-rc4-004757
Commit SHA-1 hash: f69f0ed266

Runtime Environment:
OS Name: Windows
OS Version: 6.3.9600
OS Platform: Windows
RID: win81-x64
Base Path: C:\Users\dpeden\AppData\Local\Microsoft\dotnet\sdk\1.0.0-rc4-004757

 

Tests do show in Visual Studio's Test Explorer window.

0
3 comments

ReSharper 2016.3 supports the dotnet test IDE protocol from Preview 2 of the .NET Core SDK. Unfortunately, VS2017RC and SDK Preview 3 replaced dotnet test with a version that was closed source and undocumented until very recently, so we've been unable to add support until now. We'll be adding support during the ReSharper 2017.1 EAP cycle.

2

Thanks, Matt. Is there an issue tracking this in either YouTrack or GitHub?

0

Please sign in to leave a comment.