SharpRepository.MongoDbRepository
1.5.0.3
See the version list below for details.
dotnet add package SharpRepository.MongoDbRepository --version 1.5.0.3
NuGet\Install-Package SharpRepository.MongoDbRepository -Version 1.5.0.3
<PackageReference Include="SharpRepository.MongoDbRepository" Version="1.5.0.3" />
<PackageVersion Include="SharpRepository.MongoDbRepository" Version="1.5.0.3" />
<PackageReference Include="SharpRepository.MongoDbRepository" />
paket add SharpRepository.MongoDbRepository --version 1.5.0.3
#r "nuget: SharpRepository.MongoDbRepository, 1.5.0.3"
#addin nuget:?package=SharpRepository.MongoDbRepository&version=1.5.0.3
#tool nuget:?package=SharpRepository.MongoDbRepository&version=1.5.0.3
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
- MongoDB.Bson (>= 2.4.3)
- MongoDB.Driver (>= 2.4.3)
- MongoDB.Driver.Core (>= 2.4.3)
- SharpRepository.Repository (>= 1.5.0.3)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
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.1.1 | 27,046 | 3/19/2020 |
2.1.0-prerelease | 9,116 | 11/11/2019 |
2.0.7.3 | 9,920 | 3/11/2019 |
2.0.7.2-prerelease | 1,669 | 11/8/2018 |
2.0.7.1-beta1 | 1,089 | 7/5/2018 |
2.0.6.2 | 2,202 | 6/26/2018 |
2.0.6.1-beta2 | 1,123 | 6/4/2018 |
2.0.6-beta1 | 1,043 | 6/1/2018 |
2.0.5 | 1,877 | 4/6/2018 |
2.0.4.1 | 1,493 | 3/12/2018 |
2.0.4 | 1,399 | 3/12/2018 |
2.0.3-beta1 | 1,230 | 3/10/2018 |
2.0.2 | 1,416 | 2/1/2018 |
2.0.1-beta1 | 960 | 11/9/2017 |
1.5.0.3 | 1,193 | 7/28/2017 |
1.5.0.2 | 1,123 | 7/25/2017 |
1.5.0-prerelease | 962 | 5/23/2017 |
1.4.7 | 1,619 | 2/17/2016 |
1.4.0 | 2,718 | 8/20/2013 |
1.3.6.9-unstable | 1,445 | 7/9/2013 |
1.3.4.5-unstable | 1,224 | 5/22/2013 |
Version 1.5.0.3: Added GenerateKeyOnAdd, not applicable to MongoDb #174