NRepository.Core
4.0.0
dotnet add package NRepository.Core --version 4.0.0
NuGet\Install-Package NRepository.Core -Version 4.0.0
<PackageReference Include="NRepository.Core" Version="4.0.0" />
paket add NRepository.Core --version 4.0.0
#r "nuget: NRepository.Core, 4.0.0"
// Install NRepository.Core as a Cake Addin #addin nuget:?package=NRepository.Core&version=4.0.0 // Install NRepository.Core as a Cake Tool #tool nuget:?package=NRepository.Core&version=4.0.0
NRepository.Core is a generic repository library with a strong focus on CQRS.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NRepository.Core:
Package | Downloads |
---|---|
NRepository.TestKit
NRepository.TestKit is a collection of helper classes for NRepsoitory. |
|
NRepository.EntityFramework
NRepository.EntityFramework is a generic repository library with a strong focus on CQRS. |
|
NRepository.MongoDb
NRepository.MongoDb is a generic repository library with a strong focus on CQRS. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 2,658 | 10/8/2015 |
3.3.0 | 3,777 | 9/7/2015 |
3.2.0 | 1,335 | 7/27/2015 |
3.1.0 | 1,829 | 5/23/2015 |
3.0.1 | 5,358 | 5/4/2015 |
2.4.1 | 1,874 | 12/19/2014 |
2.4.0 | 2,035 | 10/24/2014 |
2.3.0 | 2,299 | 9/19/2014 |
2.2.1 | 1,415 | 7/28/2014 |
2.2.0 | 1,849 | 7/23/2014 |
2.1.0 | 1,910 | 7/2/2014 |
2.0.0 | 2,236 | 6/23/2014 |
1.0.1 | 2,076 | 5/19/2014 |
1. Upgraded to 4.5.2
2. Reduced footprint by removing several classes
3. Removed specifications from IQueryRepository so everything now runs on QueryStrategies. This fixes:
3.1 Fixes MaterialsedQueryStratefy producing incorrect results when specification using specifications
4.1 Fixes PagingQueryStrategy. Row count is now returned is correct.