-
-
Notifications
You must be signed in to change notification settings - Fork 465
Closed
Labels
Description
I'm trying to get some work done in #417, starting from develop-v1 branch, but EventFlow.MsSql project was removed from the solution in #810 (the same happened to pretty much every other project except core EventFlow). What was the reason for this decision?
I can still add EventFlow.MsSql manually and work from there, but then I encounter two problems:
- Should I re-add it to solution on pull request? What's the recommended policy?
- There's a mismatch between different versions of NUnit -
EventFlow.MsSql.Testsuses 3.12.0, whileEventFlow.TestHelpersuses 3.13.2. Should I upgrade NUnit inEventFlow.MsSql.Testsand commit (though it's not a part of the .sln at this point), or should I fix it only locally and keep the main repo as is?
So basically, what's the policy on supporting projects other than core EventFlow?