Scriptorium.Nib.Snapshot
0.2.1
See the version list below for details.
dotnet add package Scriptorium.Nib.Snapshot --version 0.2.1
NuGet\Install-Package Scriptorium.Nib.Snapshot -Version 0.2.1
<PackageReference Include="Scriptorium.Nib.Snapshot" Version="0.2.1" />
<PackageVersion Include="Scriptorium.Nib.Snapshot" Version="0.2.1" />
<PackageReference Include="Scriptorium.Nib.Snapshot" />
paket add Scriptorium.Nib.Snapshot --version 0.2.1
#r "nuget: Scriptorium.Nib.Snapshot, 0.2.1"
#:package Scriptorium.Nib.Snapshot@0.2.1
#addin nuget:?package=Scriptorium.Nib.Snapshot&version=0.2.1
#tool nuget:?package=Scriptorium.Nib.Snapshot&version=0.2.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 | net10.0 is compatible. 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. |
-
net10.0
- Fable.Core (>= 4.5.0)
- FSharp.Core (>= 10.0.101)
- Scriptorium.Nib (>= 0.2.2)
- Scriptorium.Quill (>= 0.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
### 🐞 Bug Fixes
* Package as Fable compatible NuGet package ([cf04584](https://github.com/fable-hub/Scriptorium/commit/cf04584d1b3137b340cb37242c13841918756991))
* Disable NU1510 warning for Scriptorium.Nib.Snapshot ([364945d](https://github.com/fable-hub/Scriptorium/commit/364945d0267b881821ec4e4d2f2dafc8c93354ac))
* Revert to net10.0 ([386deb2](https://github.com/fable-hub/Scriptorium/commit/386deb28791224301316614f2a38c040cd4a0e99))
<strong><small>[View changes on Github](https://github.com/fable-hub/Scriptorium/compare/febb95ffc429a6ccbd08b0b6cd64a8ff8f1f3961..386deb28791224301316614f2a38c040cd4a0e99)</small></strong>