I have upgraded to SM 3.0 and now, amongst other breaking changes I find that EqualToAppSetting is gone.
I used to be able to do
.Use<SomeType>().Ctor<SomeType>("connectionStr").EqualToAppSetting("myAppSetting");
where of course myAppSetting is pulled from the app.config or the web.config.
Anyone know how to do that now? or some other work around?