GenericRepository.Contracts
8.0.0
dotnet add package GenericRepository.Contracts --version 8.0.0
NuGet\Install-Package GenericRepository.Contracts -Version 8.0.0
<PackageReference Include="GenericRepository.Contracts" Version="8.0.0" />
<PackageVersion Include="GenericRepository.Contracts" Version="8.0.0" />
<PackageReference Include="GenericRepository.Contracts" />
paket add GenericRepository.Contracts --version 8.0.0
#r "nuget: GenericRepository.Contracts, 8.0.0"
#:package GenericRepository.Contracts@8.0.0
#addin nuget:?package=GenericRepository.Contracts&version=8.0.0
#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:
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (3)
Showing the top 3 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. |
|
GenericRepository.Services.MongoDb
This repository provides a generic MongoDB implementation for basic and advanced data operations, including: - CRUD operations - Bulk insert/update/delete It uses `MongoDB.Driver` and is aligned with interfaces defined in `GenericRepository.Contracts`. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Migrated to .Net 8.0