Skip to content

brendankowitz/Caliburn.Micro.Autofac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caliburn.Micro.AutofacBootstrap

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.

NuGet Build status

Installing

From Visual Studio Package Manager Console - or from a PowerShell console positioned on your project directory - run:

PM> Install-Package Caliburn.Micro.AutofacBootstrap

Usage

Please refer to sample projects on different platforms found in Visual Studio solution.

Contributing

Please refer to CONTRIBUTING page.

Acknowledgments

The Caliburn.Micro.Autofac project is making use of the following OSS projects:

License

This project is licensed under the MIT license.

About

Integration of Caliburn.Micro and Autofac

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.5%
  • Smalltalk 1.5%