-
Notifications
You must be signed in to change notification settings - Fork 152
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
Separate nunit.engine.core.tests from nunit.engine.tests #1075
Comments
@mikkelbu Looks like this is almost ready! If so, I'll try to release tomorrow and include it. Is there anything I can do to help? If we can't get it in, I'd like to address it right away in the next cycle. Having the tests combined is complicating several issues having to do with the engine and engine.core assemblies. |
I don't think I'll have time to work more it today (and I'm running out of battery in 15 minutes). If the CI passes then I think it is fine to include it in the release, but I'm also happy to release without it (if more changes are required) and then make it part of the next release. Ps. I was hoping that I also could make
|
The
nunit.engine
andnunit.engine.core
assemblies are built for different sets of runtimes. The tests should match these rather than relying on conditional compilation to include the correct test assemblies.Getting this done will make other work with nunit.engine.core much simpler.
The text was updated successfully, but these errors were encountered: