FsEx.Wpf 0.5.0

Suggested Alternatives

Fittings

Additional Details

This package has been renamed to Fittings

dotnet add package FsEx.Wpf --version 0.5.0
NuGet\Install-Package FsEx.Wpf -Version 0.5.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="FsEx.Wpf" Version="0.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FsEx.Wpf --version 0.5.0
#r "nuget: FsEx.Wpf, 0.5.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 FsEx.Wpf as a Cake Addin
#addin nuget:?package=FsEx.Wpf&version=0.5.0

// Install FsEx.Wpf as a Cake Tool
#tool nuget:?package=FsEx.Wpf&version=0.5.0

FsEx.Wpf

code size license

Logo

FsEx.Wpf 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

This Library carries the FsEx prefix, but has no dependency on https://github.com/goswinr/FsEx. It only has the same author.

It actually has zero dependencies. Apart form FSharp.Core (4.5+) that every F# library depends upon.

License

MIT

Changelog

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.5.0 225 4/23/2023
0.4.0 273 2/11/2023
0.3.1 428 8/6/2022
0.2.0 447 3/6/2022
0.1.0 426 3/6/2022

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