Stylet/Bootstrappers
Antony Male 07160aa4fe Make BootstrapperBase non-generic
Instead, it has an abstract RootViewModel property, which bootstrapper
overrides to return an instance of TRootViewModel from the container.

This means that the root ViewModel is treated a singleton by the bootstrapper,
regardless of whether it's singleton in the container
2015-01-15 10:06:00 +00:00
..
Properties Move Bootstrappers into its proper place 2014-12-01 12:37:23 +00:00
Tests Make BootstrapperBase non-generic 2015-01-15 10:06:00 +00:00
AutofacBootstrapper.cs Make BootstrapperBase non-generic 2015-01-15 10:06:00 +00:00
Bootstrappers.csproj Update bootstrappers to dispose their containers 2015-01-14 12:23:43 +00:00
Bootstrappers.sln Move Bootstrappers into its proper place 2014-12-01 12:37:23 +00:00
CastleWindsorBootstrapper.cs Make BootstrapperBase non-generic 2015-01-15 10:06:00 +00:00
NinjectBootstrapper.cs Make BootstrapperBase non-generic 2015-01-15 10:06:00 +00:00
NoIoCContainerBootstrapper.cs Make BootstrapperBase non-generic 2015-01-15 10:06:00 +00:00
StructureMapBootstrapper.cs Make BootstrapperBase non-generic 2015-01-15 10:06:00 +00:00
UnityBootstrapper.cs Make BootstrapperBase non-generic 2015-01-15 10:06:00 +00:00
packages.config Move Bootstrappers into its proper place 2014-12-01 12:37:23 +00:00