DryIoc.WebApi 4.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package DryIoc.WebApi --version 4.0.0
                    
NuGet\Install-Package DryIoc.WebApi -Version 4.0.0
                    
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="DryIoc.WebApi" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DryIoc.WebApi" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="DryIoc.WebApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DryIoc.WebApi --version 4.0.0
                    
#r "nuget: DryIoc.WebApi, 4.0.0"
                    
#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.
#:package DryIoc.WebApi@4.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DryIoc.WebApi&version=4.0.0
                    
Install as a Cake Addin
#tool nuget:?package=DryIoc.WebApi&version=4.0.0
                    
Install as a Cake Tool

DryIoc extension for ASP.NET WebAPI

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DryIoc.WebApi:

Package Downloads
DryIoc.WebApi.Owin

DryIoc extension for ASP.NET WebAPI and OWIN

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.0 3,207 11/10/2022
4.1.0 33,506 1/14/2022
4.0.0 18,279 3/4/2019
3.1.0-preview-01 1,131 11/20/2018
3.0.0 5,298 7/12/2018
2.2.1 18,039 2/5/2018
2.2.0 12,820 2/1/2017
2.1.2 5,098 11/19/2016
2.1.1 2,925 10/20/2016
2.1.0 14,008 3/25/2016
2.0.0 16,363 11/19/2015
2.0.0-rc4build353 1,898 11/18/2015
2.0.0-rc4build352 1,896 11/17/2015
2.0.0-rc4build351 1,868 11/17/2015
2.0.0-rc4build350 1,871 11/17/2015
2.0.0-rc4build349 1,911 11/12/2015
2.0.0-rc4build348 1,865 11/12/2015
2.0.0-rc4build347 1,877 11/12/2015
2.0.0-rc1build371 1,871 1/11/2016
2.0.0-rc1build366 1,855 1/11/2016
Loading failed

v4.0.0:
- Support for DryIoc v4
v3.0.0:
- Support for DryIoc v3
v2.2:
- changed: Reference latest DryIoc 2.10
v2.1.2:
- workaround for: #379: Trouble with Batch Request - Made DryIocDependencyResolver constructor public
v2.1.1:
- fixed: #341: DryIoc WebApi: Unable to resolve constructor for internal web api controllers
v2.1.0:
- added: Optional ThrowIfUnresolved parameter in WithWebApi, DryIocDependencyResolver
- added: Helper DryIocWebApi.IsController method which relies on DefaultHttpControllerTypeResolver