TileDB.CSharp 5.17.0

Prefix Reserved
dotnet add package TileDB.CSharp --version 5.17.0
                    
NuGet\Install-Package TileDB.CSharp -Version 5.17.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.17.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TileDB.CSharp" Version="5.17.0" />
                    
Directory.Packages.props
<PackageReference Include="TileDB.CSharp" />
                    
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 TileDB.CSharp --version 5.17.0
                    
#r "nuget: TileDB.CSharp, 5.17.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.
#addin nuget:?package=TileDB.CSharp&version=5.17.0
                    
Install TileDB.CSharp as a Cake Addin
#tool nuget:?package=TileDB.CSharp&version=5.17.0
                    
Install TileDB.CSharp as a Cake Tool

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

C# REST API of TileDB Cloud

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.17.0 192 12/19/2024
5.16.0 1,680 9/18/2024
5.15.0 1,293 8/7/2024
5.14.0 563 6/14/2024
5.13.0 594 5/15/2024
5.12.0 544 4/30/2024
5.11.0 409 3/20/2024
5.10.0 530 2/28/2024
5.9.0 506 2/7/2024
5.8.0 729 12/19/2023
5.7.0 574 10/18/2023
5.6.0 1,132 7/17/2023
5.5.0 568 3/16/2023
5.4.1 152 9/11/2023
5.4.0 303 1/23/2023
5.3.1 144 9/11/2023
5.3.0 1,584 1/14/2023
5.2.5 2,547 12/5/2022
5.2.4 903 9/26/2022
5.2.3 464 9/13/2022
5.2.2 473 9/7/2022
5.2.1 621 8/25/2022
5.2.0 835 8/10/2022
5.1.2 525 8/4/2022
5.1.1 571 7/22/2022
5.1.0 516 7/22/2022
5.0.4 723 7/1/2022
5.0.3 555 6/17/2022
5.0.2 546 6/12/2022
5.0.1 6,814 5/31/2022
5.0.0 559 5/27/2022
2.5.0 2,327 1/13/2022 2.5.0 is deprecated because it is no longer maintained.
2.4.11 810 1/12/2022 2.4.11 is deprecated because it is no longer maintained.
2.4.10 943 12/30/2021 2.4.10 is deprecated because it is no longer maintained.
2.4.9 895 12/27/2021 2.4.9 is deprecated because it is no longer maintained.
2.4.8 844 12/25/2021 2.4.8 is deprecated because it is no longer maintained.
2.4.7 1,246 12/10/2021 2.4.7 is deprecated because it is no longer maintained.
2.4.6 635 12/9/2021 2.4.6 is deprecated because it is no longer maintained.
2.4.5 579 12/8/2021 2.4.5 is deprecated because it is no longer maintained.
2.4.4 1,100 12/1/2021 2.4.4 is deprecated because it is no longer maintained.