You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sourcedirs: ''# Optional directories which contain the corresponding source code (separated by semicolon). The source directories are used if coverage report contains classes without path information.
42
+
historydir: ''# Optional directory for storing persistent coverage information. Can be used in future reports to show coverage evolution.
43
+
plugins: ''# Optional plugin files for custom reports or custom history storage (separated by semicolon).
44
+
assemblyfilters: '+SQLite.Tests;-NUnit3.TestAdapter'# Optional list of assemblies that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.
45
+
classfilters: '+*;-SQLite.Tests.*'# Optional list of classes that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.
46
+
filefilters: '+*'# Optional list of files that should be included or excluded in the report. Exclusion filters take precedence over inclusion filters. Wildcards are allowed.
47
+
verbosity: 'Info'# The verbosity level of the log messages. Values: Verbose, Info, Warning, Error, Off
48
+
title: ''# Optional title.
49
+
tag: '${{ github.run_number }}_${{ github.run_id }}'# Optional tag or build version.
50
+
customSettings: ''# Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings.
|[](https://www.nuget.org/packages/sqlite-net-pcl)|[sqlite-net-pcl](https://www.nuget.org/packages/sqlite-net-pcl)| .NET Standard Library |
11
11
|[](https://www.nuget.org/packages/sqlite-net-sqlcipher)|[sqlite-net-sqlcipher](https://www.nuget.org/packages/sqlite-net-sqlcipher)| With Encryption Support |
12
+
|[](https://www.nuget.org/packages/sqlite-net-static)|[sqlite-net-static](https://www.nuget.org/packages/sqlite-net-static)| Special version that uses P/Invokes to platform-provided sqlite3 |
12
13
13
14
SQLite-net is an open source, minimal library to allow .NET, .NET Core, and Mono applications to store data in
14
15
[SQLite 3 databases](http://www.sqlite.org). It was first designed to work with [Xamarin.iOS](http://xamarin.com),
0 commit comments