- 11.013k total downloads
- Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
SQLitePCLRaw.lib.e_sqlite3.linux
by: Eric Sink D. Richard Hipp et al
- 80 total downloads
- Latest version: 1.1.11
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SharpCompress
by: Adam Hathcock
- 1.468k total downloads
- Latest version: 0.23.0
SharpCompress is a compression library for NET Standard 1.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.
Serilog.Sinks.Debug
by: Serilog Contributors
- 10.688k total downloads
- Latest version: 2.0.0
A Serilog sink that writes log events to the debug output window.
- 11.021k total downloads
- Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
Serilog.Sinks.Seq
by: Serilog Contributors
- 8 total downloads
- Latest version: 5.0.1
Serilog sink that writes to the Seq log server over HTTP/HTTPS.
Sentry
by: Sentry Team and Contributors
- 778 total downloads
- Latest version: 3.24.0
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
SQLitePCLRaw.provider.e_sqlite3.netstandard11
by: Eric Sink et al
- 79 total downloads
- Latest version: 1.1.11
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
runtime.win-x86.runtime.native.System.Data.SqlClient.sni
by: Microsoft
- 2.936k total downloads
- Latest version: 4.4.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
d0d5c7b49271cadb6d97de26d8e623e98abdc8db
When using NuGet 3.x this package requires at least version 3.4.
SQLitePCLRaw.lib.e_sqlite3.osx
by: Eric Sink D. Richard Hipp et al
- 80 total downloads
- Latest version: 1.1.11
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
Serilog
by: Serilog Contributors
- 16.452k total downloads
- Latest version: 2.12.0
Simple .NET logging with fully-structured events
runtime.win-x64.runtime.native.System.Data.SqlClient.sni
by: Microsoft
- 2.939k total downloads
- Latest version: 4.4.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
d0d5c7b49271cadb6d97de26d8e623e98abdc8db
When using NuGet 3.x this package requires at least version 3.4.
Serilog.Enrichers.Thread
by: Serilog Contributors
- 111 total downloads
- Latest version: 3.1.0
Enrich Serilog events with properties from the current thread.
Serilog.Formatting.Compact
by: Serilog Contributors
- 12.165k total downloads
- Latest version: 1.1.0
A simple, compact JSON-based event format for Serilog.
Serilog.Sinks.Async
by: Jezz Santos Serilog Contributors
- 528 total downloads
- Latest version: 1.5.0
Asynchronous sink wrapper for Serilog.
- 2.939k total downloads
- Latest version: 4.4.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
d0d5c7b49271cadb6d97de26d8e623e98abdc8db
When using NuGet 3.x this package requires at least version 3.4.
Serilog.Sinks.PeriodicBatching
by: Serilog Contributors
- 1.84k total downloads
- Latest version: 2.2.0
The periodic batching sink for Serilog
SQLitePCLRaw.lib.e_sqlite3.v110_xp
by: Eric Sink D. Richard Hipp et al
- 80 total downloads
- Latest version: 1.1.11
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.core
by: Eric Sink et al
- 116 total downloads
- Latest version: 1.1.11
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.bundle_green
by: Eric Sink
- 84 total downloads
- Latest version: 1.1.11
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included