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.
paket add rg.GenericRepository.Core --version 1.0.5377.24759
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
// Install rg.GenericRepository.Core as a Cake Addin #addin nuget:?package=rg.GenericRepository.Core&version=1.0.5377.24759 // Install rg.GenericRepository.Core as a Cake Tool #tool nuget:?package=rg.GenericRepository.Core&version=1.0.5377.24759
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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,473 | 9/21/2014 |
1.0.5367.25906 | 2,038 | 9/11/2014 |
IEntity is now writable.