FLib 0.3.7
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
IEnumerable extensions(comparing two collections and ForAll), ITestingFramework.BuildMany added. Small bugfixes.