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

Use latest build of V2 in the adapter #169

Open
CharliePoole opened this issue May 2, 2018 · 0 comments
Open

Use latest build of V2 in the adapter #169

CharliePoole opened this issue May 2, 2018 · 0 comments

Comments

@CharliePoole
Copy link
Contributor

The adapter repo holds binary files drawn from NUnit 2.6.4 in order to run NUnit tests. But NUnit 2.6.5 has already been released and NUnit 2.6.6 is about to be released. We should upgrade the files used in the adapter.

This can be done, of course, by directly updating the binary files we currently use, but a better approach may be to use a package to do it. The 2.6.6 release includes a package with the nunit.core and nunit.core.interfaces assemblies. We could use these and possibly add the nunit.util assembly to the package. A simpler approach may be to elminate use of the nunit.util assembly from the adapter. That's the approach taken by the v2 framework driver, which only uses the core assemblies. Using the core assemblies simply means that the AppDomain in which tests are run would have to be created by the adapter itself.

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