Skip to content
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

Ensure a good error message if tests are run from non-compatible .net frameworks #1064

Open
OsirisTerje opened this issue Feb 26, 2023 · 0 comments

Comments

@OsirisTerje
Copy link
Member

OsirisTerje commented Feb 26, 2023

See #1039

The acceptable frameworks are listed here: https://docs.nunit.org/articles/vs-test-adapter/Supported-Frameworks.html

The exception mentioned in #1039 is a side-effect exception, normally we should see an engine exception. These needs to be connected so that we can say that the framework we run under is not supported.
We don't have time to check the framework, if it is not directly available to us, so we must depend on the exceptions that are throwed.

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

No branches or pull requests

1 participant