Serilog.Exceptions
1.1.0
Prefix Reserved
See the version list below for details.
dotnet add package Serilog.Exceptions --version 1.1.0
NuGet\Install-Package Serilog.Exceptions -Version 1.1.0
<PackageReference Include="Serilog.Exceptions" Version="1.1.0" />
paket add Serilog.Exceptions --version 1.1.0
#r "nuget: Serilog.Exceptions, 1.1.0"
// Install Serilog.Exceptions as a Cake Addin #addin nuget:?package=Serilog.Exceptions&version=1.1.0 // Install Serilog.Exceptions as a Cake Tool #tool nuget:?package=Serilog.Exceptions&version=1.1.0
Log exception details and custom properties that are not output in Exception.ToString().
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages (307)
Showing the top 5 NuGet packages that depend on Serilog.Exceptions:
Package | Downloads |
---|---|
Serilog.Exceptions.EntityFrameworkCore
Log exception details and custom properties that are not output in Exception.ToString(). Contains custom destructurers for Entity Framework Core exceptions. |
|
Serilog.Exceptions.SqlServer
Log exception details and custom properties that are not output in Exception.ToString(). Contains custom destructurers for SQL Server exceptions. |
|
Sitko.Core.App
Sitko.Core is a set of libraries to help build .NET Core applications fast |
|
Blauhaus.Analytics.Serilog
Package Description |
|
Serilog.Exceptions.MsSqlServer
Log exception details and custom properties that are not output in Exception.ToString(). Contains custom destructurers for SQL Server exceptions. |
GitHub repositories (42)
Showing the top 5 popular GitHub repositories that depend on Serilog.Exceptions:
Repository | Stars |
---|---|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
|
|
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
|
|
stratumauth/app
📱 Two-Factor Authentication (2FA) client for Android + Wear OS
|
|
rmcrackan/Libation
Libation: Liberate your Library
|
Version | Downloads | Last updated |
---|---|---|
8.4.0 | 33,399,817 | 8/15/2022 |
8.3.0 | 2,464,904 | 6/30/2022 |
8.2.0 | 3,052,637 | 5/20/2022 |
8.1.0 | 6,272,011 | 2/19/2022 |
8.0.0 | 5,376,208 | 11/9/2021 |
7.1.0 | 1,848,962 | 9/28/2021 |
7.0.0 | 5,394,424 | 6/15/2021 |
6.1.0 | 7,997,992 | 3/12/2021 |
6.0.0 | 4,233,224 | 11/18/2020 |
5.7.0 | 1,742,119 | 11/3/2020 |
5.6.0 | 4,784,895 | 7/9/2020 |
5.5.0 | 1,593,831 | 6/2/2020 |
5.4.0 | 6,192,986 | 12/26/2019 |
5.3.1 | 4,684,297 | 7/11/2019 |
5.3.0 | 314,953 | 6/26/2019 |
5.2.0 | 91,571 | 6/22/2019 |
5.0.0 | 3,168,793 | 12/27/2018 |
4.1.0 | 2,685,472 | 5/1/2018 |
4.0.0 | 1,061,674 | 2/11/2018 |
3.0.0 | 225,429 | 11/17/2017 |
2.5.0 | 199,465 | 8/21/2017 |
2.4.1 | 533,108 | 5/13/2017 |
2.4.0 | 237,452 | 2/7/2017 |
2.3.0 | 145,119 | 1/30/2017 |
2.2.1 | 216,915 | 9/18/2016 |
2.2.0 | 5,713 | 9/7/2016 |
2.0.1 | 44,854 | 9/3/2016 |
2.0.0 | 27,598 | 6/28/2016 |
2.0.0-rc | 3,917 | 6/17/2016 |
2.0.0-build0009 | 4,013 | 9/2/2016 |
2.0.0-build0008 | 3,940 | 8/22/2016 |
2.0.0-beta0007 | 3,889 | 8/22/2016 |
1.2.0 | 21,296 | 5/19/2016 |
1.1.0 | 58,346 | 2/5/2016 |
1.0.1 | 5,435 | 12/7/2015 |
1.0.0 | 27,693 | 12/7/2015 |
Made it easier to add custom exception destructurers from the WithExceptionDetails extension method.