Sentry.PlatformAbstractions
by: Sentry Team and Contributors
- 5 total downloads
- Latest version: 1.1.0-beta
Abstractions to platform information
Sentry.Protocol
by: Sentry Team and Contributors
- 8 total downloads
- Latest version: 2.1.5-beta
The Sentry Protocol used to communicate with Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog
by: Serilog Contributors
- 176 total downloads
- Latest version: 2.12.0
Simple .NET logging with fully-structured events
Serilog.Sinks.Http
by: Mattias Kindborg
- 4 total downloads
- Latest version: 8.0.0-beta.8
A Serilog sink sending log events over HTTP.
Serilog.Sinks.PeriodicBatching
by: Serilog Contributors
- 22 total downloads
- Latest version: 3.1.1-dev-00801
Buffer batches of log events to be flushed asynchronously.
Serilog.Sinks.RollingFile
by: Serilog Contributors
- 41 total downloads
- Latest version: 3.3.1-dev-00771
The rolling file sink for Serilog
ServiceStack.Common
by: ServiceStack
- 5 total downloads
- Latest version: 5.0.2
ServiceStack Templates, Virtual File System, SimpleContainer and Common library for ServiceStack projects.
ServiceStack.Redis
by: ServiceStack
- 14 total downloads
- Latest version: 5.5.0
C# Redis Client for the worlds fastest distributed NoSQL datastore.
Byte[], String and POCO Typed clients.
Thread-Safe Basic and Pooled client managers included.
ServiceStack.Text
by: ServiceStack
- 41 total downloads
- Latest version: 5.13.0
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.
Contains ServiceStack's high-performance text-processing powers, for more info see:
https://github.com/ServiceStack/ServiceStack.Text
SixLabors.ImageSharp
by: Six Labors and contributors
- 92 total downloads
- Latest version: 3.1.12
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SQLite
by: SQLite Development Team
- 1 total downloads
- Latest version: 3.12.3
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 2 total downloads
- Latest version: 3.0.0
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.bundle_green
by: Eric Sink
- 7 total downloads
- Latest version: 1.1.13
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
SQLitePCLRaw.core
by: Eric Sink, et al
- 1 total downloads
- Latest version: 1.1.8
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.lib.e_sqlite3.osx
by: Eric Sink, D. Richard Hipp, et al
- 3 total downloads
- Latest version: 1.1.5
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.lib.e_sqlite3.v110_wp80
by: Eric Sink, D. Richard Hipp, et al
- 3 total downloads
- Latest version: 1.1.3-pre20170220084037
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.lib.e_sqlite3.v110_xp
by: Eric Sink, D. Richard Hipp, et al
- 24 total downloads
- Latest version: 1.1.13
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.lib.e_sqlite3.v120_wp81
by: Eric Sink, D. Richard Hipp, et al
- 14 total downloads
- Latest version: 1.1.13
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.lib.e_sqlite3.v140
by: Eric Sink, D. Richard Hipp, et al
- 4 total downloads
- Latest version: 1.1.8
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.provider.e_sqlite3.net35
by: Eric Sink, et al
- 5 total downloads
- Latest version: 1.1.13
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_*.