Include BoDi to Reqnroll repo #40
-
BoDi, the simple IoC container used in Reqnroll, is still in the SpecFlowOSS organization afaict. Should this be moved to the Reqnroll organization as well? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It's soo good to see that you are faster processing my TODO list than myself. The short answer is: yes. My suggestion would be to include it to the main Reqnroll repo tough. (We can still make a separate NuGet package of that as Reqnroll.BoDi.) Having it in the same repo makes development and debugging (especially paraellel isssues) much easier. I would put it in a root folder "Reqnroll.BoDi" (like "Reqnroll.Utils") and include it's unit tests to the Tests/Reqnroll.RuntimeTests (maybe in a BoDi subfolder). I would not worry about the history in this case - it is a simple code - just make a code drop as it is right now. |
Beta Was this translation helpful? Give feedback.
-
The related PR #80 is done & merged. Thx @mbhoek. Closing this discussion. |
Beta Was this translation helpful? Give feedback.
It's soo good to see that you are faster processing my TODO list than myself.
The short answer is: yes.
My suggestion would be to include it to the main Reqnroll repo tough. (We can still make a separate NuGet package of that as Reqnroll.BoDi.) Having it in the same repo makes development and debugging (especially paraellel isssues) much easier. I would put it in a root folder "Reqnroll.BoDi" (like "Reqnroll.Utils") and include it's unit tests to the Tests/Reqnroll.RuntimeTests (maybe in a BoDi subfolder). I would not worry about the history in this case - it is a simple code - just make a code drop as it is right now.