Fittings 0.10.0

dotnet add package Fittings --version 0.10.0                
NuGet\Install-Package Fittings -Version 0.10.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.10.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fittings --version 0.10.0                
#r "nuget: Fittings, 0.10.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.10.0

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

Logo

Fittings

Fittings on nuget.org Build Status Docs Build Status Check NuGet Check dotnet tools license code size

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

goswinr.github.io/Fittings

Download

Fittings is available as NuGet package.

How to build

Just run dotnet build

Changelog

see CHANGELOG.md

License

MIT

Product Compatible and additional computed target framework versions.
.NET net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net9.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.
  • .NETFramework 4.7.2

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Fittings:

Package Downloads
Fesh

A hostable fsharp scripting editor for Windows based on Avalonedit

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.10.0 94 2/15/2025
0.9.0 718 11/19/2024
0.8.8 158 11/3/2024
0.8.0 99 11/3/2024
0.7.0 99 11/2/2024
0.6.0 316 10/29/2023

### Changed

* - Add argument to ErrorHandling to skip writing to a file on the desktop.
* - use 'dotnet outdated tool' instead of dependabot for nuget package updates
* - FSharp.Core 6.0.7