![]() |
VOOZH | about |
dotnet add package Owin.Framework --version 2.8.2
NuGet\Install-Package Owin.Framework -Version 2.8.2
<PackageReference Include="Owin.Framework" Version="2.8.2" />
<PackageVersion Include="Owin.Framework" Version="2.8.2" />Directory.Packages.props
<PackageReference Include="Owin.Framework" />Project file
paket add Owin.Framework --version 2.8.2
#r "nuget: Owin.Framework, 2.8.2"
#:package Owin.Framework@2.8.2
#addin nuget:?package=Owin.Framework&version=2.8.2Install as a Cake Addin
#tool nuget:?package=Owin.Framework&version=2.8.2Install as a Cake Tool
An open architecture for interoperable OWIN middleware
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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.Restful
Contains build engine plugins that allow the application to define endpoints that respond to RESTful requests |
|
|
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.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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.8.2 | 11,003 | 4/6/2020 |
| 2.8.1 | 1,017 | 2/8/2020 |
| 2.8.0 | 2,377 | 1/27/2020 |
| 2.7.1 | 876 | 1/14/2020 |
| 2.7.0 | 923 | 12/10/2019 |
| 2.6.10 | 848 | 10/6/2019 |
| 2.6.9 | 1,983 | 5/28/2019 |
| 2.6.8 | 4,630 | 9/19/2018 |
| 2.6.7 | 7,125 | 6/1/2018 |
| 2.6.6 | 4,812 | 5/31/2018 |
| 2.6.5 | 5,410 | 5/22/2018 |
| 2.6.4 | 3,917 | 4/27/2018 |
| 2.6.3 | 1,687 | 4/27/2018 |
| 2.6.2 | 2,260 | 3/29/2018 |
| 2.6.1 | 2,350 | 2/8/2018 |
| 2.6.0 | 3,286 | 1/21/2018 |
| 2.5.7 | 3,492 | 7/24/2017 |
| 2.5.6 | 8,343 | 7/17/2017 |
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.