SharpRepository.RavenDbRepository
1.5.0.2-prerelease
See the version list below for details.
dotnet add package SharpRepository.RavenDbRepository --version 1.5.0.2-prerelease
NuGet\Install-Package SharpRepository.RavenDbRepository -Version 1.5.0.2-prerelease
<PackageReference Include="SharpRepository.RavenDbRepository" Version="1.5.0.2-prerelease" />
paket add SharpRepository.RavenDbRepository --version 1.5.0.2-prerelease
#r "nuget: SharpRepository.RavenDbRepository, 1.5.0.2-prerelease"
// Install SharpRepository.RavenDbRepository as a Cake Addin #addin nuget:?package=SharpRepository.RavenDbRepository&version=1.5.0.2-prerelease&prerelease // Install SharpRepository.RavenDbRepository as a Cake Tool #tool nuget:?package=SharpRepository.RavenDbRepository&version=1.5.0.2-prerelease&prerelease
SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.!
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. |
-
.NETFramework 4.5.2
- Microsoft.CompilerServices.AsyncTargetingPack (>= 1.0.1)
- RavenDB.Client (>= 3.5.3)
- SharpRepository.Repository (>= 1.5.0.2)
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.3-alpha1 | 901 | 4/6/2018 |
2.0.2-beta1 | 893 | 2/1/2018 |
2.0.1-alpha3 | 759 | 11/9/2017 |
1.5.0.3-prerelease | 737 | 7/28/2017 |
1.5.0.2-prerelease | 727 | 7/25/2017 |
1.4.7 | 1,317 | 2/17/2016 |
1.4.0 | 1,504 | 8/20/2013 |
1.3.4.5-unstable | 1,031 | 5/22/2013 |
Version 1.5.0.2-prerelease: upgraded to .NET Framework 4.5.2 and RavenDB 3.5.3, noticed some issues during tests