RavenDB.Client
5.3.102
Prefix Reserved
Install-Package RavenDB.Client -Version 5.3.102
dotnet add package RavenDB.Client --version 5.3.102
<PackageReference Include="RavenDB.Client" Version="5.3.102" />
paket add RavenDB.Client --version 5.3.102
#r "nuget: RavenDB.Client, 5.3.102"
// Install RavenDB.Client as a Cake Addin
#addin nuget:?package=RavenDB.Client&version=5.3.102
// Install RavenDB.Client as a Cake Tool
#tool nuget:?package=RavenDB.Client&version=5.3.102
RavenDB Client is the client library for accessing RavenDB
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- Lambda2Js.Signed (>= 3.1.3)
- Microsoft.AspNetCore.JsonPatch (>= 6.0.4)
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.1)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 5.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- Lambda2Js.Signed (>= 3.1.3)
- Microsoft.AspNetCore.JsonPatch (>= 6.0.4)
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.1)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 5.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- Lambda2Js.Signed (>= 3.1.3)
- Microsoft.AspNetCore.JsonPatch (>= 6.0.4)
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.1)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 5.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net5.0
- Lambda2Js.Signed (>= 3.1.3)
- Microsoft.AspNetCore.JsonPatch (>= 6.0.4)
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.1)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 5.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net6.0
- Lambda2Js.Signed (>= 3.1.3)
- Microsoft.AspNetCore.JsonPatch (>= 6.0.4)
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.1)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Security.Cryptography.Cng (>= 5.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
NuGet packages (211)
Showing the top 5 NuGet packages that depend on RavenDB.Client:
Package | Downloads |
---|---|
RavenDB.Database
Use this package if you want extend RavenDB. Don't use this package if you just want to work with existing RavenDB server, in order to so just use the client API which is in the RavenDB.Client package. RavenDB is a document database for the .NET platform, offering a flexible data model design to fit the needs of real world systems. Note: If you encounter issue to install this package, please consult the following link: https://groups.google.com/forum/#!topic/ravendb/4TeMq7_7Esc |
|
RavenDB.Embedded
RavenDB Embedded library to run ravendb in embedded way |
|
RavenDB.Client.UniqueConstraints
RavenDB 'Unique Constraints' bundle client. Allow the user to implement unique constraints in the objects (useful for properties like email or social security number). |
|
RavenDB.Client.MvcIntegration
RavenDB Client MvcIntegration let you include a visual profiler in your ASP.NET MVC application which will show you all the opened sessions and the time took to complete each database request. This can help you when developing with RavenDB. |
|
RavenDB.Client.Authorization
RavenDB 'Authorization' bundle client extend RavenDB and add document level permissions. |
GitHub repositories (26)
Showing the top 5 popular GitHub repositories that depend on RavenDB.Client:
Repository | Stars |
---|---|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites
|
|
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
|
Version | Downloads | Last updated |
---|---|---|
5.3.102 | 14,004 | 4/19/2022 |
5.3.101 | 19,681 | 3/15/2022 |
5.3.100 | 31,233 | 2/1/2022 |
5.3.2 | 14,522 | 1/7/2022 |
5.3.1 | 10,896 | 12/21/2021 |
5.3.0 | 15,674 | 11/29/2021 |
5.2.102 | 191 | 4/19/2022 |
5.2.101 | 1,399 | 3/15/2022 |
5.2.100 | 717 | 2/1/2022 |
5.2.6 | 3,233 | 1/7/2022 |
5.2.5 | 659 | 12/21/2021 |
5.2.4 | 14,566 | 11/15/2021 |
5.2.3 | 36,661 | 9/29/2021 |
5.2.2 | 36,747 | 8/16/2021 |
5.2.1 | 38,525 | 7/1/2021 |
5.2.0 | 11,153 | 6/21/2021 |
5.1.13 | 195 | 12/21/2021 |
5.1.12 | 294 | 11/15/2021 |
5.1.11 | 1,187 | 9/29/2021 |
5.1.10 | 1,426 | 8/16/2021 |
5.1.9 | 13,890 | 7/1/2021 |
5.1.8 | 18,851 | 5/26/2021 |
5.1.7 | 46,777 | 4/23/2021 |
5.1.6 | 10,474 | 4/13/2021 |
5.1.5 | 53,703 | 3/1/2021 |
5.1.4 | 43,126 | 2/1/2021 |
5.1.3 | 26,047 | 1/25/2021 |
5.1.2 | 82,944 | 12/11/2020 |
5.1.1 | 5,332 | 12/1/2020 |
5.1.0 | 10,643 | 11/18/2020 |
5.0.14 | 1,857 | 6/16/2021 |
5.0.13 | 489 | 5/24/2021 |
5.0.12 | 3,563 | 4/23/2021 |
5.0.11 | 3,987 | 4/13/2021 |
5.0.10 | 698 | 3/1/2021 |
5.0.9 | 2,219 | 2/1/2021 |
5.0.8 | 2,419 | 1/25/2021 |
5.0.7 | 5,728 | 12/11/2020 |
5.0.6 | 675 | 12/1/2020 |
5.0.5 | 9,186 | 11/16/2020 |
5.0.4 | 4,274 | 11/10/2020 |
5.0.3 | 36,768 | 9/28/2020 |
5.0.2 | 74,932 | 8/17/2020 |
5.0.1 | 3,765 | 8/5/2020 |
5.0.0 | 36,503 | 7/23/2020 |
4.2.122 | 494 | 4/19/2022 |
4.2.121 | 568 | 3/15/2022 |
4.2.120 | 11,135 | 2/1/2022 |
4.2.119 | 791 | 12/21/2021 |
4.2.118 | 5,080 | 11/15/2021 |
4.2.117 | 1,345 | 9/29/2021 |
4.2.116 | 1,380 | 8/16/2021 |
4.2.115 | 1,565 | 7/1/2021 |
4.2.114 | 4,390 | 5/24/2021 |
4.2.113 | 3,742 | 4/23/2021 |
4.2.112 | 15,426 | 4/13/2021 |
4.2.111 | 8,845 | 3/1/2021 |
4.2.110 | 10,382 | 2/1/2021 |
4.2.109 | 1,771 | 1/25/2021 |
4.2.108 | 19,245 | 11/16/2020 |
4.2.107 | 818 | 11/10/2020 |
4.2.106 | 22,696 | 9/28/2020 |
4.2.105 | 16,442 | 8/17/2020 |
4.2.104 | 3,658 | 7/22/2020 |
4.2.103 | 52,033 | 5/25/2020 |
4.2.102 | 31,226 | 4/15/2020 |
4.2.101 | 50,012 | 3/3/2020 |
4.2.100 | 1,313 | 3/2/2020 |
4.2.8 | 36,508 | 1/21/2020 |
4.2.6 | 44,713 | 12/9/2019 |
4.2.5 | 23,477 | 11/25/2019 |
4.2.5-patch-42026 | 802 | 11/13/2019 |
4.2.4 | 30,160 | 10/14/2019 |
4.2.4-patch-42020 | 1,188 | 9/27/2019 |
4.2.3 | 80,774 | 8/26/2019 |
4.2.2 | 34,337 | 7/15/2019 |
4.2.1 | 51,928 | 6/27/2019 |
4.2.0 | 50,875 | 5/21/2019 |
4.2.0-rc-42008 | 2,172 | 5/8/2019 |
4.2.0-rc-42007 | 798 | 4/25/2019 |
4.2.0-rc-42005 | 1,158 | 4/17/2019 |
4.2.0-rc-42003 | 727 | 4/12/2019 |
4.2.0-rc-42002 | 913 | 4/5/2019 |
4.2.0-rc-42001 | 884 | 3/22/2019 |
4.1.10 | 4,207 | 11/25/2019 |
4.1.9 | 850 | 10/14/2019 |
4.1.9-patch-41022 | 720 | 9/27/2019 |
4.1.8 | 4,997 | 8/26/2019 |
4.1.8-patch-41017 | 750 | 7/15/2019 |
4.1.7 | 8,364 | 6/27/2019 |
4.1.6 | 2,649 | 5/21/2019 |
4.1.5 | 18,294 | 4/15/2019 |
4.1.5-patch-41012 | 1,023 | 3/15/2019 |
4.1.4 | 31,030 | 2/13/2019 |
4.1.4-patch-41009 | 1,114 | 2/1/2019 |
4.1.4-patch-41008 | 2,708 | 1/7/2019 |
4.1.3 | 43,512 | 11/19/2018 |
4.1.3-patch-41006 | 1,594 | 11/5/2018 |
4.1.3-patch-41005 | 1,271 | 10/22/2018 |
4.1.2 | 17,747 | 10/15/2018 |
4.1.1 | 25,892 | 9/14/2018 |
4.1.0 | 5,452 | 8/31/2018 |
4.1.0-rc-41000 | 2,378 | 8/17/2018 |
4.0.11 | 2,194 | 2/28/2019 |
4.0.10 | 871 | 2/13/2019 |
4.0.10-patch-40057 | 770 | 2/1/2019 |
4.0.10-patch-40056 | 784 | 1/7/2019 |
4.0.9 | 995 | 11/19/2018 |
4.0.9-patch-40054 | 1,010 | 11/5/2018 |
4.0.9-patch-40052 | 853 | 10/22/2018 |
4.0.8 | 1,431 | 10/15/2018 |
4.0.7 | 11,661 | 8/31/2018 |
4.0.6 | 16,823 | 8/3/2018 |
4.0.6-patch-40047 | 1,479 | 7/2/2018 |
4.0.5 | 15,953 | 6/12/2018 |
4.0.4-patch-40038 | 1,314 | 5/18/2018 |
4.0.3 | 19,307 | 4/23/2018 |
4.0.3-patch-40034 | 1,721 | 3/30/2018 |
4.0.3-patch-40033 | 5,768 | 3/19/2018 |
4.0.3-patch-40031 | 1,211 | 3/7/2018 |
4.0.2 | 22,150 | 2/26/2018 |
4.0.1 | 2,371 | 2/20/2018 |
4.0.0 | 7,806 | 2/6/2018 |
3.5.10-patch-35312 | 65 | 4/12/2022 |
3.5.10-patch-35311 | 2,718 | 7/28/2021 |
3.5.10-patch-35310 | 404 | 7/15/2021 |
3.5.10-patch-35309 | 1,102 | 5/24/2021 |
3.5.10-patch-35308 | 705 | 5/16/2021 |
3.5.10-patch-35307 | 988 | 4/1/2021 |
3.5.10-patch-35305 | 6,837 | 1/13/2021 |
3.5.10-patch-35304 | 1,682 | 12/16/2020 |
3.5.10-patch-35303 | 4,793 | 12/3/2020 |
3.5.10-patch-35302 | 1,218 | 9/21/2020 |
3.5.10-patch-35301 | 823 | 8/27/2020 |
3.5.10-patch-35300 | 1,360 | 7/16/2020 |
3.5.10-patch-35296 | 5,629 | 6/19/2020 |
3.5.10-patch-35295 | 1,681 | 5/28/2020 |
3.5.10-patch-35294 | 1,223 | 5/6/2020 |
3.5.10-patch-35290 | 1,092 | 3/5/2020 |
3.5.10-patch-35289 | 4,747 | 11/7/2019 |
3.5.10-patch-35288 | 1,373 | 9/12/2019 |
3.5.10-patch-35286 | 1,273 | 8/13/2019 |
3.5.10-patch-35283 | 5,751 | 5/9/2019 |
3.5.10-patch-35282 | 1,368 | 4/23/2019 |
3.5.9 | 165,863 | 4/10/2019 |
3.5.9-patch-35280 | 1,366 | 3/19/2019 |
3.5.8 | 28,953 | 1/3/2019 |
3.5.8-patch-35278 | 1,536 | 12/10/2018 |
3.5.8-patch-35277 | 1,530 | 11/7/2018 |
3.5.8-patch-35276 | 1,351 | 11/2/2018 |
3.5.8-patch-35275 | 1,539 | 10/22/2018 |
3.5.7 | 64,077 | 9/6/2018 |
3.5.7-patch-35267 | 1,681 | 7/30/2018 |
3.5.7-patch-35266 | 3,243 | 5/31/2018 |
3.5.7-patch-35265 | 1,726 | 5/25/2018 |
3.5.7-patch-35264 | 1,636 | 5/25/2018 |
3.5.7-patch-35263 | 3,539 | 5/17/2018 |
3.5.6 | 113,968 | 4/27/2018 |
3.5.6-patch-35261 | 2,354 | 4/15/2018 |
3.5.6-patch-35260 | 1,672 | 3/29/2018 |
3.5.6-patch-35259 | 68,575 | 3/27/2018 |
3.5.6-patch-35258 | 1,678 | 3/27/2018 |
3.5.6-patch-35257 | 1,800 | 3/7/2018 |
3.5.6-patch-35256 | 1,626 | 3/6/2018 |
3.5.6-patch-35253 | 1,617 | 2/28/2018 |
3.5.6-patch-35252 | 6,995 | 2/13/2018 |
3.5.6-patch-35251 | 1,735 | 2/7/2018 |
3.5.6-patch-35250 | 1,690 | 1/30/2018 |
3.5.6-patch-35249 | 1,741 | 1/25/2018 |
3.5.5 | 89,014 | 1/18/2018 |
3.5.5-patch-35246 | 3,734 | 1/10/2018 |
3.5.5-patch-35245 | 2,093 | 1/3/2018 |
3.5.5-patch-35244 | 2,313 | 12/12/2017 |
3.5.5-patch-35243 | 2,031 | 12/6/2017 |
3.5.5-patch-35241 | 6,873 | 11/24/2017 |
3.5.5-patch-35239 | 2,647 | 11/22/2017 |
3.5.5-patch-35237 | 2,105 | 11/16/2017 |
3.5.5-patch-35235 | 2,110 | 11/10/2017 |
3.5.5-patch-35232 | 1,839 | 11/8/2017 |
3.5.5-patch-35231 | 1,876 | 10/26/2017 |
3.5.5-patch-35223 | 3,048 | 10/10/2017 |
3.5.5-patch-35222 | 2,293 | 10/3/2017 |
3.5.5-patch-35221 | 3,714 | 9/25/2017 |
3.5.5-patch-35220 | 6,226 | 9/7/2017 |
3.5.5-patch-35219 | 1,949 | 9/4/2017 |
3.5.5-patch-35218 | 2,985 | 8/29/2017 |
3.5.5-patch-35216 | 3,242 | 7/24/2017 |
3.5.4 | 141,776 | 7/21/2017 |
3.5.4-patch-35202 | 5,508 | 5/5/2017 |
3.5.4-patch-35199 | 1,725 | 4/28/2017 |
3.5.4-patch-35196 | 1,789 | 4/25/2017 |
3.5.4-patch-35194 | 1,793 | 4/4/2017 |
3.5.3 | 144,952 | 3/8/2017 |
3.0.30187 | 2,527 | 5/19/2021 |
3.0.30183 | 17,629 | 4/1/2019 |
3.0.30182 | 10,908 | 4/27/2018 |
3.0.30181-Hotfix | 1,754 | 4/17/2018 |
3.0.30180-Hotfix | 1,834 | 3/29/2018 |
3.0.30179 | 22,834 | 7/21/2017 |
3.0.30175-Hotfix | 1,829 | 5/11/2017 |
3.0.30172-Hotfix | 1,969 | 3/31/2017 |
3.0.30171 | 18,007 | 3/8/2017 |
2.5.25043 | 5,494 | 1/13/2020 |
2.5.25042 | 3,635 | 10/3/2019 |
2.5.25041 | 8,819 | 5/16/2019 |
2.5.25040 | 6,044 | 10/17/2018 |
2.5.25039 | 11,005 | 10/2/2018 |
2.5.25038 | 2,974 | 9/17/2018 |
2.5.25037 | 1,577 | 9/13/2018 |
2.5.25034 | 1,861 | 9/6/2018 |
2.5.25033 | 2,317 | 8/17/2018 |
2.5.25032 | 19,485 | 5/8/2018 |
2.5.25031 | 7,415 | 5/3/2018 |
2.0.2380 | 91,625 | 7/11/2013 |
1.0.992 | 7,994 | 12/9/2012 |