SQLitePCL.tests
0.6.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package SQLitePCL.tests --version 0.6.0
NuGet\Install-Package SQLitePCL.tests -Version 0.6.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="SQLitePCL.tests" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLitePCL.tests --version 0.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SQLitePCL.tests, 0.6.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.
// Install SQLitePCL.tests as a Cake Addin #addin nuget:?package=SQLitePCL.tests&version=0.6.0 // Install SQLitePCL.tests as a Cake Tool #tool nuget:?package=SQLitePCL.tests&version=0.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Create a new unit test project. Add this NuGetPackage. Build.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.5-pre2 | 971 | 12/28/2015 |
0.8.5-pre1 | 1,223 | 11/30/2015 |
0.8.3 | 1,222 | 11/23/2015 |
0.8.3-pre1 | 919 | 11/5/2015 |
0.8.2 | 1,140 | 8/24/2015 |
0.8.1 | 1,292 | 7/16/2015 |
0.8.1-pre2 | 912 | 7/10/2015 |
0.8.1-pre1 | 897 | 7/9/2015 |
0.8.0 | 1,230 | 4/10/2015 |
0.8.0-pre3 | 919 | 4/2/2015 |
0.8.0-pre2 | 935 | 4/2/2015 |
0.8.0-pre1 | 879 | 3/16/2015 |
0.7.2-pre1 | 934 | 1/29/2015 |
0.7.1 | 1,413 | 1/19/2015 |
0.7.0 | 1,508 | 12/15/2014 |
0.6.4-pre1 | 1,456 | 11/3/2014 |
0.6.2 | 1,272 | 9/25/2014 |
0.6.1 | 1,130 | 9/22/2014 |
0.6.0 | 1,130 | 9/16/2014 |
0.5.0 | 1,167 | 7/25/2014 |
0.4.0-alpha | 928 | 6/30/2014 |
0.3.0-alpha | 932 | 6/11/2014 |
0.2.0-alpha | 943 | 6/4/2014 |
Update to SQLite 3.8.6. Tweak PCL profile strings for better compatibility with Xamarin. Add overloads for sqlite3_blob_read/write allowing an offset into the byte array to be specified. Comment in sqlite3 intptr dispose to explain why sqlite3_close_v2 isn't used.