Fittings 0.9.0

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

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

Logo

Fittings

Fittings on nuget.org Build Status Docs Build Status 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. 
.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 (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.9.0 68 11/19/2024
0.8.8 135 11/3/2024
0.8.0 77 11/3/2024
0.7.0 75 11/2/2024
0.6.0 309 10/29/2023

### Added

* - Documentation via [FSharp.Formatting](https://fsprojects.github.io/FSharp.Formatting/)
* - Github Actions for CI/CD

### Changed

* - pin FSharp.Core to latest version (for Fesh.Revit)