Fittings 0.9.0
dotnet add package Fittings --version 0.9.0
NuGet\Install-Package Fittings -Version 0.9.0
<PackageReference Include="Fittings" Version="0.9.0" />
paket add Fittings --version 0.9.0
#r "nuget: Fittings, 0.9.0"
// 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
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
License
Product | Versions 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. |
-
.NETFramework 4.7.2
- FSharp.Core (>= 9.0.100)
-
net7.0-windows7.0
- FSharp.Core (>= 9.0.100)
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.
### 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)