Fittings 0.8.8
.NET 7.0
This package targets .NET 7.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
dotnet add package Fittings --version 0.8.8
NuGet\Install-Package Fittings -Version 0.8.8
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.8.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fittings --version 0.8.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fittings, 0.8.8"
#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.8.8 // Install Fittings as a Cake Tool #tool nuget:?package=Fittings&version=0.8.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 zero dependencies. Apart form FSharp.Core (6.0.7) that every F# library depends upon.
License
Changelog
0.8.8
- upgrade to FSharp.Core 8.0.400 to make it work for Fesh.Revit
0.8.0
- Add TryGet.. methods on
PersistentSettings
0.7.0
- always save default value in
PersistentSettings
on Get(), if key missing - Setters in
PersistentSettings
always save the value (with the usual delay of 400 ms)
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 | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- FSharp.Core (>= 8.0.400)
-
net7.0-windows7.0
- FSharp.Core (>= 8.0.400)
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.
- FSharp.Core 8.0.400