Fittings 0.6.0

dotnet add package Fittings --version 0.6.0
NuGet\Install-Package Fittings -Version 0.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fittings" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fittings --version 0.6.0
#r "nuget: Fittings, 0.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fittings as a Cake Addin
#addin nuget:?package=Fittings&version=0.6.0

// Install Fittings as a Cake Tool
#tool nuget:?package=Fittings&version=0.6.0

Fittings

code size license

Logo

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 zero dependencies. Apart form FSharp.Core (4.5+) that every F# library depends upon.

License

MIT

Changelog

0.6.0

  • Rename this library to Fittings from FsEx.Wpf

0.5.0

  • trim whitespace on keys and values in PersistentSettings
  • ignore empty lines in PersistentSettings

0.4.0

  • rename Settings to PersistentSettings
  • add warning to SaveWriter if file is used twice

0.3.1

  • rename ErrorHandeling to ErrorHandling
  • better documentation
  • fix float precision in Settings class

0.2.0

  • more functionality on Settings serialization API

0.1.0

  • first public release
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.0 233 10/29/2023

- Rename this library to Fittings from FsEx.Wpf