Plough.WebApi.Server.Giraffe 1.2.2

dotnet add package Plough.WebApi.Server.Giraffe --version 1.2.2                
NuGet\Install-Package Plough.WebApi.Server.Giraffe -Version 1.2.2                
此命令旨在在 Visual Studio 的包管理器控制台中使用,因为它使用了 NuGet 模块的 Install-Package 版本。
<PackageReference Include="Plough.WebApi.Server.Giraffe" Version="1.2.2" />                
对于支持 PackageReference 的项目,将此 XML 节点复制到项目文件中以引用此包。
paket add Plough.WebApi.Server.Giraffe --version 1.2.2                
#r "nuget: Plough.WebApi.Server.Giraffe, 1.2.2"                
#r 指令可用于 F# Interactive 和 Polyglot Notebooks。将此复制到交互式工具或脚本的源代码中,以引用包。
// 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                

Plough

Plough 是一个库,可用于快速开发后端 F# 功能。

  • WebApi:用于设计具有共享 API 服务器/客户端定义项目的库。Plough.WebApi 与 F# Fable 兼容。

安装依赖项并进行首次构建

为了安装依赖项、构建项目和运行测试,只需键入以下命令

在 Windows 上

./fake.cmd build

在 Unix 上

./fake.sh build

发布

在 Windows 上

  1. 打开 release.ps1 并将您的 NUGET_TOKENGITHUB_TOKEN 放入其中。此文件在 .gitignore 中,因此应难以将您的密钥推送到 GitHub。
  2. 运行 .\release.ps1

在 Unix 上

NUGET_TOKEN=myNugetToken GITHUB_TOKEN=myGithubToken ./fake.sh build -t Release
产品 兼容和额外的计算目标框架版本。
.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 已计算。 net8.0 已计算。 net8.0-android 已计算。 net8.0-browser 已计算。 net8.0-ios 已计算。 net8.0-maccatalyst 已计算。 net8.0-macos 已计算。 net8.0-tvos 已计算。 net8.0-windows 已计算。
兼容的目标框架
包含的目标框架(在包中)
更多关于 目标框架.NET Standard 的信息。

NuGet包 (1)

显示依赖于 Plough.WebApi.Server.Giraffe 的前 1 个 NuGet 包

下载
Plough.WebApi.Server.Giraffe.Cognito

用于设计具有共享 API 服务器/客户端定义项目的 Web API 的库。Plough.WebApi.Core 与 F# Fable 兼容。

GitHub仓库

此包未在任何流行的 GitHub 仓库中使用。

版本 下载 最后更新
1.2.2 1,631 8/30/2022
1.2.1 489 7/21/2022
1.2.1-beta002 132 7/21/2022
1.2.1-beta001 132 7/21/2022
1.2.0 650 7/20/2022
1.1.2 3,608 4/28/2022
1.1.0 672 4/4/2022
1.0.1 2,613 12/29/2021
1.0.0 362 12/23/2021
0.4.1 932 12/21/2021
0.4.0 2,022 9/30/2021
0.3.4 2,195 6/22/2021
0.3.3 426 6/22/2021
0.3.1 491 6/22/2021
0.3.0 499 6/22/2021
0.2.5 272 6/21/2021
0.2.4 720 5/13/2021
0.2.3 324 5/5/2021
0.2.2 1,699 3/13/2021
0.2.0 481 3/12/2021
0.1.5 515 3/10/2021
0.1.4 467 3/10/2021
0.1.3 447 3/10/2021
0.1.2 485 3/9/2021
0.1.1 317 3/9/2021
0.1.0 677 3/9/2021

通过使 ServerBuilder.errorHandler 抽象,允许自定义错误处理