Plough.WebApi.Core
1.2.2
dotnet add package Plough.WebApi.Core --version 1.2.2
NuGet\Install-Package Plough.WebApi.Core -Version 1.2.2
<PackageReference Include="Plough.WebApi.Core" Version="1.2.2" />
paket add Plough.WebApi.Core --version 1.2.2
#r "nuget: Plough.WebApi.Core, 1.2.2"
// Install Plough.WebApi.Core as a Cake Addin
#addin nuget:?package=Plough.WebApi.Core&version=1.2.2
// Install Plough.WebApi.Core as a Cake Tool
#tool nuget:?package=Plough.WebApi.Core&version=1.2.2
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 | net5.0 net5.0-windows 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 |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- FSharp.Core (>= 6.0.1)
- Plough.ControlFlow (>= 1.0.1)
- Thoth.Json (>= 7.0.0)
- Thoth.Json.Net (>= 8.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Plough.WebApi.Core:
Package | Downloads |
---|---|
Plough.WebApi.Server.Giraffe
Library to design web api with shared api server/client definition project. Plough.WebApi.Core has compatibility with F# Fable. |
|
Plough.WebApi.Client.Dotnet
Library to design web api with shared api server/client definition project. Plough.WebApi.Core has compatibility with F# Fable. |
|
Plough.WebApi.Client.Fable
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 | 588 | 8/30/2022 |
1.2.1 | 617 | 7/21/2022 |
1.2.1-beta002 | 73 | 7/21/2022 |
1.2.1-beta001 | 66 | 7/21/2022 |
1.2.0 | 771 | 7/20/2022 |
1.1.2 | 3,719 | 4/28/2022 |
1.1.0 | 1,015 | 4/4/2022 |
1.0.1 | 2,699 | 12/29/2021 |
1.0.0 | 423 | 12/23/2021 |
0.4.1 | 1,002 | 12/21/2021 |
0.4.0 | 2,197 | 9/30/2021 |
0.3.4 | 2,329 | 6/22/2021 |
0.3.3 | 575 | 6/22/2021 |
0.3.2 | 240 | 6/22/2021 |
0.3.1 | 631 | 6/22/2021 |
0.3.0 | 649 | 6/22/2021 |
0.2.5 | 217 | 6/21/2021 |
0.2.4 | 649 | 5/13/2021 |
0.2.3 | 260 | 5/5/2021 |
0.2.2 | 2,413 | 3/13/2021 |
0.2.1 | 252 | 3/12/2021 |
0.2.0 | 605 | 3/12/2021 |
0.1.5 | 358 | 3/10/2021 |
0.1.4 | 934 | 3/10/2021 |
0.1.3 | 578 | 3/10/2021 |
0.1.2 | 620 | 3/9/2021 |
0.1.1 | 250 | 3/9/2021 |
0.1.0 | 974 | 3/9/2021 |
Allow customizable error handling by making ServerBuilder.errorHandler abstract