Add-ons
Packages that add to Waystone.Monads itself. None is required, and none changes how the library behaves.
These extend Waystone.Monads itself. They keep their own Waystone.Monads.* namespaces, ship from the same repository on the same version number, and are purely additive. You install one because you want what it adds, not because an upgrade made you.
Packages that bridge to a library from somewhere else are under Integrations.
Pick a package
Start with Schemas
Schemas is the largest of the three, and the one most codebases have a use for. It parses untrusted input into a type you could not have built without passing, and reports every failure at once rather than the first. The Schemas guide builds one end to end and explains why you would want to.
None of them changes the library
No package here changes the behaviour of anything in Waystone.Monads.
One changes what reaches your logs. Logging reports the exceptions the library already swallowed. It does not stop them being swallowed.
Observability covers the signals that need no package at all.
Last updated
Was this helpful?