-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.MissingMethodException on testrun after Upgrade to v3.0.* #443
Comments
It's not clear what's happening here.
|
Thank you for your quick reply. The point i don't get is, it works on the development client but not in the Azure Devops Server build pipeline. |
Using .NET Framework is irrelevant; what matters is the version of the .NET SDK (aka, the thing that's providing
|
Thank you for the insights. For your information and everyone else who might have this issue: |
I found the solution to this. After that, the tests worked as expected. |
I am able to find the method that you're missing all the way back to 17.0.0 of (To be clear: I stopped searching beyond 17.0.0, since that's the first version that shipped in alignment with VS2022, which is our minimum supported version of VS.) |
I just upgraded the
xunit.runner.visualstudio
package from 2.8.2 to 3.0.2.After this upgrade the Build on our OnPremise Azure DevOps server throws this exception on test execution:
With version 2.8.2 everything worked. Also the tests run as excepted on my development client with the 3.0.2 version. Am I missing a package for xunit to run?
Target framework: .Net Framework 4.8.1
Microsoft.TestPlatform.ObjectModel Package version: 17.13.0
The text was updated successfully, but these errors were encountered: