rg.GenericRepository.Core 1.0.5377.24759

dotnet add package rg.GenericRepository.Core --version 1.0.5377.24759
                    
NuGet\Install-Package rg.GenericRepository.Core -Version 1.0.5377.24759
                    
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="rg.GenericRepository.Core" Version="1.0.5377.24759" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="rg.GenericRepository.Core" Version="1.0.5377.24759" />
                    
Directory.Packages.props
<PackageReference Include="rg.GenericRepository.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add rg.GenericRepository.Core --version 1.0.5377.24759
                    
#r "nuget: rg.GenericRepository.Core, 1.0.5377.24759"
                    
#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.
#addin nuget:?package=rg.GenericRepository.Core&version=1.0.5377.24759
                    
Install rg.GenericRepository.Core as a Cake Addin
#tool nuget:?package=rg.GenericRepository.Core&version=1.0.5377.24759
                    
Install rg.GenericRepository.Core as a Cake Tool

The core interfaces for the generic repository.

There are no supported framework assets in this 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 rg.GenericRepository.Core:

Package Downloads
rg.GenericRepository.Impl.InMemory

The in-memory implementation for the generic repository.

rg.GenericRepository.Impl.EF

The EF implementation for the generic repository.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5377.24759 2,604 9/21/2014
1.0.5367.25906 2,166 9/11/2014

IEntity is now writable.