Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.net 8 warning NETSDK1206 #63

Open
Prokleta-Kuja opened this issue Dec 3, 2023 · 2 comments
Open

.net 8 warning NETSDK1206 #63

Prokleta-Kuja opened this issue Dec 3, 2023 · 2 comments

Comments

@Prokleta-Kuja
Copy link

Result for .net 8 results in a warning

warning NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): alpine-x64.
Affected libraries: SQLitePCLRaw.lib.e_sqlite3.

In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
@LucasBLs
Copy link

No teu projeto onde instalou o pacote, adicione o bloco abaixo no .csproj, isso fara uso do RID antigo, conforme documentação da Microsoft.

<PropertyGroup>
  <UseRidGraph>true</UseRidGraph>
</PropertyGroup>

@Inurias
Copy link

Inurias commented Aug 22, 2024

sqlite-net, which is a dependency of this project causes this error. They need to update their SQLitePCL.raw dependency to a newer version to fix this.

Related:
praeclarum/sqlite-net#1205
praeclarum/sqlite-net#1219
ericsink/SQLitePCL.raw#543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants