Unravel.AspNet.WebApi 0.1.26-alpha

This is a prerelease version of Unravel.AspNet.WebApi.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Unravel.AspNet.WebApi --version 0.1.26-alpha
                    
NuGet\Install-Package Unravel.AspNet.WebApi -Version 0.1.26-alpha
                    
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="Unravel.AspNet.WebApi" Version="0.1.26-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Unravel.AspNet.WebApi" Version="0.1.26-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Unravel.AspNet.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 Unravel.AspNet.WebApi --version 0.1.26-alpha
                    
#r "nuget: Unravel.AspNet.WebApi, 0.1.26-alpha"
                    
#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.
#addin nuget:?package=Unravel.AspNet.WebApi&version=0.1.26-alpha&prerelease
                    
Install Unravel.AspNet.WebApi as a Cake Addin
#tool nuget:?package=Unravel.AspNet.WebApi&version=0.1.26-alpha&prerelease
                    
Install Unravel.AspNet.WebApi as a Cake Tool

Unravel.AspNet.WebApi

Similar to ASP.NET Core 2.1's AddMvc(), Unravel provides an AddAspNetWebApi() extension method on IServiceCollection that registers a System.Web.Http.Dependencies.IDependencyResolver.

The resulting IAspNetWebApiBuilder is similar to IMvcBuilder, providing an extension point for additional configuration:

public override void ConfigureServices(IServiceCollection services)
{
    services.AddAspNetWebApi()
        .AddControllersAsServices();
}
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.36-alpha 1,166 5/26/2024
0.1.30-alpha 671 3/6/2024
0.1.26-alpha 65 3/4/2024
0.1.20-alpha 249 7/10/2023
0.1.13-alpha 94 7/10/2023
0.1.11-alpha 94 7/9/2023