Preparatory Work on Version 4 #1564
CharliePoole
started this conversation in
Team Discussions
Replies: 1 comment
-
Porting of those V3 changes I identified as relevant is now complete. If I missed anything, I'm sure it will make itself known at some point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@manfred-brands pointed out elsewhere that work is needed to make the
version4
branch easier to work with before we start on any serious feature work.This makes sense to me and I have identified a set of tasks, which seem to fall into the same category of "stuff" we should do first in order to make the codebase easier to work with...
NUnit.Cake.Recipe
. This is done. The build is using the latest recipe version, 1.3.0.internal
visibility where appropriate. v4: Only permit integration through API methods exposed through nunit.engine.api #886I believe that the first two items really must be done before we move further. We can be a bit more flexible on items 3 and 4.
Items 2 and 3 can either be done in separately or combined. If combined, I favor dealing with one assembly at a time, in bottom up fashion.
@nunit/engine-team I'd be happy to have volunteers for any part of this and I'll then keep the remaining tasks for myself.
Beta Was this translation helpful? Give feedback.
All reactions