Plough.WebApi.Server.Giraffe
1.2.2
.NET 6.0
dotnet add package Plough.WebApi.Server.Giraffe --version 1.2.2
NuGet\Install-Package Plough.WebApi.Server.Giraffe -Version 1.2.2
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="Plough.WebApi.Server.Giraffe" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plough.WebApi.Server.Giraffe --version 1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Plough.WebApi.Server.Giraffe, 1.2.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Plough.WebApi.Server.Giraffe as a Cake Addin
#addin nuget:?package=Plough.WebApi.Server.Giraffe&version=1.2.2
// Install Plough.WebApi.Server.Giraffe as a Cake Tool
#tool nuget:?package=Plough.WebApi.Server.Giraffe&version=1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Plough
Plough is a library that can be used to quickly develop back-end F# functionality.
- WebApi: Library to design web api with shared api server/client definition project. Plough.WebApi has compatibility with F# Fable.
Install dependencies and first build
In order to install the dependencies, build the projects and run the tests just type the following commands:
On windows:
./fake.cmd build
On Unix:
./fake.sh build
Releasing
On Windows:
- Open
release.ps1
and place your NUGET_TOKEN and GITHUB_TOKEN. This file is in.gitignore
so it should be difficult to push your keys to github. - Run
.\release.ps1
On Unix
NUGET_TOKEN=myNugetToken GITHUB_TOKEN=myGithubToken ./fake.sh build -t Release
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- FSharp.Core (>= 6.0.1)
- Giraffe (>= 6.0.0)
- Plough.WebApi.Core (>= 1.2.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Plough.WebApi.Server.Giraffe:
Package | Downloads |
---|---|
Plough.WebApi.Server.Giraffe.Cognito
Library to design web api with shared api server/client definition project. Plough.WebApi.Core has compatibility with F# Fable. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 266 | 8/30/2022 |
1.2.1 | 273 | 7/21/2022 |
1.2.1-beta002 | 66 | 7/21/2022 |
1.2.1-beta001 | 62 | 7/21/2022 |
1.2.0 | 359 | 7/20/2022 |
1.1.2 | 3,317 | 4/28/2022 |
1.1.0 | 395 | 4/4/2022 |
1.0.1 | 2,492 | 12/29/2021 |
1.0.0 | 231 | 12/23/2021 |
0.4.1 | 801 | 12/21/2021 |
0.4.0 | 1,911 | 9/30/2021 |
0.3.4 | 2,084 | 6/22/2021 |
0.3.3 | 315 | 6/22/2021 |
0.3.1 | 371 | 6/22/2021 |
0.3.0 | 394 | 6/22/2021 |
0.2.5 | 206 | 6/21/2021 |
0.2.4 | 643 | 5/13/2021 |
0.2.3 | 248 | 5/5/2021 |
0.2.2 | 1,506 | 3/13/2021 |
0.2.0 | 370 | 3/12/2021 |
0.1.5 | 408 | 3/10/2021 |
0.1.4 | 363 | 3/10/2021 |
0.1.3 | 334 | 3/10/2021 |
0.1.2 | 368 | 3/9/2021 |
0.1.1 | 244 | 3/9/2021 |
0.1.0 | 512 | 3/9/2021 |
Allow customizable error handling by making ServerBuilder.errorHandler abstract