MvcSiteMapProvider.MVC3.DI.SimpleInjector by Maarten Balliauw, Shad Storhaug

<PackageReference Include="MvcSiteMapProvider.MVC3.DI.SimpleInjector" Version="4.6.20" />

Package Files

0 bytes

 MvcSiteMapProvider.MVC3.DI.SimpleInjector 4.6.20

This package provides a starting point that automatically wires up a new dependency injection configuration for SimpleInjector using a composition root pattern and injection through either IControllerFactory or IDependencyResolver. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting an instance of your implementation. This package works best if you don't already have a pre-existing dependency injection configuration in your project.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>MvcSiteMapProvider.MVC3.DI.SimpleInjector</id>
    <version>4.6.20</version>
    <title>MvcSiteMapProvider MVC3 SimpleInjector Dependency Injection Configuration</title>
    <authors>Maarten Balliauw, Shad Storhaug</authors>
    <owners>Maarten Balliauw, Shad Storhaug</owners>
    <projectUrl>http://github.com/maartenba/MvcSiteMapProvider</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/maartenba/MvcSiteMapProvider/master/map-icon.gif</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This package provides a starting point that automatically wires up a new dependency injection configuration for SimpleInjector using a composition root pattern and injection through either IControllerFactory or IDependencyResolver. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting an instance of your implementation. This package works best if you don't already have a pre-existing dependency injection configuration in your project.</description>
    <summary>This package provides a starting point that automatically wires up a new dependency injection configuration for SimpleInjector using a composition root pattern and injection through either IControllerFactory or IDependencyResolver. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting an instance of your implementation. This package works best if you don't already have a pre-existing dependency injection configuration in your project.</summary>
    <language>en-US</language>
    <tags>mvc mvc3 sitemap mvcsitemap menu breadcrumb navigation SimpleInjector DI IoC dependency injection mvcsitemapprovider</tags>
    <dependencies>
      <group targetFramework=".NETFramework3.5">
        <dependency id="MvcSiteMapProvider.MVC3.DI.SimpleInjector.Modules" version="4.6" />
        <dependency id="MvcSiteMapProvider.MVC3" version="4.6.20" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="MvcSiteMapProvider.MVC3.DI.SimpleInjector.Modules" version="4.6" />
        <dependency id="MvcSiteMapProvider.MVC3" version="4.6.20" />
        <dependency id="WebActivatorEx" version="2.0.1" />
      </group>
      <group targetFramework=".NETFramework4.5">
        <dependency id="MvcSiteMapProvider.MVC3.DI.SimpleInjector.Modules" version="4.6" />
        <dependency id="MvcSiteMapProvider.MVC3" version="4.6.20" />
        <dependency id="WebActivatorEx" version="2.0.1" />
      </group>
    </dependencies>
  </metadata>
</package>