Cannot run tests anymore after upgrading to 2.2.1
See original GitHub issueAttempt to upgrade our test projects to version from 2.1.2 to 2.2.1 results in the following test execution error:
An exception occurred while invoking executor 'executor://mstestadapter/v2': Could not load file or assembly 'Microsoft.TestPlatform.AdapterUtilities, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:38 (16 by maintainers)
Top Results From Across the Web
Maven not running Spring Boot tests
Test seems to run. After Adding this jar (junit-vintage-engine) all my old tests(org.junit.Test) run absolutely fine.
Read more >Looks like ledger took DOWN firmware 2.2.1 : r/ledgerwallet
Analogy: You guys has just "upgraded your firmware" by making such decision and see now you yourself cannot roll back to the previous...
Read more >Upgrading Ember - Issues with Tests
So I took on the task of upgrading our Ember app from 2.16 to 3.26. The application runs fine locally. Got through the...
Read more >Changelog | Cypress Documentation
Fixed an issue where unexpected branch names were being recorded for cypress runs when executed by GitHub Actions. The HEAD branch name will...
Read more >NoClassDefFoundError - Generated classes - Buildship
1 and cannot run my unit tests anymore. The problem lies in the fact that, using querydsl, there are a bunch of generated...
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
@Haplois here are my results:
The target framework of the solution is .NET Core 3.1.
Starting with MSTest.TestAdapter v2.1.2
Hello, after updating the MSTest.TestAdapter from v2.1.2 to v2.2.1, I can’t run “all” tests either.
We have several test projects in the solution. I can run only some of them. For the others I got this errors in the test output:
Sorry for the german error message, that should be something like: Incorrect format for TestCaseFilter Error: Missing …
Ciao, Mike