Caliburn.Micro.Autofac icon indicating copy to clipboard operation
Caliburn.Micro.Autofac copied to clipboard

Integration of Caliburn.Micro and Autofac

Results 12 Caliburn.Micro.Autofac issues
Sort by recently updated
recently updated
newest added

The automatic registration of ViewModels is not working, if the ViewModelBaseType is set to a class and not an interface. To solve this problem you should change in the Configure...

upgrades to caliburn 1.5.2 adds support for windows phone 8 adds handlers to capture tombstoning and activation events. implements common assembly versioning

I had use the Caliburn.Micro before,and use the SimpleContainer the Registe my Service,and how can I registe my service with the autofac in AutofacBootstrapperBase,thank you

A proper realization of AutofacBootstrapper and AutofacPhoneContainer for WP7.

I build a simple app targetting windows phone 7.1 (with the 8.0 SDK). Latest version from nuget. Two warnings: Warning 1 Reference to type 'System.Func`6' claims it is defined in...

Drop Windows Phone 7 & 7.1 support

Feature

Here is a quote from http://nblumhardt.com/2011/01/an-autofac-lifetime-primer/ // var container = … while (true) { using (var lifetimeScope = container.BeginLifetimeScope()) { var r = lifetimeScope.Resolve(); // r, all of its dependencies...

Bug
Researching

From blog comment: http://buksbaum.us/2010/08/20/bootstrapping-caliburn-micro-with-autofac/comment-page-1/#comment-1694 tracstarr August 24th, 2011 at 21:41 Reply | Quote | Edit | #3 What about when I need to use specific lifetimescope within a using from...

Feature