RethinkDb.Driver.Linq
2.3.24
See the version list below for details.
dotnet add package RethinkDb.Driver.Linq --version 2.3.24
NuGet\Install-Package RethinkDb.Driver.Linq -Version 2.3.24
<PackageReference Include="RethinkDb.Driver.Linq" Version="2.3.24" />
paket add RethinkDb.Driver.Linq --version 2.3.24
#r "nuget: RethinkDb.Driver.Linq, 2.3.24"
// Install RethinkDb.Driver.Linq as a Cake Addin #addin nuget:?package=RethinkDb.Driver.Linq&version=2.3.24 // Install RethinkDb.Driver.Linq as a Cake Tool #tool nuget:?package=RethinkDb.Driver.Linq&version=2.3.24
An experimental LINQ to ReQL provider for the RethinkDB C# Driver.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.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 was computed. |
.NET Framework | net45 is compatible. 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. |
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. |
-
.NETFramework 4.5
- Common.Logging (>= 3.3.0)
- Remotion.Linq (>= 2.1.1)
- RethinkDb.Driver (= 2.3.24)
-
.NETStandard 2.0
- Remotion.Linq (>= 2.1.1)
- RethinkDb.Driver (= 2.3.24)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RethinkDb.Driver.Linq:
Package | Downloads |
---|---|
DecentIOT.RethinkConfigurations
This package is to CRUD manage objects used as configuration settings to external services. All data is stored in a RethinkDb so it's instalation is required. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.4.0-beta-1 | 6,826 | 5/22/2020 |
2.3.150 | 4,075 | 9/17/2019 |
2.3.101 | 713 | 8/9/2019 |
2.3.100 | 1,040 | 2/24/2019 |
2.3.24 | 808 | 2/16/2019 |
2.3.23 | 2,394 | 4/25/2018 |
2.3.22 | 1,426 | 3/14/2018 |
2.3.20 | 2,780 | 8/25/2017 |
2.3.19 | 1,240 | 5/5/2017 |
2.3.18-beta-1 | 849 | 4/26/2017 |
2.3.17 | 1,349 | 4/18/2017 |
2.3.16-beta-1 | 772 | 4/13/2017 |
2.3.15 | 1,990 | 8/26/2016 |
2.3.14 | 1,071 | 8/22/2016 |
2.3.12 | 1,067 | 8/18/2016 |
2.3.11 | 1,055 | 8/11/2016 |
2.3.10 | 1,157 | 8/4/2016 |
2.3.9 | 1,195 | 7/10/2016 |
2.3.8 | 1,048 | 7/7/2016 |
2.3.7 | 1,053 | 7/6/2016 |
2.3.6 | 1,030 | 6/28/2016 |
2.3.6-beta-1 | 823 | 6/22/2016 |
2.3.5 | 1,021 | 6/9/2016 |
2.3.5-beta-1 | 839 | 6/9/2016 |
2.3.4 | 1,036 | 6/4/2016 |
2.3.4-beta-5 | 806 | 6/4/2016 |
2.3.4-beta-4 | 806 | 6/1/2016 |
2.3.4-beta-2 | 860 | 5/27/2016 |
2.3.4-beta-1 | 847 | 5/23/2016 |
2.3.3 | 1,055 | 5/21/2016 |
2.3.3-beta-1 | 828 | 5/21/2016 |
2.3.2 | 1,016 | 5/20/2016 |
2.3.2-beta-2 | 856 | 5/20/2016 |
2.3.2-beta-1 | 883 | 5/20/2016 |
2.3.1-beta-3 | 1,185 | 5/13/2016 |
## v2.3.24
* Issue #138 - Better error handling in cursors.
* **POSSIBLE BREAKING CHANGE:** Previously, when an error response was received during cursor enumeration a `NotSupportedException` was thrown. Issue #138 changes this behavior by throwing more detailed (and more specific) exception based on the response from the server. For example, the driver will throw a `ReqlOpFailedError` exception if a cursor change feed is interrupted behind a RethinkDB proxy instead of throwing a generic `NotSupportedException`.
## v2.3.23
* Issue #128 - NullReferenceException when executing query after failed reconnect.
* Renamed `val` parameters on `Connection.Builder` for better readability and IntelliSense.
## v2.3.22
* Issue #125 - Fixed LINQ provider not using Newtonsoft.Json naming strategy.
* ReGrid: Renamed bucket method `DestroyAsync` to `PergeAsync` to be consistent with non-async `Purge` call.
## v2.3.20
* Upgrade Newtonsoft dependency to v10.0.3.
* Migration to **.NET Standard 2.0**.
## v2.3.19
* Issue 113: Allow client-side generation of ReGrid file ids.
Full History Here: https://github.com/bchavez/RethinkDb.Driver/blob/master/HISTORY.md