Skip to content

Instantly share code, notes, and snippets.

@jeremydmiller
Created February 18, 2014 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremydmiller/9063191 to your computer and use it in GitHub Desktop.
Save jeremydmiller/9063191 to your computer and use it in GitHub Desktop.
AssertConfigurationIsValid() Failure
StructureMap.StructureMapConfigurationException : StructureMap Failures: 1 Build/Configuration Failures and 0 Validation Errors
Profile 'DEFAULT'
-----------------------------------------------------------------------------------------------------
Build Error on Instance 'StructureMap.Testing.Blogposts.Diagnostics.DeviceUserUser'
for PluginType StructureMap.Testing.Blogposts.Diagnostics.DeviceUserUser
No default Instance is registered and cannot be automatically determined for type 'StructureMap.Testing.Blogposts.Diagnostics.IDevice'
There is no configuration specified for StructureMap.Testing.Blogposts.Diagnostics.IDevice
Diagnostics\PipelineGraphValidator.cs(40,0): at StructureMap.Diagnostics.PipelineGraphValidator.AssertIsValid()
Diagnostics\PipelineGraphValidator.cs(21,0): at StructureMap.Diagnostics.PipelineGraphValidator.AssertNoErrors(IPipelineGraph graph)
Container.cs(463,0): at StructureMap.Container.AssertConfigurationIsValid()
Blogposts\Diagnostics\BadConfiguration.cs(75,0): at StructureMap.Testing.Blogposts.Diagnostics.BadConfiguration.assert_container_is_valid()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment