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" />
<PackageVersion Include="Plough.WebApi.Core" Version="1.2.2" />
<PackageReference Include="Plough.WebApi.Core" />
paket add Plough.WebApi.Core --version 1.2.2
#r "nuget: Plough.WebApi.Core, 1.2.2"
#:package Plough.WebApi.Core@1.2.2
#addin nuget:?package=Plough.WebApi.Core&version=1.2.2
#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.ps1and place your NUGET_TOKEN and GITHUB_TOKEN. This file is in.gitignoreso 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 Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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 | 4,507 | 8/30/2022 |
| 1.2.1 | 1,869 | 7/21/2022 |
| 1.2.1-beta002 | 982 | 7/21/2022 |
| 1.2.1-beta001 | 923 | 7/21/2022 |
| 1.2.0 | 2,122 | 7/20/2022 |
| 1.1.2 | 5,080 | 4/28/2022 |
| 1.1.0 | 2,513 | 4/4/2022 |
| 1.0.1 | 3,718 | 12/29/2021 |
| 1.0.0 | 1,445 | 12/23/2021 |
| 0.4.1 | 2,079 | 12/21/2021 |
| 0.4.0 | 3,212 | 9/30/2021 |
| 0.3.4 | 3,372 | 6/22/2021 |
| 0.3.3 | 1,582 | 6/22/2021 |
| 0.3.2 | 1,058 | 6/22/2021 |
| 0.3.1 | 1,693 | 6/22/2021 |
| 0.3.0 | 1,673 | 6/22/2021 |
| 0.2.5 | 1,009 | 6/21/2021 |
| 0.2.4 | 1,449 | 5/13/2021 |
| 0.2.3 | 1,052 | 5/5/2021 |
| 0.2.2 | 4,106 | 3/13/2021 |
Allow customizable error handling by making ServerBuilder.errorHandler abstract