Scriptorium.Quill
0.5.1
dotnet add package Scriptorium.Quill --version 0.5.1
NuGet\Install-Package Scriptorium.Quill -Version 0.5.1
<PackageReference Include="Scriptorium.Quill" Version="0.5.1" />
<PackageVersion Include="Scriptorium.Quill" Version="0.5.1" />
<PackageReference Include="Scriptorium.Quill" />
paket add Scriptorium.Quill --version 0.5.1
#r "nuget: Scriptorium.Quill, 0.5.1"
#:package Scriptorium.Quill@0.5.1
#addin nuget:?package=Scriptorium.Quill&version=0.5.1
#tool nuget:?package=Scriptorium.Quill&version=0.5.1
Scriptorium
F# libraries for building and testing F#/Fable applications.
Packages
Quick start
open Scriptorium.Nib
open Scriptorium.Quill.Runner
open type Scriptorium.Quill.Runner.Test
[<EntryPoint>]
let main _ =
runTests [
testList "My suite" [
test("equality", fun () ->
assertThat 42 (isEqualTo 42)
)
test("option chain", fun () ->
assertThat (Some "hello") (Option.value >> isEqualTo "hello")
)
test("record fields with tags", fun () ->
assertThat { Name = "alice"; Age = 25 } (
inside _.Age (tag "age" >> isGreaterOrEqual 18)
>> inside _.Name (tag "name" >> isNotEqualTo "")
)
)
]
]
| 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | 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.1
- Fable.Core (>= 5.2.0)
- FSharp.Core (>= 10.0.101)
- Scriptorium.Ink (>= 0.5.0)
- Scriptorium.Nib (>= 0.4.1)
- Scriptorium.Parchment (>= 0.6.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Scriptorium.Quill:
| Package | Downloads |
|---|---|
|
Scriptorium.Nib.Snapshot
Package Description |
|
|
Scriptorium.Hedgehog
Package Description |
|
|
Scriptorium.Nib.Browser
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
### 🐞 Bug Fixes
* Correct Unicode output on the BEAM target (#14) ([7aa232a](https://github.com/fable-hub/Scriptorium/commit/7aa232af08448ddaed6884e96d67a8ca083ec47d))
<strong><small>[View changes on Github](https://github.com/fable-hub/Scriptorium/compare/ed13f0d3cb498a0ca94ad84ef32f8c4967eca081..194b8c70e6c0f258cd9eb808ffd89aaaa2429ea9)</small></strong>