GenericLibsBase 1.0.1

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

// Install GenericLibsBase as a Cake Tool
#tool nuget:?package=GenericLibsBase&version=1.0.1

GenericLibsBase is a very small .NET class library holds common items used by GenericServices and other GenericXXX libraries.

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 (2)

Showing the top 2 NuGet packages that depend on GenericLibsBase:

Package Downloads
GenericServices

Generic Services is a .NET class library to help build a service layer, i.e. a layer that acts as a facard/adapter between your data layers containing an Entity Framework database and your User Interface or HTTP service.

EfSchemaCompare.EF6

EfSchemaCompare.EF6 allows you to compare Entity Framework's database modal with an actual SQL database. Useful if you are managing the database and its migrations yourself and want to ensure that the SQL is in step with EF.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on GenericLibsBase:

Repository Stars
JonPSmith/GenericServices
GenericServices helps with building a service/application layer in a .NET based application using EF6.x
Version Downloads Last updated
1.0.1 75,569 4/13/2015
1.0.0 1,747 1/21/2015

Added HasErrors, Combine() and GetAllErrors() to SuccessOrErrors/SuccessOrErrors.Generic to make working with nested methods returning a status easier to work with.