MvcSiteMapProvider.MVC3.DI.StructureMap.Modules by Maarten Balliauw, Shad Storhaug

<PackageReference Include="MvcSiteMapProvider.MVC3.DI.StructureMap.Modules" Version="4.6.26" />

Package Files

0 bytes

 MvcSiteMapProvider.MVC3.DI.StructureMap.Modules 4.6.26

Dependency injection modules for StructureMap that can be used to integrate MvcSiteMapProvider into an existing dependency injection setup. 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 requires manual configuration to integrate with StructureMap, but is the least invasive option that won't bypass any existing DI bootstrapping code.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>MvcSiteMapProvider.MVC3.DI.StructureMap.Modules</id>
    <version>4.6.26</version>
    <title>MvcSiteMapProvider MVC3 StructureMap Modules Only (requires manual config)</title>
    <authors>Maarten Balliauw, Shad Storhaug</authors>
    <owners>Maarten Balliauw, Shad Storhaug</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>http://github.com/maartenba/MvcSiteMapProvider</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/maartenba/MvcSiteMapProvider/master/map-icon.gif</iconUrl>
    <description>Dependency injection modules for StructureMap that can be used to integrate MvcSiteMapProvider into an existing dependency injection setup. 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 requires manual configuration to integrate with StructureMap, but is the least invasive option that won't bypass any existing DI bootstrapping code.</description>
    <summary>Dependency injection modules for StructureMap that can be used to integrate MvcSiteMapProvider into an existing dependency injection setup. 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 requires manual configuration to integrate with StructureMap, but is the least invasive option that won't bypass any existing DI bootstrapping code.</summary>
    <language>en-US</language>
    <tags>mvc mvc3 sitemap mvcsitemap menu breadcrumb navigation StructureMap DI IoC dependency injection mvcsitemapprovider</tags>
    <dependencies>
      <group targetFramework=".NETFramework3.5">
        <dependency id="MvcSiteMapProvider.MVC3" version="4.6.26" />
        <dependency id="structuremap" version="[2.6.0, 2.6.3]" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="MvcSiteMapProvider.MVC3" version="4.6.26" />
        <dependency id="structuremap" version="2.6.0" />
      </group>
      <group targetFramework=".NETFramework4.5">
        <dependency id="MvcSiteMapProvider.MVC3" version="4.6.26" />
        <dependency id="structuremap" version="2.6.0" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Runtime.Caching" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Runtime.Caching" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>