TileDB.CSharp 5.13.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package TileDB.CSharp --version 5.13.0
NuGet\Install-Package TileDB.CSharp -Version 5.13.0
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="TileDB.CSharp" Version="5.13.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TileDB.CSharp --version 5.13.0
#r "nuget: TileDB.CSharp, 5.13.0"
#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.
// Install TileDB.CSharp as a Cake Addin
#addin nuget:?package=TileDB.CSharp&version=5.13.0

// Install TileDB.CSharp as a Cake Tool
#tool nuget:?package=TileDB.CSharp&version=5.13.0

TileDB.CSharp

This package provides a C# interface to the TileDB Embedded storage engine.

Usage

After installing the package, see the official documentation and the C# example project to learn how to use it.

Resolving DllNotFoundExceptions

To reduce the download size, the TileDB Embedded native library is downloaded only on RID-specific builds. If you are getting DllNotFoundExceptions that the library tiledb is not found, you have to specify an RID, and you will get a warning if you don't. There are many ways to do it:

* From the project file:

Add one of the following properties to your project:

```xml
<PropertyGroup>
    <RuntimeIdentifier>win-x64</RuntimeIdentifier>
    
    <UseCurrentRuntimeIdentifier>true</UseCurrentRuntimeIdentifier>
</PropertyGroup>
```
  • From the .NET CLI:
When building or publishing a project you can specify the `-r <your_rid>` option to provide an RID.

Consult the .NET documentation for more information.

Native binaries are provided for the following RIDs, and all that derive from them such as win10-x64 or ubuntu-x64:

  • win-x64
  • linux-x64
  • osx-x64
  • osx-arm64

Patching TileDB Embedded

You can update to a newer patch version of TileDB Embedded by explicitly specifying a version of the TileDB.Native package in your project.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TileDB.CSharp:

Package Downloads
TileDB.Cloud The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

C# REST API of TileDB Cloud

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.13.0 53 5/15/2024
5.12.0 374 4/30/2024
5.11.0 359 3/20/2024
5.10.0 461 2/28/2024
5.9.0 459 2/7/2024
5.8.0 666 12/19/2023
5.7.0 536 10/18/2023
5.6.0 1,093 7/17/2023
5.5.0 528 3/16/2023
5.4.1 118 9/11/2023
5.4.0 262 1/23/2023
5.3.1 108 9/11/2023
5.3.0 663 1/14/2023
5.2.5 1,627 12/5/2022
5.2.4 769 9/26/2022
5.2.3 408 9/13/2022
5.2.2 410 9/7/2022
5.2.1 547 8/25/2022
5.2.0 759 8/10/2022
5.1.2 457 8/4/2022
5.1.1 494 7/22/2022
5.1.0 446 7/22/2022
5.0.4 649 7/1/2022
5.0.3 484 6/17/2022
5.0.2 467 6/12/2022
5.0.1 5,809 5/31/2022
5.0.0 490 5/27/2022
2.5.0 2,209 1/13/2022
2.4.11 721 1/12/2022
2.4.10 839 12/30/2021
2.4.9 805 12/27/2021
2.4.8 741 12/25/2021
2.4.7 1,137 12/10/2021
2.4.6 546 12/9/2021
2.4.5 505 12/8/2021
2.4.4 1,019 12/1/2021