Saturn 0.4.0
See the version list below for details.
dotnet add package Saturn --version 0.4.0
NuGet\Install-Package Saturn -Version 0.4.0
<PackageReference Include="Saturn" Version="0.4.0" />
paket add Saturn --version 0.4.0
#r "nuget: Saturn, 0.4.0"
// Install Saturn as a Cake Addin #addin nuget:?package=Saturn&version=0.4.0 // Install Saturn as a Cake Tool #tool nuget:?package=Saturn&version=0.4.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. |
.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. |
-
- FSharp.Core (>= 4.3.3)
- Giraffe (>= 1.0.0)
- Microsoft.AspNetCore (>= 2.0.1)
- Microsoft.AspNetCore.Authentication.Cookies (>= 2.0.1)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 2.0.1)
- Microsoft.AspNetCore.Authentication.OAuth (>= 2.0.1)
- Microsoft.AspNetCore.Cors (>= 2.0.1)
- Microsoft.AspNetCore.ResponseCompression (>= 2.0.1)
- Microsoft.AspNetCore.Rewrite (>= 2.0.1)
- Microsoft.AspNetCore.Session (>= 2.0.1)
- Microsoft.AspNetCore.StaticFiles (>= 2.0.1)
- Microsoft.Extensions.Caching.Memory (>= 2.0.0)
NuGet packages (15)
Showing the top 5 NuGet packages that depend on Saturn:
Package | Downloads |
---|---|
Saturn.Extensions.Authorization
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern |
|
Fable.SignalR.Saturn
A type-safe functional wrapper for SignalR and Saturn |
|
Saturn.AzureFunctions
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern |
|
hobbes.web
hobbes.web library. |
|
Saturn.Extensions.Turbolinks
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.17.0 | 18,995 | 4/18/2024 |
0.16.1 | 117,997 | 4/9/2022 |
0.16.0-preview03 | 2,748 | 2/21/2022 |
0.15.0 | 73,170 | 6/9/2021 |
0.15.0-preview03 | 3,655 | 2/8/2021 |
0.15.0-preview02 | 1,223 | 1/20/2021 |
0.15.0-preview01 | 2,826 | 6/23/2020 |
0.14.1 | 61,645 | 6/18/2020 |
0.13.3 | 2,445 | 6/15/2020 |
0.13.2 | 2,374 | 6/11/2020 |
0.13.1 | 23,243 | 4/27/2020 |
0.13.0 | 2,576 | 4/24/2020 |
0.12.1 | 8,644 | 3/2/2020 |
0.12.0 | 3,996 | 2/18/2020 |
0.11.0 | 11,693 | 2/1/2020 |
0.10.1 | 13,121 | 11/25/2019 |
0.10.0 | 18,023 | 10/17/2019 |
0.9.0 | 11,808 | 7/26/2019 |
0.8.0 | 21,309 | 12/5/2018 |
0.7.6 | 7,121 | 11/5/2018 |
0.7.5 | 5,748 | 8/3/2018 |
0.7.4 | 1,948 | 7/20/2018 |
0.7.3 | 2,435 | 7/14/2018 |
0.6.0 | 1,601 | 7/3/2018 |
0.5.0 | 2,153 | 5/22/2018 |
0.4.3 | 3,371 | 2/27/2018 |
0.4.2 | 1,382 | 2/19/2018 |
0.4.0 | 1,498 | 2/16/2018 |
0.3.1 | 1,505 | 2/3/2018 |
0.3.0 | 1,455 | 2/2/2018 |
0.2.0 | 1,574 | 1/28/2018 |
Implement controller versioning
Add suport for embedding controllers
Add plugs per action to controller
Add application helper for enabling IIS integration
Refactor authentication
Add cookies auth helpers
Add keyword for custom service configuration step
Add error handler to controller
Add helper for configuring logging
Add application helpers for OAuth and GitHub OAuth
Update to Giraffe 1.0
Add AutoOpens to most modules