StructureMap.MVC5.Update
4.1.1
dotnet add package StructureMap.MVC5.Update --version 4.1.1
NuGet\Install-Package StructureMap.MVC5.Update -Version 4.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StructureMap.MVC5.Update" Version="4.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StructureMap.MVC5.Update --version 4.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StructureMap.MVC5.Update, 4.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StructureMap.MVC5.Update as a Cake Addin #addin nuget:?package=StructureMap.MVC5.Update&version=4.1.1 // Install StructureMap.MVC5.Update as a Cake Tool #tool nuget:?package=StructureMap.MVC5.Update&version=4.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Adds the latest version of structuremap and configures it as the default Dependency Resolver for ASP.NET MVC5. Does not work with 'ApiControllers', please add the Structuremap.WebAPI2 package if you need WebAPI support.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- CommonServiceLocator (>= 1.3.0)
- StructureMap (>= 4.4.2)
- structuremap.web (>= 4.0.0.315)
- WebActivatorEx (>= 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
update to support Structuremap 4,
Add StructureMap 4.4.2 reference,
Add WebActivatorEx 2.2.0 reference,
fix DefaultRegistry.cs reference bug