praeclarum / praeclarum/sqlite-net

sqlite-net-sqlcipher - SQLite-net.dll version is set to 1.0.0.0

Open
#810 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
4.5k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

I've tried both the stable version 1.5.231, and beta version 1.6.258-beta.

Both have the Assembly version of the SQLite-net.dll set to 1.0.0.0. This is an issue when you are using other packages that reference older versions of the dll that have a greater version number (AppCenter references v1.3.1).

Encountered conflict between 'Reference:C:\Users\P\.nuget\packages\sqlite-net-pcl\1.3.1\lib\netstandard1.1\SQLite-net.dll' and 'Reference:C:\Users\P\.nuget\packages\sqlite-net-sqlcipher\1.6.258-beta\lib\netstandard1.1\SQLite-net.dll'. NETSDK1033: Choosing 'Reference:C:\Users\P\.nuget\packages\sqlite-net-pcl\1.3.1\lib\netstandard1.1\SQLite-net.dll' because AssemblyVersion '1.1.0.0' is greater than '1.0.0.0'.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating how the sqlite-net-sqlcipher package builds SQLite-net.dll for the netstandard1.1 target and where its AssemblyVersion is defined. Compare the stable 1.5.231 and beta 1.6.258 package outputs, then verify that the resulting assembly version resolves the conflict with sqlite-net-pcl and AppCenter references.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, sqlite
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.