FLib 0.4.2
See the version list below for details.
dotnet add package FLib --version 0.4.2
NuGet\Install-Package FLib -Version 0.4.2
<PackageReference Include="FLib" Version="0.4.2" />
paket add FLib --version 0.4.2
#r "nuget: FLib, 0.4.2"
// Install FLib as a Cake Addin #addin nuget:?package=FLib&version=0.4.2 // Install FLib as a Cake Tool #tool nuget:?package=FLib&version=0.4.2
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.).
As of version 0.4, FLib is partly ported to WinRT. WinRT version does not support some functionality (bindings, type converters) because they are available in WinRT or aren't supported.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
WinRT | winrt45 is compatible. |
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 0.4.2 is maintenance release(changes in projects). Introduces new extension for IComparable(especially numbers) - Clamp.