Serilog.Sinks.Http
by: Mattias Kindborg
- 1.935k total downloads
- Latest version: 9.2.1
A Serilog sink sending log events over HTTP.
Serilog.Sinks.Map
by: Serilog Contributors
- 2.757k total downloads
- Latest version: 2.0.0
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
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
The rolling file sink for Serilog
Serilog.Sinks.Seq
by: Serilog Contributors, Serilog.Sinks.Seq Contributors, Datalust Pty Ltd
- 3.126k total downloads
- Latest version: 9.1.0
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
The System.Diagnostics.Trace sink for Serilog.
ServiceStack
by: ServiceStack
- 1.16k total downloads
- Latest version: 8.10.0
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
JSON, XML, CSV, JSV, SOAP and MQ Generic Service Clients.
ServiceStack.Client.Core
by: ServiceStack
- 1.184k total downloads
- Latest version: 8.10.0
JSON, XML, CSV, JSV, SOAP and MQ Generic Service Clients.
ServiceStack.Common
by: ServiceStack
- 1.759k total downloads
- Latest version: 8.10.0
#Script, Virtual File System, SimpleContainer and Common library for ServiceStack projects.
ServiceStack.Common.Core
by: ServiceStack
- 1.185k total downloads
- Latest version: 8.10.0
#Script, Virtual File System, SimpleContainer and Common library for ServiceStack projects.
ServiceStack.Core
by: ServiceStack
- 1.179k total downloads
- Latest version: 8.10.0
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
- 158 total downloads
- Latest version: 5.12.0
ServiceStack extensions for .NET Core Apps, including GrpcFeature
ServiceStack.GrpcClient
by: ServiceStack
- 738 total downloads
- Latest version: 8.10.0
ServiceStack's gRPC GrpcServiceClient
ServiceStack.Interfaces
by: ServiceStack
- 1.757k total downloads
- Latest version: 10.2.0
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
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Kestrel
by: ServiceStack
- 1.1k total downloads
- Latest version: 8.10.0
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.04k total downloads
- Latest version: 8.10.0
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.029k total downloads
- Latest version: 8.10.0
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
- 747 total downloads
- Latest version: 8.10.0
Uses Microsoft.Data.SQLite.
.NET Standard 2.0 version of ServiceStack.OrmLite.Sqlite that uses Microsoft.Data.SQLite