GenericRepository.Contracts 8.0.0

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

// Install GenericRepository.Contracts as a Cake Tool
#tool nuget:?package=GenericRepository.Contracts&version=8.0.0

GenericRepository.Contracts

Defines the necessary contracts for Generic Repository pattern implementation and takes into consideration that both synchronous and asynchronous versions of corresponding the service have to be implemented.

The General picture:

The General picture

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on GenericRepository.Contracts:

Package Downloads
GenericRepository.Services.EFCore

Implements EF Core version of the GenericRepository's contracts.

GenericRepository.Services.InMemory

Implements InMemory version of the GenericRepository's contracts.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 160 12/27/2023
7.0.0 181 11/19/2023
6.0.0 126 11/7/2023
5.0.0 135 10/29/2023
3.1.0 142 9/24/2023
3.0.0 127 9/24/2023
2.2.0 194 8/29/2023
2.1.0 158 8/16/2023
2.0.0 219 8/9/2023
1.1.0 191 8/5/2023
1.0.0 235 8/1/2023

Migrated to .Net 8.0