System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 2b26d8f66cfcc4f10a291d43b9eff7bbaccf1716
Title: SQLite.Interop different in Nuget and NetFx46 Setup
Status: Closed Type: Question
Severity: Important Priority: Medium
Subsystem: NuGetPackage Resolution: Works_As_Designed
Last Modified: 2020-09-24 01:13:18
Version Found In: 1.0.113.0
User Comments:
anonymous added on 2020-07-18 15:27:38:
I am seeing file size and date differences between SQLite.Interop.dll files from Nuget (installed from Visual Studio Nuget Solution Package Manager) and from the NetFx46 64 bit setup (downloaded from the web site as sqlite-netFx46-setup-x64-2015-1.0.113.0.exe):
            Nuget           Setup 
Revision  1.0.113.0       1.0.113.0
Size:      1.56 MB         1.43 MB
Date:   5/30/2020 20:04  5/30/2020 12:04

Could you please elucidate the difference between the two?

Thank you

David

mistachkin added on 2020-09-24 01:13:18:

The NuGet package native binaries are statically linked to the MSVC runtime.