Owin.Framework
2.8.2
Install-Package Owin.Framework -Version 2.8.2
dotnet add package Owin.Framework --version 2.8.2
<PackageReference Include="Owin.Framework" Version="2.8.2" />
paket add Owin.Framework --version 2.8.2
#r "nuget: Owin.Framework, 2.8.2"
// Install Owin.Framework as a Cake Addin
#addin nuget:?package=Owin.Framework&version=2.8.2
// Install Owin.Framework as a Cake Tool
#tool nuget:?package=Owin.Framework&version=2.8.2
An open architecture for interoperable OWIN middleware
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.0
- Ioc.Modules.Contract (>= 1.4.1)
- Microsoft.Owin (>= 2.1.0)
- Owin (>= 1.0.0)
-
.NETFramework 4.5
- Ioc.Modules.Contract (>= 1.4.1)
- Microsoft.Owin (>= 3.1.0)
- Owin (>= 1.0.0)
NuGet packages (33)
Showing the top 5 NuGet packages that depend on Owin.Framework:
Package | Downloads |
---|---|
Owin.Framework.Pages.Core
Defines the interfaces, enums and custom attributes that the other packages from Owin.Pages.Framework depend on |
|
Owin.Framework.Pages.Html
Provides build engines that can be plugged into the fluent builder to enable your website to respond to requests by returning pages of Html |
|
Owin.Framework.Pages.Restful
Contains build engine plugins that allow the application to define endpoints that respond to RESTful requests |
|
Owin.Framework.Pages.Framework
Default implementations of core interfaces that most people will choose to use. You can implement these framework classes yourself if you want to completely define how the this framework works under the hood, but this is a very advanced use case |
|
Owin.Framework.Pages.DebugMiddleware
Middleware that shows the internal structure of pages to help with debugging issues with page composition and data provisioning |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.8.2 | 3,632 | 4/6/2020 |
2.8.1 | 439 | 2/8/2020 |
2.8.0 | 583 | 1/27/2020 |
2.7.1 | 379 | 1/14/2020 |
2.7.0 | 423 | 12/10/2019 |
2.6.10 | 382 | 10/6/2019 |
2.6.9 | 1,176 | 5/28/2019 |
2.6.8 | 2,561 | 9/19/2018 |
2.6.7 | 3,936 | 6/1/2018 |
2.6.6 | 2,135 | 5/31/2018 |
2.6.5 | 2,453 | 5/22/2018 |
2.6.4 | 2,002 | 4/27/2018 |
2.6.3 | 853 | 4/27/2018 |
2.6.2 | 1,055 | 3/29/2018 |
2.6.1 | 1,138 | 2/8/2018 |
2.6.0 | 1,646 | 1/21/2018 |
2.5.7 | 1,910 | 7/24/2017 |
2.5.6 | 4,846 | 7/17/2017 |
2.5.1 | 2,384 | 6/25/2017 |
2.5.0 | 1,741 | 6/25/2017 |
2.4.2 | 1,346 | 5/22/2017 |
2.4.1 | 806 | 5/22/2017 |
2.4.0 | 1,501 | 3/27/2017 |
2.3.0 | 1,348 | 3/13/2017 |
2.3.0-alpha | 830 | 3/12/2017 |
2.2.11 | 2,952 | 2/21/2017 |
2.2.10 | 1,068 | 2/18/2017 |
2.2.9 | 1,095 | 2/15/2017 |
2.2.8 | 8,271 | 1/23/2017 |
2.2.2 | 2,447 | 1/8/2017 |
2.2.0 | 2,441 | 11/6/2016 |
2.1.4 | 827 | 7/26/2016 |
2.1.3 | 817 | 7/8/2016 |
2.1.2 | 794 | 7/6/2016 |
2.1.1 | 782 | 7/2/2016 |
2.1.0 | 3,730 | 7/2/2016 |
2.0.4 | 797 | 7/2/2016 |
2.0.3 | 896 | 7/1/2016 |
2.0.2 | 781 | 7/1/2016 |
2.0.1 | 1,008 | 7/1/2016 |
1.0.1 | 791 | 6/28/2016 |
1.0.0 | 1,577 | 6/27/2016 |
Added a method to IRequestTracer that provides access to the trace
output for the current request. This was done so that the trace information
could be returned with the response. Note that using this in a production environment
is not recommended because it has the potential to reveal information to end users that
could help hackers to compromise your system.