We are making an effort to clean up or StructureMap Registry's and I noticed that
we have
For<ModelBinder>().Use<StandardModelBinder>()
in our CoreRegistry.
I believe that to be a service that FubuMVC should be registering for me, but if
I remove it BOOM YSOD
I'll spare you the stack trace unless you want to see it, but it seems
the one of our IActivators has a dependency on a XXXSettings class
that uses the ISettingsProvider convention.
Any ideas on why Fubu hasn't register StandardModelBinder as the default instance
by the time all the package activators are resolved?
-Ryan