RavenDB.Client 5.4.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package RavenDB.Client --version 5.4.2
                    
NuGet\Install-Package RavenDB.Client -Version 5.4.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RavenDB.Client" Version="5.4.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RavenDB.Client" Version="5.4.2" />
                    
Directory.Packages.props
<PackageReference Include="RavenDB.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RavenDB.Client --version 5.4.2
                    
#r "nuget: RavenDB.Client, 5.4.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=RavenDB.Client&version=5.4.2
                    
Install RavenDB.Client as a Cake Addin
#tool nuget:?package=RavenDB.Client&version=5.4.2
                    
Install RavenDB.Client as a Cake Tool

RavenDB Client is the client library for accessing RavenDB

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (238)

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

TIKSN-Framework

This is a .NET Framework enhancement framework. Main features are Versioning, Finance, Currency, Foreign Exchange, Money, Pricing strategy, Telemetry, Composite Weighted Progress, Repository and Unity of Wok pattern implementation with Entity Framework Core, Network Connectivity Service and Triggering, Settings, Windows Registry configuration source, Azure Storage Repository, MongoDB Repository, NoDB Repository, Lingual and Regional Localization, Serialization, Rest Requester, Rest Repository, Dependency Injection, Composition Root Setup base classes.

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.Authorization

RavenDB 'Authorization' bundle client extend RavenDB and add document level permissions.

GitHub repositories (38)

Showing the top 20 popular GitHub repositories that depend on RavenDB.Client:

Repository Stars
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
JasperFx/wolverine
Supercharged .NET server side development!
brockallen/BrockAllen.MembershipReboot
MembershipReboot is a user identity management and authentication library.
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
SharpRepository/SharpRepository
C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options.
PacktPublishing/Hands-On-Domain-Driven-Design-with-.NET-Core
Hands-On Domain-Driven Design with .NET Core, published by Packt
aelassas/wexflow
Workflow Engine and Automation Platform
pjvds/ncqrs
Ncqrs Framework - The CQRS Framework for .NET
CommunityToolkit/Aspire
A community project with additional components and extensions for .NET Aspire
linkdotnet/Blog
A blog (engine) completely written in C# and Blazor. It aims to be a simple use and easy to extend platform. Blogposts are written in Markdown and are rendered to HTML. This gives all the flexibility needed to express yourself but also have an easy way of creating posts in the first place.
n2cms/n2cms
N2 CMS, an open source CMS for ASP.NET
TcOpenGroup/TcOpen
Application framework for industrial automation built on top of TwinCAT3 and .NET.
Version Downloads Last updated
7.1.0-rc-71000 126 5/29/2025
7.0.2 13,505 4/29/2025
7.0.1 14,511 3/27/2025
7.0.0 30,004 2/4/2025
6.2.5 5,320 4/29/2025
6.2.4 17,198 3/18/2025
6.2.3 83,866 1/21/2025
6.2.2 39,730 12/11/2024
6.2.1 58,235 10/30/2024
6.2.0 60,622 9/17/2024
6.0.110 565 3/18/2025
6.0.109 1,507 1/21/2025
6.0.108 1,385 12/11/2024
6.0.107 2,278 10/30/2024
6.0.106 49,810 9/17/2024
6.0.105 90,092 7/23/2024
6.0.104 70,657 6/17/2024
6.0.103 20,703 5/16/2024
6.0.102 34,294 4/29/2024
6.0.101 51,055 3/19/2024
6.0.100 73,795 2/12/2024
6.0.4 22,029 1/19/2024
6.0.3 83,838 1/16/2024
6.0.2 52,518 12/27/2023
6.0.1 68,378 11/14/2023
6.0.0 29,118 10/2/2023
5.4.208 1,482 4/29/2025
5.4.207 6,977 3/18/2025
5.4.206 24,381 1/21/2025
5.4.205 6,223 12/11/2024
5.4.204 36,896 10/30/2024
5.4.203 14,339 10/2/2024
5.4.202 9,486 9/17/2024
5.4.201 47,207 7/23/2024
5.4.200 89,827 6/17/2024
5.4.119 11,216 5/16/2024
5.4.118 30,132 4/29/2024
5.4.117 24,792 3/19/2024
5.4.116 69,176 2/12/2024
5.4.115 27,513 1/18/2024
5.4.114 1,126 1/16/2024
5.4.113 12,807 12/27/2023
5.4.112 186,239 11/14/2023
5.4.111 39,534 10/3/2023
5.4.110 30,106 9/12/2023
5.4.109 130,708 8/1/2023
5.4.107 122,146 6/23/2023
5.4.106 3,539 6/22/2023
5.4.105 8,880 6/20/2023
5.4.104 154,758 5/12/2023
5.4.103 149,699 3/30/2023
5.4.102 15,524 3/27/2023
5.4.101 79,550 2/13/2023
5.4.100 195,872 1/9/2023
5.4.5 159,385 11/21/2022
5.4.4 110,985 10/12/2022
5.4.3 13,099 10/10/2022
5.4.2 93,261 9/1/2022
5.4.1 253,187 7/19/2022
5.4.0 16,621 7/18/2022
5.3.108 53,414 1/9/2023
5.3.107 14,964 11/21/2022
5.3.106 5,041 10/10/2022
5.3.105 5,250 9/1/2022
5.3.104 27,820 7/18/2022
5.3.103 97,770 6/7/2022
5.3.102 232,769 4/19/2022
5.3.101 146,506 3/15/2022
5.3.100 156,131 2/1/2022
5.3.2 51,852 1/7/2022
5.3.1 30,725 12/21/2021
5.3.0 39,006 11/29/2021
5.2.116 1,805 8/1/2023
5.2.115 1,855 6/23/2023
5.2.114 1,707 6/22/2023
5.2.113 1,704 6/20/2023
5.2.112 2,806 5/12/2023
5.2.111 3,160 3/30/2023
5.2.110 3,325 3/27/2023
5.2.109 3,097 2/13/2023
5.2.108 11,265 1/9/2023
5.2.107 4,683 11/21/2022
5.2.106 4,369 10/10/2022
5.2.105 5,859 9/1/2022
5.2.104 3,452 7/18/2022
5.2.103 4,706 6/7/2022
5.2.102 17,896 4/19/2022
5.2.101 34,324 3/15/2022
5.2.100 25,371 2/1/2022
5.2.6 10,847 1/7/2022
5.2.5 6,212 12/21/2021
5.2.4 68,752 11/15/2021
5.2.3 201,842 9/29/2021
5.2.2 116,786 8/16/2021
5.2.1 117,230 7/1/2021
5.2.0 20,851 6/21/2021
5.1.13 3,304 12/21/2021
5.1.12 3,176 11/15/2021
5.1.11 8,415 9/29/2021
5.1.10 4,546 8/16/2021
5.1.9 17,318 7/1/2021
5.1.8 37,510 5/26/2021
5.1.7 100,803 4/23/2021
5.1.6 32,240 4/13/2021
5.1.5 105,318 3/1/2021
5.1.4 85,323 2/1/2021
5.1.3 30,346 1/25/2021
5.1.2 132,253 12/11/2020
5.1.1 10,525 12/1/2020
5.1.0 25,681 11/18/2020
5.0.14 5,865 6/16/2021
5.0.13 3,278 5/24/2021
5.0.12 14,960 4/23/2021
5.0.11 11,242 4/13/2021
5.0.10 3,785 3/1/2021
5.0.9 5,677 2/1/2021
5.0.8 5,399 1/25/2021
5.0.7 8,738 12/11/2020
5.0.6 3,614 12/1/2020
5.0.5 28,794 11/16/2020
5.0.4 15,325 11/10/2020
5.0.3 48,686 9/28/2020
5.0.2 154,939 8/17/2020
5.0.1 7,067 8/5/2020
5.0.0 278,104 7/23/2020
4.2.124 2,820 6/19/2023
4.2.123 27,751 6/7/2022
4.2.122 5,259 4/19/2022
4.2.121 7,099 3/15/2022
4.2.120 17,223 2/1/2022
4.2.119 4,104 12/21/2021
4.2.118 8,537 11/15/2021
4.2.117 8,360 9/29/2021
4.2.116 6,089 8/16/2021
4.2.115 4,348 7/1/2021
4.2.114 13,075 5/24/2021
4.2.113 6,585 4/23/2021
4.2.112 18,185 4/13/2021
4.2.111 13,047 3/1/2021
4.2.110 16,618 2/1/2021
4.2.109 4,643 1/25/2021
4.2.108 33,923 11/16/2020
4.2.107 3,667 11/10/2020
4.2.106 27,287 9/28/2020
4.2.105 24,068 8/17/2020
4.2.104 7,299 7/22/2020
4.2.103 70,470 5/25/2020
4.2.102 41,596 4/15/2020
4.2.101 67,333 3/3/2020
4.2.100 4,670 3/2/2020
4.2.8 91,357 1/21/2020
4.2.6 101,660 12/9/2019
4.2.5 31,607 11/25/2019
4.2.5-patch-42026 2,499 11/13/2019
4.2.4 44,698 10/14/2019
4.2.4-patch-42020 2,747 9/27/2019
4.2.3 127,475 8/26/2019
4.2.2 46,799 7/15/2019
4.2.1 65,530 6/27/2019
4.2.0 118,534 5/21/2019
4.2.0-rc-42008 3,871 5/8/2019
4.2.0-rc-42007 2,424 4/25/2019
4.2.0-rc-42005 2,789 4/17/2019
4.2.0-rc-42003 2,371 4/12/2019
4.2.0-rc-42002 2,574 4/5/2019
4.2.0-rc-42001 2,525 3/22/2019
4.1.10 11,200 11/25/2019
4.1.9 3,560 10/14/2019
4.1.9-patch-41022 2,302 9/27/2019
4.1.8 7,817 8/26/2019
4.1.8-patch-41017 2,344 7/15/2019
4.1.7 11,166 6/27/2019
4.1.6 6,575 5/21/2019
4.1.5 30,638 4/15/2019
4.1.5-patch-41012 2,656 3/15/2019
4.1.4 44,992 2/13/2019
4.1.4-patch-41009 2,741 2/1/2019
4.1.4-patch-41008 4,385 1/7/2019
4.1.3 58,122 11/19/2018
4.1.3-patch-41006 3,189 11/5/2018
4.1.3-patch-41005 2,914 10/22/2018
4.1.2 21,232 10/15/2018
4.1.1 43,728 9/14/2018
4.1.0 8,406 8/31/2018
4.1.0-rc-41000 4,766 8/17/2018
4.0.11 4,672 2/28/2019
4.0.10 3,036 2/13/2019
4.0.10-patch-40057 2,206 2/1/2019
4.0.10-patch-40056 2,213 1/7/2019
4.0.9 3,126 11/19/2018
4.0.9-patch-40054 2,524 11/5/2018
4.0.9-patch-40052 2,301 10/22/2018
4.0.8 3,533 10/15/2018
4.0.7 15,386 8/31/2018
4.0.6 72,813 8/3/2018
4.0.6-patch-40047 3,043 7/2/2018
4.0.5 39,072 6/12/2018
4.0.4-patch-40038 2,963 5/18/2018
4.0.3 33,489 4/23/2018
4.0.3-patch-40034 3,403 3/30/2018
4.0.3-patch-40033 7,389 3/19/2018
4.0.3-patch-40031 2,864 3/7/2018
4.0.2 40,949 2/26/2018
4.0.1 4,952 2/20/2018
4.0.0 16,270 2/6/2018
3.5.10-patch-35323 1,379 8/8/2024
3.5.10-patch-35319 17,451 1/23/2023
3.5.10-patch-35312 25,994 4/12/2022
3.5.10-patch-35311 57,522 7/28/2021
3.5.10-patch-35310 3,185 7/15/2021
3.5.10-patch-35309 3,856 5/24/2021
3.5.10-patch-35308 3,407 5/16/2021
3.5.10-patch-35307 3,835 4/1/2021
3.5.10-patch-35305 14,508 1/13/2021
3.5.10-patch-35304 19,324 12/16/2020
3.5.10-patch-35303 10,756 12/3/2020
3.5.10-patch-35302 4,013 9/21/2020
3.5.10-patch-35301 4,790 8/27/2020
3.5.10-patch-35300 4,504 7/16/2020
3.5.10-patch-35296 11,287 6/19/2020
3.5.10-patch-35295 4,482 5/28/2020
3.5.10-patch-35294 4,022 5/6/2020
3.5.10-patch-35290 3,960 3/5/2020
3.5.10-patch-35289 9,229 11/7/2019
3.5.10-patch-35288 4,216 9/12/2019
3.5.10-patch-35286 4,152 8/13/2019
3.5.10-patch-35283 13,365 5/9/2019
3.5.10-patch-35282 4,200 4/23/2019
3.5.9 343,994 4/10/2019
3.5.9-patch-35280 4,225 3/19/2019
3.5.8 65,424 1/3/2019
3.5.8-patch-35278 4,393 12/10/2018
3.5.8-patch-35277 4,544 11/7/2018
3.5.8-patch-35276 4,331 11/2/2018
3.5.8-patch-35275 4,412 10/22/2018
3.5.7 164,212 9/6/2018
3.5.7-patch-35267 4,756 7/30/2018
3.5.7-patch-35266 6,365 5/31/2018
3.5.7-patch-35265 4,886 5/25/2018
3.5.7-patch-35264 4,672 5/25/2018
3.5.7-patch-35263 6,649 5/17/2018
3.5.6 209,317 4/27/2018
3.5.6-patch-35261 5,479 4/15/2018
3.5.6-patch-35260 4,749 3/29/2018
3.5.6-patch-35259 156,240 3/27/2018
3.5.6-patch-35258 4,699 3/27/2018
3.5.6-patch-35257 4,789 3/7/2018
3.5.6-patch-35256 4,708 3/6/2018
3.5.6-patch-35253 4,607 2/28/2018
3.5.6-patch-35252 10,461 2/13/2018
3.5.6-patch-35251 4,791 2/7/2018
3.5.6-patch-35250 4,722 1/30/2018
3.5.6-patch-35249 4,816 1/25/2018
3.5.5 173,890 1/18/2018
3.5.5-patch-35246 7,085 1/10/2018
3.5.5-patch-35245 5,354 1/3/2018
3.5.5-patch-35244 5,398 12/12/2017
3.5.5-patch-35243 5,277 12/6/2017
3.5.5-patch-35241 11,674 11/24/2017
3.5.5-patch-35239 5,686 11/22/2017
3.5.5-patch-35237 5,052 11/16/2017
3.5.5-patch-35235 5,127 11/10/2017
3.5.5-patch-35232 4,888 11/8/2017
3.5.5-patch-35231 4,816 10/26/2017
3.5.5-patch-35223 6,299 10/10/2017
3.5.5-patch-35222 5,226 10/3/2017
3.5.5-patch-35221 7,148 9/25/2017
3.5.5-patch-35220 10,919 9/7/2017
3.5.5-patch-35219 4,914 9/4/2017
3.5.5-patch-35218 11,242 8/29/2017
3.5.5-patch-35216 6,407 7/24/2017
3.5.4 230,565 7/21/2017
3.5.4-patch-35202 12,022 5/5/2017
3.5.4-patch-35199 6,512 4/28/2017
3.5.4-patch-35196 4,754 4/25/2017
3.5.4-patch-35194 4,869 4/4/2017
3.5.3 211,176 3/8/2017
3.0.30187 14,424 5/19/2021
3.0.30183 35,420 4/1/2019
3.0.30182 22,334 4/27/2018
3.0.30181-Hotfix 5,842 4/17/2018
3.0.30180-Hotfix 5,930 3/29/2018
3.0.30179 38,303 7/21/2017
3.0.30175-Hotfix 5,867 5/11/2017
3.0.30172-Hotfix 6,109 3/31/2017
3.0.30171 41,136 3/8/2017
2.5.25043 31,264 1/13/2020
2.5.25042 10,286 10/3/2019
2.5.25041 21,521 5/16/2019
2.5.25040 14,343 10/17/2018
2.5.25039 19,273 10/2/2018
2.5.25038 11,113 9/17/2018
2.5.25037 8,088 9/13/2018
2.5.25034 8,190 9/6/2018
2.5.25033 8,688 8/17/2018
2.5.25032 35,384 5/8/2018
2.5.25031 17,095 5/3/2018
2.0.2380 190,481 7/11/2013
1.0.992 12,660 12/9/2012