Dematt.Airy.Nhibernate.Extensions 2.2.0

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

// Install Dematt.Airy.Nhibernate.Extensions as a Cake Tool
#tool nuget:?package=Dematt.Airy.Nhibernate.Extensions&version=2.2.0

Provides helpful Custom User Types, Composite User Types, Mapper Helpers and Linq Extensions for NHibernate.
     
     - NHibernate Composite User Type for the DateTimeOffset struct:
         Allows database such as SQLite that do not natively support the DateTimeOffset data type to store it in two separate columns one for the date and time and another for the offset.
     
     - Model Mapper static helper class:
         Allows easy configuration of a mapper to apply the above DateTimeOffset Composite User Type to all properties that are of type DateTimeOffset.
         Allows a mapper to be set to ignore abstract classes.
     
     - Linq extension that allows the use of object.IsNotNull() extension method to be mapped the native database is not null check when testing for child nullable entities.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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
2.2.0 1,223 11/25/2016
2.2.0-Beta10081 728 11/24/2016
2.1.0 973 9/15/2016
2.1.0-Beta10072 821 9/14/2016