aspnet-contrib - AspNet.Hosting.Katana.Extensions 1.0.0-beta2-final

OWIN/Katana hosting extensions for ASP.NET Core.

PM> Install-Package AspNet.Hosting.Katana.Extensions -Version 1.0.0-beta2-final -Source https://www.myget.org/F/aspnet-contrib/api/v3/index.json

Copy to clipboard

> nuget.exe install AspNet.Hosting.Katana.Extensions -Version 1.0.0-beta2-final -Source https://www.myget.org/F/aspnet-contrib/api/v3/index.json

Copy to clipboard

> dotnet add package AspNet.Hosting.Katana.Extensions --version 1.0.0-beta2-final --source https://www.myget.org/F/aspnet-contrib/api/v3/index.json

Copy to clipboard
<PackageReference Include="AspNet.Hosting.Katana.Extensions" Version="1.0.0-beta2-final" />
Copy to clipboard
source https://www.myget.org/F/aspnet-contrib/api/v3/index.json

nuget AspNet.Hosting.Katana.Extensions  ~> 1.0.0-beta2-final
Copy to clipboard

> choco install AspNet.Hosting.Katana.Extensions --version 1.0.0-beta2-final --source https://www.myget.org/F/aspnet-contrib/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "aspnet-contrib" -SourceLocation "https://www.myget.org/F/aspnet-contrib/api/v2"
Install-Module -Name "AspNet.Hosting.Katana.Extensions" -RequiredVersion "1.0.0-beta2-final" -Repository "aspnet-contrib" -AllowPreRelease
Copy to clipboard

Browse the sources in this package using Visual Studio or WinDbg by configuring the following legacy symbol server URL: https://www.myget.org/F/aspnet-contrib/symbols/


AspNet.Hosting.Extensions

AspNet.Hosting.Extensions is a collection of hosting extensions for ASP.NET Core 1.0 that introduce isolated pipeline support and allow using OWIN/Katana middleware in any ASP.NET Core application.

The latest nightly builds can be found on MyGet.

Build status Build status

Get started

app.Isolate(map =>
{
    // Configure the isolated pipeline.
    map.UseMvc();
},

services =>
{
    // Register the services needed by the isolated pipeline.
    services.AddMvc();
});
app.UseKatana(map =>
{
    // Configure the OWIN/Katana pipeline.
    var configuration = new HttpConfiguration();

    map.UseWebApi(configuration);
});

Support

Need help or wanna share your thoughts? Don't hesitate to join us on Gitter or ask your question on StackOverflow:

Contributors

AspNet.Hosting.Extensions is actively maintained by Kévin Chalet. Contributions are welcome and can be submitted using pull requests.

License

This project is licensed under the Apache License. This means that you can use, modify and distribute it freely. See http://www.apache.org/licenses/LICENSE-2.0.html for more details.

  • .NETFramework 4.5.1
    • Microsoft.AspNetCore.DataProtection.Abstractions (>= 1.0.0)
    • Microsoft.AspNetCore.Hosting (>= 1.0.0)
    • Microsoft.AspNetCore.Owin (>= 1.0.0)
    • Microsoft.Owin (>= 3.0.1)
  • .NETFramework 4.5.1: 4.5.1.0

                        
Assembly Assembly hash Match
/lib/net451/aspnet.hosting.katana.extensions.dll 6dec7a046ef02348e9aadf90f2e63ea61

Owners

aspnet-contrib

Authors

Kévin Chalet

Project URL

https://github.com/aspnet-contrib/AspNet.Hosting.Extensions

License

Apache-2.0

Tags

aspnetcore extensions hosting katana owin

Info

4 total downloads
0 downloads for version 1.0.0-beta2-final
Download (6.51 KB)
Download legacy symbols (9.57 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.0.0-beta2-final 6.51 KB Mon, 08 May 2017 19:28:26 GMT 0
1.0.0-beta2-0157 6.6 KB Wed, 06 Jun 2018 15:33:15 GMT 0
1.0.0-beta2-0156 6.6 KB Wed, 06 Jun 2018 15:12:26 GMT 0
1.0.0-beta2-0155 6.52 KB Wed, 28 Feb 2018 15:04:57 GMT 0
1.0.0-beta2-0149 6.51 KB Mon, 24 Apr 2017 19:40:15 GMT 0
1.0.0-beta2-0147 6.52 KB Mon, 24 Apr 2017 19:05:38 GMT 0
1.0.0-beta2-0146 6.52 KB Sun, 16 Apr 2017 14:10:27 GMT 0
1.0.0-beta2-0145 6.51 KB Fri, 14 Apr 2017 20:15:07 GMT 1
1.0.0-beta2-0143 6.52 KB Fri, 24 Mar 2017 15:11:03 GMT 1
1.0.0-beta2-0142 6.51 KB Wed, 22 Mar 2017 05:43:56 GMT 2