Giorgi / DuckDB.NET

Bindings and ADO.NET Provider for DuckDB
https://duckdb.net
MIT License
339 stars 61 forks source link

"There are no versions available for the package 'DuckDb.net'." #123

Closed yooakim closed 11 months ago

yooakim commented 11 months ago

When I try to install DuckDB.NET via NuGet I am told there are no package versions available? I'm sure I have missed something or is doing something wrong... but I'd appreciate help.

dotnet add package DuckDb.net
  Determining projects to restore...
  Writing /tmp/tmpnLxbqJ.tmp
info : X.509 certificate chain validation will use the fallback certificate bundle at '/usr/share/dotnet/sdk/7.0.305/trustedroots/codesignctl.pem'.
info : X.509 certificate chain validation will use the fallback certificate bundle at '/usr/share/dotnet/sdk/7.0.305/trustedroots/timestampctl.pem'.
info : Adding PackageReference for package 'DuckDb.net' into project '/workspaces/duck-statement/src/LoadStatements.csproj'.
info :   GET https://api.nuget.org/v3/registration5-gz-semver2/duckdb.net/index.json
info :   NotFound https://api.nuget.org/v3/registration5-gz-semver2/duckdb.net/index.json 375ms
info :   GET https://api.nuget.org/v3/registration5-gz-semver2/duckdb.net/index.json
info :   NotFound https://api.nuget.org/v3/registration5-gz-semver2/duckdb.net/index.json 307ms
error: There are no versions available for the package 'DuckDb.net'.
yooakim commented 11 months ago

User error, when I used the proper package it works fine:

dotnet add package DuckDB.NET.Data.Full