Oxpecker 0.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Oxpecker --version 0.1.0
NuGet\Install-Package Oxpecker -Version 0.1.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="Oxpecker" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Oxpecker --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Oxpecker, 0.1.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.
// Install Oxpecker as a Cake Addin #addin nuget:?package=Oxpecker&version=0.1.0 // Install Oxpecker as a Cake Tool #tool nuget:?package=Oxpecker&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Oxpecker
Oxpecker is a functional wrapper around ASP.NET Core Endpoint routing (sometimes called Minimal API).
This library is basically an improved version of Giraffe endpoint routing, still mostly sticking to it successful API (hence the name). Improvement involves changing some core types, performance of template handlers, simplifying handlers and dropping a lot of outdated functionality.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- FSharp.Core (>= 8.0.101)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Oxpecker:
Package | Downloads |
---|---|
Oxpecker.OpenApi
OpenApi support for Oxpecker |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.14.2 | 219 | 10/26/2024 |
0.14.1 | 1,766 | 8/23/2024 |
0.14.0 | 134 | 8/22/2024 |
0.13.1 | 234 | 8/13/2024 |
0.13.0 | 363 | 7/17/2024 |
0.12.0 | 113 | 7/16/2024 |
0.11.1 | 169 | 7/8/2024 |
0.11.0 | 108 | 7/5/2024 |
0.10.1 | 1,005 | 5/8/2024 |
0.10.0 | 353 | 4/29/2024 |
0.9.3 | 306 | 4/10/2024 |
0.9.2 | 143 | 4/5/2024 |
0.9.1 | 103 | 4/4/2024 |
0.9.0 | 142 | 3/23/2024 |
0.8.1 | 155 | 2/29/2024 |
0.7.1 | 231 | 2/12/2024 |
0.7.0 | 127 | 2/7/2024 |
0.6.1 | 117 | 2/5/2024 |
0.6.0 | 105 | 2/3/2024 |
0.5.1 | 111 | 1/26/2024 |
0.5.0 | 110 | 1/23/2024 |
0.4.0 | 118 | 1/22/2024 |
0.3.0 | 108 | 1/19/2024 |
0.2.0 | 113 | 1/15/2024 |
0.1.0 | 138 | 1/12/2024 |
Initial release