Does Autofac have an equivalent to StructureMap's AssertConfigurationIsValid method? Or does configuration validation occur when creating the container?
I believe the AssertConfigurationIsValid method checks that the container can create all the configured services. Obviously it can't pick up more subtle configuration mistakes - related to scope, for instance - but it would be nice to know that we are doing as much as we can to prevent issues that could crop up at runtime.