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.Tests uses 3.12.0, while EventFlow.TestHelpers uses 3.13.2. Should I upgrade NUnit in EventFlow.MsSql.Tests and 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?
I'm trying to get some work done in #417, starting from
develop-v1branch, butEventFlow.MsSqlproject was removed from the solution in #810 (the same happened to pretty much every other project except coreEventFlow). What was the reason for this decision?I can still add
EventFlow.MsSqlmanually and work from there, but then I encounter two problems: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?