Serilog.Enrichers.Environment by: Serilog Contributors
  • 3,391k total downloads
  • Latest version: 3.0.1
  • serilog machine enricher
Enrich Serilog log events with properties from System.Environment.
Serilog.Enrichers.Thread by: Serilog Contributors
  • 1,173k total downloads
  • Latest version: 4.0.0
  • serilog thread enricher
Enrich Serilog events with properties from the current thread.
Serilog.Exceptions by: Muhammad Rehan Saeed (RehanSaeed.com)
  • 113 total downloads
  • Latest version: 8.4.0+build.694
  • Serilog Exception Log Logging Detail Details
Log exception details and custom properties that are not output in Exception.ToString().
Serilog.Expressions by: Serilog Contributors
  • 2,388k total downloads
  • Latest version: 5.0.0
  • serilog
An embeddable mini-language for filtering, enriching, and formatting Serilog events, ideal for use with JSON or XML configuration.
Serilog.Extensions.Hosting by: Microsoft, Serilog Contributors
  • 7,122k total downloads
  • Latest version: 10.0.0
  • serilog aspnet aspnetcore hosting
Serilog support for .NET Core logging in hosted services
Serilog.Extensions.Logging by: Microsoft, Serilog Contributors
  • 7,491k total downloads
  • Latest version: 10.0.0
  • serilog Microsoft.Extensions.Logging
Low-level Serilog provider for Microsoft.Extensions.Logging
Serilog.Formatting.Compact by: Serilog Contributors
  • 7,054k total downloads
  • Latest version: 3.0.0
  • serilog json
A simple, compact JSON-based event format for Serilog.
Serilog.Settings.Configuration by: Serilog Contributors
  • 10,923k total downloads
  • Latest version: 10.0.0
  • serilog json appsettings
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
Serilog.Sinks.ApplicationInsights by: Joerg Battermann, Ivan Gavryliuk, contributors
  • 138 total downloads
  • Latest version: 4.1.0
  • serilog logging azure applicationinsights application insights
Serilog sink for Application Insights.
Serilog.Sinks.Console by: Serilog Contributors
  • 9,269k total downloads
  • Latest version: 6.1.1
  • serilog console terminal
A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.Console.LogThemes by: JasonLandbridge
  • 169 total downloads
  • Latest version: 0.4.0
  • serilog console terminal
An extension package for the great Serilog Sinks Console which provides the following extra features: - More themes, including the ones from the Serilog Sinks Console which are a 1 to 1 replica, but written in Fluent styling! - Complete fluent styling of themes with 16-color, 256-color and Truecolor (24-bit RGB) support! - All themes are fully extendable and can be overwritten on a per property base! - Easy demo functionality to quickly test how every theme looks in your IDE! - This project only has one dependency and is fully compatible with Serilog Sinks Console!
Serilog.Sinks.Debug by: Serilog Contributors
  • 7,196k total downloads
  • Latest version: 3.0.0
  • serilog debug
A Serilog sink that writes log events to the debug output window.
Serilog.Sinks.Email by: Serilog Contributors
  • 53 total downloads
  • Latest version: 4.1.0
  • serilog smtp mailkit
Send Serilog events as SMTP email using MailKit.
Serilog.Sinks.File by: Serilog Contributors
  • 11,355k total downloads
  • Latest version: 7.0.0
  • serilog file
Write Serilog events to text files in plain or JSON format.
Serilog.Sinks.MSSqlServer by: Michiel van Oudheusden, Christian Kadluba, Serilog Contributors
  • 194 total downloads
  • Latest version: 9.0.3
  • serilog sinks mssqlserver
A Serilog sink that writes events to Microsoft SQL Server and Azure SQL
Serilog.Sinks.OpenTelemetry by: Serilog Contributors
  • 1,74k total downloads
  • Latest version: 4.2.0
  • serilog sink opentelemetry
This Serilog sink transforms Serilog events into OpenTelemetry logs and sends them to an OTLP (gRPC or HTTP) endpoint.
Serilog.Sinks.Seq by: Serilog Contributors, Serilog.Sinks.Seq Contributors, Datalust Pty Ltd
  • 1,191k total downloads
  • Latest version: 9.0.0
  • serilog seq
A Serilog sink that writes events to Seq using newline-delimited JSON and HTTP/HTTPS.
Sharpnado.Tabs.Maui by: Jean-Marie Alfonsi
  • 1 total downloads
  • Latest version: 3.0.1
  • maui dotnetmaui xamarin.forms android ios uwp netstandard tabs segmented control bottombar fixed tabs scrollable tabs badge
Pure MAUI Tabs: * Fixed tabs (android tabs style) * Scrollable tabs * Vertical tabs * Material design tabs (top and leading icon) * Support for SVG images * Segmented tabs * Custom shadows (neumorphism ready) * Badges on tabs * Circle button in tab bar * Bottom bar tabs (ios tabs style) * Custom tabs (be creative just implement TabItem) * Independent ViewSwitcher * Bindable with ItemsSource ## Installation * In Core project, in `MauiProgram.cs`: ```csharp public static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder .UseMauiApp() .UseSharpnadoTabs(loggerEnabled: false); } ```
SharpYaml by: Alexandre Mutel
  • 1 total downloads
  • Latest version: 2.1.3
  • yaml parser yml
A YAML portable .NET library. providing parsing and serialization of object graphs, compatible with CoreCLR.
SharpZipLib by: ICSharpCode
  • 17 total downloads
  • Latest version: 1.4.2
  • Compression Library Zip GZip BZip2 LZW Tar
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)