FLib 0.3.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package FLib --version 0.3.10
                    
NuGet\Install-Package FLib -Version 0.3.10
                    
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.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FLib" Version="0.3.10" />
                    
Directory.Packages.props
<PackageReference Include="FLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FLib --version 0.3.10
                    
#r "nuget: FLib, 0.3.10"
                    
#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.
#:package FLib@0.3.10
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FLib&version=0.3.10
                    
Install as a Cake Addin
#tool nuget:?package=FLib&version=0.3.10
                    
Install as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.4.9.3 155 3/31/2013
0.4.8 50 12/9/2012
0.4.4 53 11/17/2012
0.4.3 54 8/26/2012
0.4.2 52 7/19/2012
0.4.0 54 7/16/2012
0.3.10 55 7/2/2012
0.3.9 53 5/18/2012
0.3.7 54 5/16/2012
0.3.5 53 5/6/2012