Visual Studio Test discovery fails in 5.2.0.Preview1
See original GitHub issueCan’t run the following tests due to discovery errors in VS2017 15.4.4
[11/27/2017 1:39:41 PM Informational] ------ Discover test started ------
[11/27/2017 1:39:42 PM Warning] [xUnit.net 00:00:00.5869680] Skipping: Microsoft.IdentityModel.Protocols.OpenIdConnect.Tests (could not find dependent assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.2.0')
[11/27/2017 1:39:42 PM Warning] [xUnit.net 00:00:00.6667485] Skipping: Microsoft.IdentityModel.Tests (Could not find any of the following assemblies: xunit.execution.desktop.dll)
[11/27/2017 1:39:42 PM Warning] [xUnit.net 00:00:01.1410006] Skipping: Microsoft.IdentityModel.Tokens.Tests (could not find dependent assembly 'Microsoft.IdentityModel.Tokens, Version=5.2.0')
[11/27/2017 1:39:43 PM Warning] [xUnit.net 00:00:01.6772868] Skipping: System.IdentityModel.Tokens.Jwt.Tests (could not find dependent assembly 'Microsoft.IdentityModel.Tokens, Version=5.2.0')
[11/27/2017 1:39:43 PM Informational] ========== Discover test finished: 0 found (0:00:02.1374547) ==========
Windows 10
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
CHANGELOG.md - dotnet/vscode-csharp
Official C# support for Visual Studio Code. ... NET Core 5.0 RC2 and VS 16.8 Preview 4. ... Add test discovery and NoBuild...
Read more >Detected package downgrade warning (dotnet core, vs 2017)
Design" into my ASP.NET Core 7 MVC project. Here is the error I had;. Error NU1605 Detected package downgrade: NETStandard.Library from 2.0.0- ...
Read more >Unreal Engine 5.2 Release Notes
You can now preview the simplification of the full material from the Substrate tab in the Material Editor. We resolved multiple crashes and...
Read more >Unreal Engine 5.1 Preview
The Preview builds are made available so you can test-drive new features and help us catch issues before the final release. As fixes...
Read more >Ivan Neurons for ITSM Software Atribu on Report
ansi-styles 5.2.0 : MIT License ... circular-dependency-plugin 5.2.0 : ISC License ... XDT, Microsoft Visual Studio 2017 Tools, Add-Ons and Extensions, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@osudude we need to update xunit to 2.3.0. Will get that in within a day or so.
@brentschmaltz ,
.Net Core SDK 2.0.3 is installed. Using VisualStudio.15.Release/15.4.4+27004.2009 to build and run tests. Debug / AnyCPU build. Should the tests discover in this scenario?