Plough.WebApi.Server.Giraffe.Cognito 1.2.1-beta002

This is a prerelease version of Plough.WebApi.Server.Giraffe.Cognito.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Plough.WebApi.Server.Giraffe.Cognito --version 1.2.1-beta002
                    
NuGet\Install-Package Plough.WebApi.Server.Giraffe.Cognito -Version 1.2.1-beta002
                    
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.Cognito" Version="1.2.1-beta002" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Plough.WebApi.Server.Giraffe.Cognito" Version="1.2.1-beta002" />
                    
Directory.Packages.props
<PackageReference Include="Plough.WebApi.Server.Giraffe.Cognito" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Plough.WebApi.Server.Giraffe.Cognito --version 1.2.1-beta002
                    
#r "nuget: Plough.WebApi.Server.Giraffe.Cognito, 1.2.1-beta002"
                    
#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.
#addin nuget:?package=Plough.WebApi.Server.Giraffe.Cognito&version=1.2.1-beta002&prerelease
                    
Install Plough.WebApi.Server.Giraffe.Cognito as a Cake Addin
#tool nuget:?package=Plough.WebApi.Server.Giraffe.Cognito&version=1.2.1-beta002&prerelease
                    
Install Plough.WebApi.Server.Giraffe.Cognito as a Cake Tool

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:

  1. 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.
  2. Run .\release.ps1

On Unix

NUGET_TOKEN=myNugetToken GITHUB_TOKEN=myGithubToken ./fake.sh build -t Release
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2 503 8/30/2022
1.2.1 445 7/21/2022
1.2.1-beta002 212 7/21/2022
1.2.1-beta001 216 7/21/2022
1.2.0 472 7/20/2022
1.1.2 3,454 4/28/2022
1.1.0 491 4/4/2022
1.0.1 2,567 12/29/2021
1.0.0 342 12/23/2021
0.4.1 938 12/21/2021
0.4.0 1,989 9/30/2021
0.3.4 2,175 6/22/2021
0.3.3 403 6/22/2021
0.3.1 457 6/22/2021
0.3.0 452 6/22/2021
0.2.5 424 6/21/2021
0.2.4 841 5/13/2021
0.2.3 477 5/5/2021
0.2.2 1,196 3/13/2021
0.2.0 482 3/12/2021
0.1.5 492 3/10/2021
0.1.4 452 3/10/2021
0.1.3 438 3/10/2021
0.1.2 479 3/9/2021
0.1.1 488 3/9/2021
0.1.0 479 3/9/2021

[Revert Plough.ControlFlow, undo native F# task support](https://github.com/demetrixbio/Plough.WebApi/pull/5)