NRepository.Core
2.3.0
See the version list below for details.
dotnet add package NRepository.Core --version 2.3.0
NuGet\Install-Package NRepository.Core -Version 2.3.0
<PackageReference Include="NRepository.Core" Version="2.3.0" />
paket add NRepository.Core --version 2.3.0
#r "nuget: NRepository.Core, 2.3.0"
// Install NRepository.Core as a Cake Addin #addin nuget:?package=NRepository.Core&version=2.3.0 // Install NRepository.Core as a Cake Tool #tool nuget:?package=NRepository.Core&version=2.3.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 | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. 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. Reworked BatchedCommandRepositoryBase.
2. Added InterceptorCommand property on events.
3. Added QueryRepository and CommandRepository properties to IRepository interface.
4. Fixed bug with PagingQueryStrategy where error thrown on ctor whhen skip equals 0.
5. Renamed RepositoryEntityAddedEvent to EntityAddedEvent (Breaking Change for any CommandRepository derivations)
6. Updated events code to allow extensions methods to fire off repository events
7. Added Expression only method to PropertyInfo<T> class