RavenDB.Client 7.1.4

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package RavenDB.Client --version 7.1.4
                    
NuGet\Install-Package RavenDB.Client -Version 7.1.4
                    
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="7.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RavenDB.Client" Version="7.1.4" />
                    
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 7.1.4
                    
#r "nuget: RavenDB.Client, 7.1.4"
                    
#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.
#:package RavenDB.Client@7.1.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RavenDB.Client&version=7.1.4
                    
Install as a Cake Addin
#tool nuget:?package=RavenDB.Client&version=7.1.4
                    
Install as a Cake Tool

RavenDB .NET Client

You're looking at RavenDB .NET Client (SDK) NuGet release.
It makes it easy for you to communicate with your RavenDB instance, letting you perform any database operations with friendly API.

RavenDB is a NoSQL database that fuses extreme performance with ease-of-use, offering above the roof developer experience.
Learn more at https://ravendb.net or visit our GitHub repository.

Installation

Get the latest stable version from NuGet.

Learning resources

Community

Getting started

Initialize

using (IDocumentStore store = new DocumentStore
{
    Urls = new[]                        // URL to the Server,
    {                                   // or list of URLs 
        "http://live-test.ravendb.net"  // to all Cluster Servers (Nodes)
    },
    Database = "Northwind",             // Default database that DocumentStore will interact with
    Conventions = { }                   // DocumentStore customizations
})
{
    store.Initialize();                 // Each DocumentStore needs to be initialized before use.
                                        // This process establishes the connection with the Server
                                        // and downloads various configurations
                                        // e.g. cluster topology or client configuration
}

Store documents

using (IDocumentSession session = store.OpenSession())  // Open a session for a default 'Database'
{
    Category category = new Category
    {
        Name = "Database Category"
    };

    session.Store(category);                            // Assign an 'Id' and collection (Categories)
                                                        // and start tracking an entity

    Product product = new Product
    {
        Name = "RavenDB Database",
        Category = category.Id,
        UnitsInStock = 10
    };

    session.Store(product);                             // Assign an 'Id' and collection (Products)
                                                        // and start tracking an entity

    session.SaveChanges();                              // Send to the Server
                                                        // one request processed in one transaction
}

Query

using (IDocumentSession session = store.OpenSession())  // Open a session for a default 'Database'
{
    List<string> productNames = session
        .Query<Product>()                               // Query for Products
        .Where(x => x.UnitsInStock > 5)                 // Filter
        .Skip(0).Take(10)                               // Page
        .Select(x => x.Name)                            // Project
        .ToList();                                      // Materialize query
}

Contributing

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 is compatible.  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 is compatible.  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 was computed. 
.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 (241)

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.
JasperFx/wolverine
Supercharged .NET server side development!
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
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
aelassas/wexflow
Workflow Automation Engine
brockallen/BrockAllen.MembershipReboot
MembershipReboot is a user identity management and authentication library.
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
PacktPublishing/Hands-On-Domain-Driven-Design-with-.NET-Core
Hands-On Domain-Driven Design with .NET Core, published by Packt
SharpRepository/SharpRepository
C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options.
CommunityToolkit/Aspire
A community project with additional components and extensions for Aspire
pjvds/ncqrs
Ncqrs Framework - The CQRS Framework for .NET
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.5-rc-71025 43 12/11/2025
7.1.4 17,212 11/12/2025
7.1.4-rc-71023 471 11/7/2025
7.1.4-rc-71022 387 10/29/2025
7.1.4-rc-71021 213 10/28/2025
7.1.4-rc-71020 271 10/27/2025
7.1.3 24,001 10/2/2025
7.1.3-rc-71017 257 10/2/2025
7.1.3-rc-71014 557 9/17/2025
7.1.2 29,682 8/19/2025
7.1.2-rc-71011 394 8/11/2025
7.1.2-rc-71008 335 8/6/2025
7.1.1 14,022 7/22/2025
7.1.1-rc-71006 411 7/8/2025
7.1.0 14,110 7/1/2025
7.1.0-rc-71004 489 6/25/2025
7.1.0-rc-71003 265 6/18/2025
7.1.0-rc-71000 336 5/29/2025
7.0.8 1,215 11/12/2025
7.0.7 1,685 10/2/2025
7.0.6 2,004 8/19/2025
7.0.5 2,458 7/22/2025
7.0.4 4,535 6/25/2025
7.0.3 10,482 6/10/2025
7.0.2 66,270 4/29/2025
7.0.1 21,130 3/27/2025
7.0.0 48,602 2/4/2025
6.2.11 7,817 11/12/2025
6.2.10 20,353 10/2/2025
6.2.10-rc-62056 507 9/16/2025
6.2.9 9,811 8/19/2025
6.2.8 8,223 7/22/2025
6.2.7 7,610 6/25/2025
6.2.6 28,401 6/10/2025
6.2.5 21,658 4/29/2025
6.2.4 55,191 3/18/2025
6.2.3 156,885 1/21/2025
6.2.2 63,275 12/11/2024
6.2.1 90,459 10/30/2024
6.2.0 83,011 9/17/2024
6.0.110 2,925 3/18/2025
6.0.109 3,771 1/21/2025
6.0.108 3,261 12/11/2024
6.0.107 4,257 10/30/2024
6.0.106 53,126 9/17/2024
6.0.105 130,351 7/23/2024
6.0.104 106,810 6/17/2024
6.0.103 24,100 5/16/2024
6.0.102 39,906 4/29/2024
6.0.101 60,797 3/19/2024
6.0.100 88,125 2/12/2024
6.0.4 31,295 1/19/2024
6.0.3 85,840 1/16/2024
6.0.2 96,309 12/27/2023
6.0.1 105,964 11/14/2023
6.0.0 33,077 10/2/2023
5.4.213 1,676 11/12/2025
5.4.212 3,418 10/2/2025
5.4.211 7,263 8/19/2025
5.4.210 3,384 7/22/2025
5.4.209 6,998 6/10/2025
5.4.208 7,599 4/29/2025
5.4.207 14,871 3/18/2025
5.4.206 34,933 1/21/2025
5.4.205 16,774 12/11/2024
5.4.204 52,242 10/30/2024
5.4.203 19,421 10/2/2024
5.4.202 12,744 9/17/2024
5.4.201 57,328 7/23/2024
5.4.200 98,155 6/17/2024
5.4.119 14,870 5/16/2024
5.4.118 33,131 4/29/2024
5.4.117 28,637 3/19/2024
5.4.116 77,202 2/12/2024
5.4.115 29,644 1/18/2024
5.4.114 2,935 1/16/2024
5.4.113 15,047 12/27/2023
5.4.112 279,867 11/14/2023
5.4.111 44,245 10/3/2023
5.4.110 33,630 9/12/2023
5.4.109 171,932 8/1/2023
5.4.107 168,529 6/23/2023
5.4.106 5,379 6/22/2023
5.4.105 11,329 6/20/2023
5.4.104 161,271 5/12/2023
5.4.103 154,238 3/30/2023
5.4.102 17,407 3/27/2023
5.4.101 84,481 2/13/2023
5.4.100 203,163 1/9/2023
5.4.5 170,308 11/21/2022
5.4.4 118,171 10/12/2022
5.4.3 15,370 10/10/2022
5.4.2 98,305 9/1/2022
5.4.1 283,539 7/19/2022
5.4.0 18,777 7/18/2022
5.3.108 55,647 1/9/2023
5.3.107 17,422 11/21/2022
5.3.106 7,021 10/10/2022
5.3.105 7,110 9/1/2022
5.3.104 34,647 7/18/2022
5.3.103 101,935 6/7/2022
5.3.102 244,166 4/19/2022
5.3.101 155,131 3/15/2022
5.3.100 163,373 2/1/2022
5.3.2 55,343 1/7/2022
5.3.1 32,899 12/21/2021
5.3.0 41,215 11/29/2021
5.2.116 3,638 8/1/2023
5.2.115 3,706 6/23/2023
5.2.114 3,542 6/22/2023
5.2.113 3,546 6/20/2023
5.2.112 4,690 5/12/2023
5.2.111 5,018 3/30/2023
5.2.110 5,160 3/27/2023
5.2.109 4,975 2/13/2023
5.2.108 19,068 1/9/2023
5.2.107 7,787 11/21/2022
5.2.106 6,215 10/10/2022
5.2.105 7,857 9/1/2022
5.2.104 5,304 7/18/2022
5.2.103 6,687 6/7/2022
5.2.102 20,013 4/19/2022
5.2.101 37,172 3/15/2022
5.2.100 27,715 2/1/2022
5.2.6 12,813 1/7/2022
5.2.5 8,285 12/21/2021
5.2.4 76,794 11/15/2021
5.2.3 216,935 9/29/2021
5.2.2 129,348 8/16/2021
5.2.1 128,814 7/1/2021
5.2.0 22,970 6/21/2021
5.1.13 5,211 12/21/2021
5.1.12 5,073 11/15/2021
5.1.11 10,451 9/29/2021
5.1.10 6,578 8/16/2021
5.1.9 19,224 7/1/2021
5.1.8 40,207 5/26/2021
5.1.7 103,519 4/23/2021
5.1.6 41,432 4/13/2021
5.1.5 111,463 3/1/2021
5.1.4 96,154 2/1/2021
5.1.3 32,417 1/25/2021
5.1.2 140,763 12/11/2020
5.1.1 13,099 12/1/2020
5.1.0 28,169 11/18/2020
5.0.14 7,768 6/16/2021
5.0.13 5,183 5/24/2021
5.0.12 16,839 4/23/2021
5.0.11 13,118 4/13/2021
5.0.10 5,654 3/1/2021
5.0.9 7,615 2/1/2021
5.0.8 7,315 1/25/2021
5.0.7 10,613 12/11/2020
5.0.6 5,514 12/1/2020
5.0.5 30,714 11/16/2020
5.0.4 22,384 11/10/2020
5.0.3 51,543 9/28/2020
5.0.2 165,490 8/17/2020
5.0.1 9,100 8/5/2020
5.0.0 293,131 7/23/2020
4.2.124 11,001 6/19/2023
4.2.123 31,289 6/7/2022
4.2.122 7,230 4/19/2022
4.2.121 8,971 3/15/2022
4.2.120 19,143 2/1/2022
4.2.119 5,976 12/21/2021
4.2.118 10,439 11/15/2021
4.2.117 10,508 9/29/2021
4.2.116 8,374 8/16/2021
4.2.115 6,204 7/1/2021
4.2.114 15,209 5/24/2021
4.2.113 8,451 4/23/2021
4.2.112 20,089 4/13/2021
4.2.111 14,969 3/1/2021
4.2.110 18,553 2/1/2021
4.2.109 6,528 1/25/2021
4.2.108 37,021 11/16/2020
4.2.107 5,565 11/10/2020
4.2.106 29,319 9/28/2020
4.2.105 26,180 8/17/2020
4.2.104 9,262 7/22/2020
4.2.103 73,399 5/25/2020
4.2.102 44,281 4/15/2020
4.2.101 72,376 3/3/2020
4.2.100 6,686 3/2/2020
4.2.8 96,197 1/21/2020
4.2.6 119,037 12/9/2019
4.2.5 33,647 11/25/2019
4.2.5-patch-42026 2,689 11/13/2019
4.2.4 46,922 10/14/2019
4.2.4-patch-42020 2,946 9/27/2019
4.2.3 131,752 8/26/2019
4.2.2 49,405 7/15/2019
4.2.1 67,464 6/27/2019
4.2.0 127,957 5/21/2019
4.2.0-rc-42008 4,074 5/8/2019
4.2.0-rc-42007 2,622 4/25/2019
4.2.0-rc-42005 2,989 4/17/2019
4.2.0-rc-42003 2,555 4/12/2019
4.2.0-rc-42002 2,767 4/5/2019
4.2.0-rc-42001 2,720 3/22/2019
4.1.10 13,679 11/25/2019
4.1.9 5,452 10/14/2019
4.1.9-patch-41022 2,489 9/27/2019
4.1.8 9,722 8/26/2019
4.1.8-patch-41017 2,524 7/15/2019
4.1.7 13,047 6/27/2019
4.1.6 8,654 5/21/2019
4.1.5 33,326 4/15/2019
4.1.5-patch-41012 2,866 3/15/2019
4.1.4 48,111 2/13/2019
4.1.4-patch-41009 2,918 2/1/2019
4.1.4-patch-41008 4,569 1/7/2019
4.1.3 61,143 11/19/2018
4.1.3-patch-41006 3,374 11/5/2018
4.1.3-patch-41005 3,126 10/22/2018
4.1.2 23,162 10/15/2018
4.1.1 46,426 9/14/2018
4.1.0 10,305 8/31/2018
4.1.0-rc-41000 5,005 8/17/2018
4.0.11 6,608 2/28/2019
4.0.10 4,892 2/13/2019
4.0.10-patch-40057 2,431 2/1/2019
4.0.10-patch-40056 2,376 1/7/2019
4.0.9 5,020 11/19/2018
4.0.9-patch-40054 2,726 11/5/2018
4.0.9-patch-40052 2,489 10/22/2018
4.0.8 5,390 10/15/2018
4.0.7 17,367 8/31/2018
4.0.6 84,404 8/3/2018
4.0.6-patch-40047 3,324 7/2/2018
4.0.5 42,020 6/12/2018
4.0.4-patch-40038 3,328 5/18/2018
4.0.3 35,786 4/23/2018
4.0.3-patch-40034 3,828 3/30/2018
4.0.3-patch-40033 7,754 3/19/2018
4.0.3-patch-40031 3,229 3/7/2018
4.0.2 45,018 2/26/2018
4.0.1 7,068 2/20/2018
4.0.0 18,776 2/6/2018
3.5.10-patch-35323 2,608 8/8/2024
3.5.10-patch-35319 18,851 1/23/2023
3.5.10-patch-35312 26,298 4/12/2022
3.5.10-patch-35311 62,658 7/28/2021
3.5.10-patch-35310 3,487 7/15/2021
3.5.10-patch-35309 4,124 5/24/2021
3.5.10-patch-35308 3,687 5/16/2021
3.5.10-patch-35307 4,145 4/1/2021
3.5.10-patch-35305 14,788 1/13/2021
3.5.10-patch-35304 20,799 12/16/2020
3.5.10-patch-35303 11,047 12/3/2020
3.5.10-patch-35302 4,319 9/21/2020
3.5.10-patch-35301 5,370 8/27/2020
3.5.10-patch-35300 4,818 7/16/2020
3.5.10-patch-35296 11,763 6/19/2020
3.5.10-patch-35295 4,782 5/28/2020
3.5.10-patch-35294 4,336 5/6/2020
3.5.10-patch-35290 4,273 3/5/2020
3.5.10-patch-35289 9,619 11/7/2019
3.5.10-patch-35288 4,523 9/12/2019
3.5.10-patch-35286 4,513 8/13/2019
3.5.10-patch-35283 14,712 5/9/2019
3.5.10-patch-35282 4,513 4/23/2019
3.5.9 376,347 4/10/2019
3.5.9-patch-35280 4,578 3/19/2019
3.5.8 69,458 1/3/2019
3.5.8-patch-35278 4,704 12/10/2018
3.5.8-patch-35277 4,847 11/7/2018
3.5.8-patch-35276 4,642 11/2/2018
3.5.8-patch-35275 4,696 10/22/2018
3.5.7 176,490 9/6/2018
3.5.7-patch-35267 5,232 7/30/2018
3.5.7-patch-35266 6,830 5/31/2018
3.5.7-patch-35265 5,365 5/25/2018
3.5.7-patch-35264 5,198 5/25/2018
3.5.7-patch-35263 7,161 5/17/2018
3.5.6 224,254 4/27/2018
3.5.6-patch-35261 5,963 4/15/2018
3.5.6-patch-35260 5,198 3/29/2018
3.5.6-patch-35259 170,217 3/27/2018
3.5.6-patch-35258 5,152 3/27/2018
3.5.6-patch-35257 5,172 3/7/2018
3.5.6-patch-35256 5,202 3/6/2018
3.5.6-patch-35253 4,981 2/28/2018
3.5.6-patch-35252 11,012 2/13/2018
3.5.6-patch-35251 5,309 2/7/2018
3.5.6-patch-35250 5,228 1/30/2018
3.5.6-patch-35249 5,325 1/25/2018
3.5.5 183,586 1/18/2018
3.5.5-patch-35246 7,562 1/10/2018
3.5.5-patch-35245 5,875 1/3/2018
3.5.5-patch-35244 5,920 12/12/2017
3.5.5-patch-35243 5,800 12/6/2017
3.5.5-patch-35241 12,497 11/24/2017
3.5.5-patch-35239 6,075 11/22/2017
3.5.5-patch-35237 5,490 11/16/2017
3.5.5-patch-35235 5,499 11/10/2017
3.5.5-patch-35232 5,260 11/8/2017
3.5.5-patch-35231 5,202 10/26/2017
3.5.5-patch-35223 6,803 10/10/2017
3.5.5-patch-35222 5,648 10/3/2017
3.5.5-patch-35221 7,661 9/25/2017
3.5.5-patch-35220 11,460 9/7/2017
3.5.5-patch-35219 5,348 9/4/2017
3.5.5-patch-35218 12,931 8/29/2017
3.5.5-patch-35216 6,907 7/24/2017
3.5.4 240,279 7/21/2017
3.5.4-patch-35202 12,422 5/5/2017
3.5.4-patch-35199 7,579 4/28/2017
3.5.4-patch-35196 5,145 4/25/2017
3.5.4-patch-35194 5,246 4/4/2017
3.5.3 222,178 3/8/2017
3.0.30187 16,639 5/19/2021
3.0.30183 38,575 4/1/2019
3.0.30182 25,393 4/27/2018
3.0.30181-Hotfix 6,300 4/17/2018
3.0.30180-Hotfix 6,421 3/29/2018
3.0.30179 40,891 7/21/2017
3.0.30175-Hotfix 6,268 5/11/2017
3.0.30172-Hotfix 6,527 3/31/2017
3.0.30171 46,380 3/8/2017
2.5.25043 40,342 1/13/2020
2.5.25042 12,248 10/3/2019
2.5.25041 23,853 5/16/2019
2.5.25040 16,335 10/17/2018
2.5.25039 21,287 10/2/2018
2.5.25038 13,225 9/17/2018
2.5.25037 10,055 9/13/2018
2.5.25034 10,146 9/6/2018
2.5.25033 10,656 8/17/2018
2.5.25032 40,020 5/8/2018
2.5.25031 19,347 5/3/2018
2.0.2380 206,061 7/11/2013
1.0.992 14,705 12/9/2012