Saturn.Extensions.gRPC
0.9.0
See the version list below for details.
dotnet add package Saturn.Extensions.gRPC --version 0.9.0
NuGet\Install-Package Saturn.Extensions.gRPC -Version 0.9.0
<PackageReference Include="Saturn.Extensions.gRPC" Version="0.9.0" />
paket add Saturn.Extensions.gRPC --version 0.9.0
#r "nuget: Saturn.Extensions.gRPC, 0.9.0"
// Install Saturn.Extensions.gRPC as a Cake Addin #addin nuget:?package=Saturn.Extensions.gRPC&version=0.9.0 // Install Saturn.Extensions.gRPC as a Cake Tool #tool nuget:?package=Saturn.Extensions.gRPC&version=0.9.0
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
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. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
- FSharp.Core (>= 4.2.3)
- protobuf-net.Grpc.AspNetCore (>= 0.0.0)
- Saturn (>= 0.9.0)
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 |
---|---|---|
0.17.0 | 151 | 4/18/2024 |
0.16.1 | 487 | 4/9/2022 |
0.16.0-preview03 | 153 | 2/21/2022 |
0.15.0 | 401 | 6/9/2021 |
0.15.0-preview03 | 249 | 2/8/2021 |
0.15.0-preview02 | 233 | 1/20/2021 |
0.15.0-preview01 | 345 | 6/23/2020 |
0.14.1 | 469 | 6/18/2020 |
0.13.3 | 432 | 6/15/2020 |
0.13.2 | 422 | 6/11/2020 |
0.13.1 | 448 | 4/27/2020 |
0.13.0 | 436 | 4/24/2020 |
0.12.1 | 449 | 3/2/2020 |
0.12.0 | 466 | 2/18/2020 |
0.11.0 | 607 | 2/1/2020 |
0.10.1 | 595 | 11/25/2019 |
0.10.0 | 612 | 10/17/2019 |
0.9.0 | 615 | 7/26/2019 |
Change `use_config` to accept `IConfiguration -> 'a` (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
Case Insensitive support (`case_insensitive`) (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
OAuth refactoring (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
Add overloads for controller actions that automatically providing dependencies (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
Controller key should always match up to a single path segment (by [@NinoFloris](https://github.com/NinoFloris))
Add Chanel abstraction (websocket abstraction) (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak) and [@baronfel](https://github.com/baronfel))
Add a tryCsrf handler as well as the CSRF handler (by [@baronfel](https://github.com/baronfel))
Add routing diagnostic page (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
Don't use setBody on CORS 204 (by [@Titaye](https://github.com/Titaye))
Fix error on invalid key type if Patch is used (by [@Frassle](https://github.com/Frassle))
Controller plug All should affect Patch (by [@Frassle](https://github.com/Frassle))
Server channels design - SocketHub (by [@baronfel](https://github.com/baronfel))
Make application working without router and add `no_router` operation (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
Add `use_developer_exceptions` and `listen_local` to application CE (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
Add gRPC extension (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
Update Saturn to Asp.Net Core 2.2 (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))