Serilog.Sinks.Http by: Mattias Kindborg
  • 1.936k total downloads
  • Latest version: 9.2.1
  • serilog http
A Serilog sink sending log events over HTTP.
Serilog.Sinks.Map by: Serilog Contributors
  • 2.762k total downloads
  • Latest version: 2.0.0
  • serilog
A Serilog sink wrapper that dispatches events based on a property value.
Serilog.Sinks.PeriodicBatching by: Serilog Contributors
  • 1.491k total downloads
  • Latest version: 5.0.1-dev-00860
  • serilog batching timer
Buffer batches of log events to be flushed asynchronously.
Serilog.Sinks.RollingFile by: Serilog Contributors
  • 762 total downloads
  • Latest version: 3.3.1-dev-00771
  • serilog file io rolling
The rolling file sink for Serilog
Serilog.Sinks.Seq by: Serilog Contributors, Serilog.Sinks.Seq Contributors, Datalust Pty Ltd
  • 3.128k total downloads
  • Latest version: 9.1.0
  • serilog seq
A Serilog sink that writes events to Seq using newline-delimited JSON and HTTP/HTTPS.
Serilog.Sinks.Trace by: Serilog Contributors
  • 534 total downloads
  • Latest version: 4.0.0
  • serilog trace diagnostic
The System.Diagnostics.Trace sink for Serilog.
ServiceStack by: ServiceStack
  • 1.323k total downloads
  • Latest version: 10.2.0
  • Fast JSON XML CSV HTML SOAP JSV REST Web Service Framework ServiceStack
ServiceStack is a simple and fast alternative to WCF, MVC and Web API in one cohesive framework for all your services and web apps that's intuitive and Easy to use! To get started see: https://servicestack.net/getting-started
ServiceStack.Client by: ServiceStack
  • 1.182k total downloads
  • Latest version: 10.2.0
  • ServiceStack Common Framework Clients ServiceClients Gateway
JSON, XML, CSV, JSV, SOAP and MQ Generic Service Clients.
ServiceStack.Client.Core by: ServiceStack
  • 1.184k total downloads
  • Latest version: 8.10.0
  • ServiceStack Common Framework Clients ServiceClients Gateway
JSON, XML, CSV, JSV, SOAP and MQ Generic Service Clients.
ServiceStack.Common by: ServiceStack
  • 1.983k total downloads
  • Latest version: 10.2.0
  • ServiceStack Common Framework Clients ServiceClients Gateway
#Script, Virtual File System, SimpleContainer and Common library for ServiceStack projects.
ServiceStack.Common.Core by: ServiceStack
  • 1.186k total downloads
  • Latest version: 8.10.0
  • ServiceStack Common Framework Clients ServiceClients Gateway
#Script, Virtual File System, SimpleContainer and Common library for ServiceStack projects.
ServiceStack.Core by: ServiceStack
  • 1.181k total downloads
  • Latest version: 8.10.0
  • Fast JSON XML CSV HTML SOAP JSV REST Web Service Framework ServiceStack
ServiceStack is a simple and fast alternative to WCF, MVC and Web API in one cohesive framework for all your services and web apps that's intuitive and Easy to use! To get started see: https://servicestack.net/getting-started
ServiceStack.Extensions by: ServiceStack
  • 902 total downloads
  • Latest version: 10.2.0
  • ServiceStack gRPC server GrpcFeature
ServiceStack extensions for .NET Core Apps, including GrpcFeature
ServiceStack.GrpcClient by: ServiceStack
  • 865 total downloads
  • Latest version: 10.2.0
  • ServiceStack ServiceClients gRPC
ServiceStack's gRPC GrpcServiceClient
ServiceStack.Interfaces by: ServiceStack
  • 1.757k total downloads
  • Latest version: 10.2.0
  • ServiceStack Common Framework Clients ServiceClients Gateway
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Interfaces.Core by: ServiceStack
  • 1.202k total downloads
  • Latest version: 8.10.0
  • ServiceStack Common Framework Clients ServiceClients Gateway
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Kestrel by: ServiceStack
  • 1.18k total downloads
  • Latest version: 10.2.0
  • ServiceStack SelfHost Host Kestrel HTTP Server
Provides AppSelfHostBase implementation for .NET Core's Kestrel Self Host HTTP Server To get started see: https://servicestack.net/getting-started
ServiceStack.Mvc by: ServiceStack
  • 1.158k total downloads
  • Latest version: 10.2.0
  • MVC ServiceStack MiniProfiler FluentValidation Controller
MVC Adapter classes to provide tight integration and re-usable functionality between ServiceStack and MVC. Including adapters for: MiniProfiler, FluentValidation, Funq IOC Controller Factory, Funq Validator Factory ControllerBase (configured with access to ServiceStack's ICacheClient, ISession, typed UserSession dependencies).
ServiceStack.OrmLite by: ServiceStack
  • 1.172k total downloads
  • Latest version: 10.2.0
  • OrmLite RDBMS SQL POCO Code-First ORM Schema-less Blobs
Common library for the Light, simple and fast convention-based code-first POCO, OrmLite. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs. OrmLite is a suite extension methods on ADO.NET's underlying IDbConnection providing DRY, typed access for common data usage patterns that map to clean, simple POCOs. Great support for testing where OrmLite methods can be mocked.
ServiceStack.OrmLite.Sqlite.Data by: ServiceStack
  • 870 total downloads
  • Latest version: 10.2.0
  • SQLite OrmLite RDBMS SQL POCO Code-First ORM Schema-less Blobs
Version of OrmLite Sqlite that uses Microsoft.Data.Sqlite