Simpository 1.1.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Simpository --version 1.1.0
                    
NuGet\Install-Package Simpository -Version 1.1.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="Simpository" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Simpository" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Simpository" />
                    
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 Simpository --version 1.1.0
                    
#r "nuget: Simpository, 1.1.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.
#:package Simpository@1.1.0
                    
#: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=Simpository&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Simpository&version=1.1.0
                    
Install as a Cake Tool

Simpository

Generic read/write repository abstractions for Entity Framework Core.

Key Features

  • IReadRepository<T> and IWriteRepository<T> with full LINQ and async enumeration support
  • Auto-registration of repositories from all DbSet<T> properties on your DbContext — no per-entity wiring
  • Custom repositories — pass a pre-built queryable to the base constructor to bake in eager loading, ordering, and filtering so every query returns the correct, fully-populated object structure
  • Moq helpers for unit testing repositories without hitting a real database

Installation

dotnet add package Simpository

Full Documentation

For the complete API reference, custom repository guide, and unit testing examples, see the GitHub README.

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-preview.1 50 5/6/2026
1.1.0 84 5/6/2026
1.0.7 89 5/6/2026
1.0.6 235 9/8/2025
1.0.5 240 6/17/2025
1.0.4 271 3/19/2025
1.0.3 265 3/17/2025
1.0.2 262 3/13/2025
1.0.1 262 3/12/2025
1.0.0 362 3/12/2025 1.0.0 is deprecated because it has critical bugs.