CouchbaseNetClient 1.3.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package CouchbaseNetClient --version 1.3.8
                    
NuGet\Install-Package CouchbaseNetClient -Version 1.3.8
                    
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="CouchbaseNetClient" Version="1.3.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CouchbaseNetClient" Version="1.3.8" />
                    
Directory.Packages.props
<PackageReference Include="CouchbaseNetClient" />
                    
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 CouchbaseNetClient --version 1.3.8
                    
#r "nuget: CouchbaseNetClient, 1.3.8"
                    
#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=CouchbaseNetClient&version=1.3.8
                    
Install CouchbaseNetClient as a Cake Addin
#tool nuget:?package=CouchbaseNetClient&version=1.3.8
                    
Install CouchbaseNetClient as a Cake Tool

Couchbase client library for .NET based languages.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (9)

Showing the top 9 popular GitHub repositories that depend on CouchbaseNetClient:

Repository Stars
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
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
Jroland/kafka-net
Native C# client for Kafka queue servers.
Soluto/tweek
Tweek - an open source feature manager
stoveproject/Stove
Domain Driven Design oriented application framework, meets CRUD needs
cmendible/dotnetcore.samples
.NET Core Samples - Code it Yourself...
newrelic/newrelic-dotnet-agent
The New Relic .NET language agent.
Version Downloads Last updated
2.2.2 957 11/27/2015
2.2.1 2,194 10/9/2015
2.2.0 471 10/6/2015
2.2.0-dp1 238 9/16/2015
2.1.4 2,752 8/10/2015
2.1.3 5,089 7/2/2015
2.1.2 875 6/23/2015
2.1.1 2,395 5/21/2015
2.1.0 2,059 5/9/2015
2.0.3.2 153 5/13/2015
2.0.3.1 2,047 3/27/2015
2.0.2 5,027 2/10/2015
2.0.1 1,334 1/9/2015
2.0.0.1 1,159 12/4/2014
2.0.0-beta2 619 11/4/2014
2.0.0-beta 358 9/13/2014
1.3.12 1,627 5/10/2015
1.3.11 1,113 3/4/2015
1.3.10 6,857 11/5/2014
1.3.9 6,295 9/2/2014
1.3.8 1,964 8/14/2014
1.3.7 3,782 7/3/2014
1.3.6 3,030 6/5/2014
1.3.5 2,553 5/6/2014
1.3.4 4,046 3/7/2014
1.3.3 2,064 2/6/2014
1.3.1 2,160 1/8/2014
1.3.0 1,562 12/4/2013
1.2.9 8,447 10/4/2013
1.2.7 6,893 8/6/2013
1.2.6 6,645 5/7/2013
1.2.5 224 5/7/2013
1.2.4 1,230 4/2/2013
1.2.3 1,267 3/8/2013
1.2.2 267 3/5/2013
1.2.1 987 2/5/2013
1.2.0 3,222 12/12/2012
1.2.0-beta-3 216 11/28/2012
1.2.0-beta-2 142 11/21/2012
1.2.0-beta 273 9/28/2012
1.1.6 5,117 6/7/2012
1.1.5 256 5/30/2012
1.1.4 177 5/30/2012
1.1.2 589 5/2/2012
1.0.1 953 1/23/2012
0.9.2 378 12/6/2011
0.9.1 419 8/24/2011
0.9.0 312 8/5/2011

The following sections provide release notes for individual release versions of Couchbase Client Library .NET. To browse or submit new issues, see Couchbase Client Library .NET Issues Tracker.

Release Notes for Couchbase Client Library .NET 1.3.8 GA (13 August 2014)

NCBC-577: Enable IriParsing for supporting Views w/Couchbase Server 3.0

This fixes a breaking change in how Couchbase Server 3.0 handles View queries by associating a UUID with a Bucket and how System.Uri handles unicode encoding across different versions of the CLR. Users running under .NET Framework 4.5 and greater are unaffected. Users wishing to run Couchbase Server 3.0 with versions of the CLR <= 4.0, must either use this version (1.3.8) of the Couchbase .NET SDK, or must provide the following elements in their App.Config or Web.Config to enable IriParsing:


NCBC-564: Provide PDB Files with Binaries

PDB files are now included with binaries on S3.

NCBC-564: Respect JsonSerializer settings for deserialization.

This patch allows you to override the default JsonSerializer settings during deserialization.

NCBC-555: Multi get can fail and return a null StatusCode.

This patch ensures that the correct StatusCode is returned when a multi-get operation fails.