I am getting this error while verifying my Structuremap configuration using
container.AssertConfigurationIsValid() in my UnitTest.
No Default Instance defined for PluginFamily MyComp.IMeasureRepository.
Infact for this particular Interface i dont have any plans for dependency injection.So can we make the Stucturemap ignore this Interface and still pass my UnitTest.
Something else that is registered with StructureMap likely takes an
IMeasureRepositoryas a dependency. StructureMap needs to know how to satisfy that dependency.