Serilog.Sinks.Seq 4.0.1-dev-00155

This is a prerelease version of Serilog.Sinks.Seq.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Serilog.Sinks.Seq --version 4.0.1-dev-00155
                    
NuGet\Install-Package Serilog.Sinks.Seq -Version 4.0.1-dev-00155
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Serilog.Sinks.Seq" Version="4.0.1-dev-00155" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Serilog.Sinks.Seq" Version="4.0.1-dev-00155" />
                    
Directory.Packages.props
<PackageReference Include="Serilog.Sinks.Seq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Serilog.Sinks.Seq --version 4.0.1-dev-00155
                    
#r "nuget: Serilog.Sinks.Seq, 4.0.1-dev-00155"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Serilog.Sinks.Seq@4.0.1-dev-00155
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Serilog.Sinks.Seq&version=4.0.1-dev-00155&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Serilog.Sinks.Seq&version=4.0.1-dev-00155&prerelease
                    
Install as a Cake Tool

Serilog sink that writes to the Seq log server over HTTP/HTTPS.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (419)

Showing the top 5 NuGet packages that depend on Serilog.Sinks.Seq:

Package Downloads
Takenet.Iris.Common

Iris common data types package

EtAlii.xTechnology.Diagnostics

A package that contains generic abstractions for debugging and logging purposes.

Hopex.ApplicationServer.SiteModule

Hopex Application site module

EtAlii.xTechnology.Diagnostics.Serilog

A package that contains a logging implementation that uses the Serilog logging system.

Convey.Logging

Convey.Logging

GitHub repositories (77)

Showing the top 20 popular GitHub repositories that depend on Serilog.Sinks.Seq:

Repository Stars
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
ChangemakerStudios/Papercut-SMTP
Papercut SMTP -- The Simple Desktop Email Server
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
AppMetrics/AppMetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
dotnet-architecture/eShopOnDapr
A sample .NET distributed application based on eShopOnContainers, powered by Dapr.
neozhu/CleanArchitectureWithBlazorServer
This repository is designed to create an enterprise Blazor Server application that follows the principles of Clean Architecture and implements Blazor Clean Architecture best practices for scalability, maintainability, and testability.
desenvolvedor-io/dev-store
A microservices e-commerce reference application built with ASP.NET 9
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
snatch-dev/Convey
A simple recipe for .NET Core microservices.
Mimetis/Dotmim.Sync
A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
mehdihadeli/food-delivery-microservices
🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
bing-framework/Bing.NetCore
Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
davidfowl/Micronetes
Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
Version Downloads Last Updated
9.0.0 6,617,935 12/20/2024
9.0.0-dev-02304 249 12/20/2024
9.0.0-dev-02303 251 12/20/2024
9.0.0-dev-02301 11,299 12/2/2024
9.0.0-dev-00310 29,430 7/21/2024
8.0.1-dev-00309 648 7/21/2024
8.0.0 11,886,135 6/4/2024
8.0.0-dev-00305 553 6/3/2024
8.0.0-dev-00302 612 5/29/2024
8.0.0-dev-00299 4,255 5/8/2024
8.0.0-dev-00297 276 5/8/2024
8.0.0-dev-00295 656 5/7/2024
7.0.1 1,902,491 5/3/2024
7.0.1-dev-00291 253 5/3/2024
7.0.1-dev-00288 5,005 5/1/2024
7.0.1-dev-00286 21,368 4/1/2024
7.0.0 2,834,831 3/6/2024
7.0.0-dev-00282 14,037 2/22/2024
7.0.0-dev-00280 263 2/22/2024
7.0.0-dev-00278 283 2/21/2024
7.0.0-dev-00276 21,898 1/2/2024
6.0.0 6,898,919 11/15/2023
6.0.0-dev-00273 282 11/15/2023
6.0.0-dev-00268 4,259 11/3/2023
6.0.0-dev-00266 10,802 10/5/2023
5.2.3 2,863,134 10/4/2023
5.2.3-dev-00262 214,858 2/5/2023
5.2.3-dev-00260 82,082 11/22/2022
5.2.3-dev-00257 3,391 11/15/2022
5.2.2 15,982,186 11/15/2022
5.2.2-dev-00247 9,377 10/18/2022
5.2.1 2,254,725 9/30/2022
5.2.1-dev-00246 345 10/18/2022
5.2.1-dev-00245 370 10/10/2022
5.2.0 940,209 9/13/2022
5.2.0-dev-00239 372 9/28/2022
5.2.0-dev-00236 397 9/13/2022
5.2.0-dev-00234 951 9/13/2022
5.1.2-dev-00232 377 9/12/2022
5.1.2-dev-00229 1,312 9/12/2022
5.1.2-dev-00225 29,899 6/24/2022
5.1.2-dev-00222 89,473 2/14/2022
5.1.1 14,323,182 1/13/2022
5.1.1-dev-00218 418 1/13/2022
5.1.0 2,697,902 11/12/2021
5.1.0-dev-00214 1,574 11/5/2021
5.1.0-dev-00206 1,243 11/4/2021
5.0.2-dev-00203 529 11/2/2021
5.0.1 9,751,196 4/22/2021
5.0.1-dev-00190 546 4/22/2021
5.0.0 2,412,501 2/11/2021
5.0.0-dev-00184 525 2/11/2021
5.0.0-dev-00174 161,101 2/23/2020
5.0.0-dev-00172 34,490 2/17/2020
4.1.0-dev-00166 523,809 10/17/2019
4.0.1-dev-00159 103,175 9/22/2018
4.0.1-dev-00157 21,048 7/23/2018
4.0.1-dev-00155 20,305 5/9/2018
4.0.1-dev-00154 3,476 4/13/2018
4.0.0 26,115,253 1/14/2018
4.0.0-dev-00150 11,978 10/30/2017
4.0.0-dev-00148 1,879 10/19/2017
3.4.0 1,850,060 9/18/2017
3.4.0-dev-00134 3,590 9/15/2017
3.3.4-dev-00129 4,929 7/27/2017
3.3.4-dev-00126 1,355 7/26/2017
3.3.3 242,192 7/25/2017
3.3.3-dev-00122 1,346 7/25/2017
3.3.2 76,999 6/20/2017
3.3.2-dev-00118 1,379 6/20/2017
3.3.1 70,504 5/22/2017
3.3.1-dev-00114 1,405 5/22/2017
3.3.0 17,905 5/18/2017
3.3.0-dev-00110 4,184 4/8/2017
3.2.0 476,806 1/6/2017
3.2.0-dev-00105 1,439 1/6/2017
3.1.2-dev-00103 1,394 1/6/2017
3.1.2-dev-00100 3,096 11/15/2016
3.1.1 234,844 11/4/2016
3.1.1-dev-00096 1,591 11/4/2016
3.1.0 21,483 11/4/2016
3.1.0-dev-00092 1,710 11/4/2016
3.1.0-dev-00090 1,671 11/3/2016
3.0.2-dev-00088 1,467 10/31/2016
3.0.2-dev-00086 3,263 10/4/2016
3.0.1 177,345 9/9/2016
3.0.1-dev-00082 1,360 9/9/2016
3.0.0 56,325 8/26/2016
3.0.0-dev-00077 1,431 8/26/2016
3.0.0-dev-00076 1,394 8/21/2016
3.0.0-dev-00071 1,468 8/18/2016
3.0.0-dev-00069 5,742 7/7/2016
3.0.0-dev-00067 1,462 7/7/2016
2.0.1 102,136 8/21/2016
2.0.1-dev-00065 1,566 7/5/2016
2.0.0 122,654 6/28/2016
2.0.0-rc-57 2,600 6/20/2016
2.0.0-rc-55 1,589 6/17/2016
2.0.0-rc-51 1,729 6/9/2016
2.0.0-rc-48 1,993 6/1/2016
2.0.0-rc-46 3,058 5/17/2016
2.0.0-beta-42 4,222 3/3/2016
2.0.0-beta-41 1,399 3/3/2016
2.0.0-beta-39 1,364 3/3/2016
2.0.0-beta-38 1,682 2/28/2016
2.0.0-beta-34 2,160 2/23/2016
2.0.0-beta-33 1,947 2/15/2016
2.0.0-beta-32 1,380 2/15/2016
2.0.0-beta-31 1,466 2/9/2016
2.0.0-beta-30 2,127 1/26/2016
2.0.0-beta-29 1,380 1/26/2016
2.0.0-beta-28 1,688 1/14/2016
2.0.0-beta-25 1,776 12/1/2015
2.0.0-beta-23 1,653 11/28/2015
2.0.0-beta-22 1,612 11/28/2015
1.5.36 103,934 2/25/2016
1.5.27 66,305 12/6/2015
1.5.24 6,592 12/1/2015
1.5.17 88,046 9/4/2015
1.5.15 58,783 6/23/2015
1.5.14 20,915 4/30/2015
1.5.11 6,426 4/26/2015
1.5.9 8,753 4/10/2015
1.5.8 5,176 4/10/2015
1.5.7 6,044 4/2/2015
1.5.6 5,357 4/1/2015
1.5.5 5,853 3/26/2015
1.5.4 8,025 3/11/2015
1.5.3 5,161 3/11/2015
1.5.2 5,157 3/11/2015
1.5.1 5,892 3/11/2015
1.4.196 8,673 2/22/2015
1.4.182 7,063 2/15/2015
1.4.168 5,733 2/8/2015
1.4.155 5,960 2/1/2015
1.4.139 7,850 1/23/2015
1.4.118 5,906 1/13/2015
1.4.113 6,725 1/6/2015
1.4.102 7,708 12/21/2014
1.4.99 5,623 12/18/2014
1.4.97 5,418 12/18/2014
1.4.76 8,072 12/8/2014
1.4.39 5,786 11/26/2014
1.4.34 5,504 11/24/2014
1.4.28 5,337 11/24/2014
1.4.27 5,343 11/23/2014
1.4.23 5,345 11/21/2014
1.4.21 5,304 11/21/2014
1.4.18 5,659 11/18/2014
1.4.15 7,560 11/4/2014
1.4.14 5,529 10/23/2014
1.4.13 5,110 10/23/2014
1.4.12 7,025 10/12/2014
1.4.11 5,300 10/8/2014
1.4.10 10,724 9/26/2014
1.4.9 5,465 9/17/2014
1.4.8 5,480 9/11/2014
1.4.7 5,663 9/1/2014
1.4.6 5,140 8/31/2014
1.4.5 5,205 8/27/2014
1.4.4 78,070 8/27/2014