OakIdeas.GenericRepository 0.0.6-alpha

This is a prerelease version of OakIdeas.GenericRepository.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package OakIdeas.GenericRepository --version 0.0.6-alpha
                    
NuGet\Install-Package OakIdeas.GenericRepository -Version 0.0.6-alpha
                    
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="OakIdeas.GenericRepository" Version="0.0.6-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OakIdeas.GenericRepository" Version="0.0.6-alpha" />
                    
Directory.Packages.props
<PackageReference Include="OakIdeas.GenericRepository" />
                    
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 OakIdeas.GenericRepository --version 0.0.6-alpha
                    
#r "nuget: OakIdeas.GenericRepository, 0.0.6-alpha"
                    
#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.
#:package OakIdeas.GenericRepository@0.0.6-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OakIdeas.GenericRepository&version=0.0.6-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OakIdeas.GenericRepository&version=0.0.6-alpha&prerelease
                    
Install as a Cake Tool

A very simple and generic implementation of the repository pattern for CRUD operations.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on OakIdeas.GenericRepository:

Package Downloads
OakIdeas.GenericRepository.EntityFrameworkCore

A very simple extention to OakIdeas.GenericRepository that adds support for EF Core

OakIdeas.GenericRepository.Memory

In-memory implementation of OakIdeas.GenericRepository - suitable for testing and development scenarios.

OakIdeas.GenericRepository.Middleware

Middleware infrastructure for OakIdeas.GenericRepository - enables extensible pipeline processing for repository operations.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.7-alpha 65 1/9/2026
0.0.6-alpha 61 1/8/2026
0.0.5.1-alpha 560 7/28/2020
0.0.5-alpha 741 7/24/2020

- Generic interface
- EntityBase
- Memory Repository (Dictionary based)