Home of the Caliburn.Micro.AutofacBootstrap nuget package. Integrates Caliburn.Micro bootstrapping phase with Autofac IoC container, so that you can register dependencies at application starts up and make them available to view-models and other components.
From Visual Studio Package Manager Console - or from a PowerShell console positioned on your project directory - run:
PM> Install-Package Caliburn.Micro.AutofacBootstrap
Please refer to sample projects on different platforms found in Visual Studio solution.
Please refer to CONTRIBUTING page.
The Caliburn.Micro.Autofac project is making use of the following OSS projects:
- Autofac - under the MIT license
- Caliburn.Micro - under the MIT license
This project is licensed under the MIT license.