Nicksys.Infrastructure 1.0.17

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

// Install Nicksys.Infrastructure as a Cake Tool
#tool nuget:?package=Nicksys.Infrastructure&version=1.0.17

Nicksys Infrastructure Library helps to build .NET application using CQRS (Command-Query Responsibility Segregation), Depdency Injection, EF code-first and other software patterns.

Product Compatible and additional computed target framework versions.
.NET Framework net 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

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
1.0.17 1,547 1/19/2014
1.0.16 1,134 12/29/2013
1.0.15 1,374 7/23/2013
1.0.14 1,353 7/22/2013
1.0.13 1,395 7/18/2013
1.0.12 1,189 5/10/2013
1.0.11 1,165 5/10/2013
1.0.10 1,150 5/10/2013
1.0.9 1,157 5/10/2013
1.0.8 1,158 5/10/2013
1.0.7 1,179 5/9/2013
1.0.6 1,149 5/8/2013
1.0.5 1,129 5/8/2013
1.0.4 1,157 5/8/2013
1.0.3 1,206 5/7/2013
1.0.2 1,250 4/18/2013
1.0.1 1,195 2/6/2013

Add new method to IServiceResult<T> called GetFirstError() that returns the first validation result in the Errors list.