Fittings
Fittings is a collection of utilities for working with WPF in F#. It has
* A persistent Window class that will remember its size and position on screen after each change.
* Utilities for synchronization, global error handling, Dependency Properties, Commands, and ViewModels
* A class for loading and saving simple app settings async called PersistentSettings
It has no dependencies. (Apart form FSharp.Core that every F# library depends upon.)
Full API Documentation
Download
Fittings is available as NuGet package.
How to build
Just run dotnet build
Changelog
see CHANGELOG.md