FLib 0.3.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package FLib --version 0.3.7
NuGet\Install-Package FLib -Version 0.3.7
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="FLib" Version="0.3.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FLib --version 0.3.7
#r "nuget: FLib, 0.3.7"
#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 FLib as a Cake Addin
#addin nuget:?package=FLib&version=0.3.7

// Install FLib as a Cake Tool
#tool nuget:?package=FLib&version=0.3.7

FLib is small utilities library that contains a few useful classes for general purpose usage.
     It can be used in everyday programming to make method argument validation clearer(FLib.Validation),
     help with bindings(FLib.Data.Binding and FLib.Data.PropertyPath), support cancellable
     editing(FLib.Data.PropertyBag). It also contains a couple of extension methods for frequently used
     actions(raising events, formatting strings, etc.).

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FLib:

Package Downloads
FLib.UI

FLib.UI is extension to FLib with UI-specific features such as validators, converters, extensions to standard controls(eg. filtering input) and a couple of pure XAML extensions. By UI we mean WPF and Metro appications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.9.3 2,538 3/31/2013
0.4.8 1,546 12/9/2012
0.4.4 1,566 11/17/2012
0.4.3 2,504 8/26/2012
0.4.2 1,960 7/19/2012
0.4.0 2,693 7/16/2012
0.3.10 1,476 7/2/2012
0.3.9 1,487 5/18/2012
0.3.7 1,396 5/16/2012
0.3.5 1,427 5/6/2012

IEnumerable extensions(comparing two collections and ForAll), ITestingFramework.BuildMany added. Small bugfixes.