There are too many dummy repositories throughout the code base, each implemented in individual modules for testing the functionality interaction with an IRepository implementation.
These should be cleared and moved to a module modTest that is included only in the testing builds.
The StandaloneBlockchain is another useful class that can be moved to this module.
There are too many dummy repositories throughout the code base, each implemented in individual modules for testing the functionality interaction with an
IRepositoryimplementation.These should be cleared and moved to a module
modTestthat is included only in the testing builds.The
StandaloneBlockchainis another useful class that can be moved to this module.