Serilog.Exceptions 1.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
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
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.Exceptions" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Serilog.Exceptions --version 1.1.0
#r "nuget: Serilog.Exceptions, 1.1.0"
#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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

  • .NETFramework 4.5

  • .NETFramework 4.5.1

  • .NETFramework 4.5.2

  • .NETFramework 4.6

  • .NETFramework 4.6.1

NuGet packages (258)

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

Package Downloads
Serilog.Exceptions.EntityFrameworkCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Log exception details and custom properties that are not output in Exception.ToString(). Contains custom destructurers for Entity Framework Core exceptions.

Sitko.Core.App

Sitko.Core is a set of libraries to help build .NET Core applications fast

Serilog.Exceptions.SqlServer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Log exception details and custom properties that are not output in Exception.ToString(). Contains custom destructurers for SQL Server exceptions.

Blauhaus.Analytics.Serilog

Package Description

Serilog.Exceptions.MsSqlServer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Log exception details and custom properties that are not output in Exception.ToString(). Contains custom destructurers for SQL Server exceptions.

GitHub repositories (37)

Showing the top 5 popular GitHub repositories that depend on Serilog.Exceptions:

Repository Stars
fullstackhero/dotnet-webapi-starter-kit
production grade .net 8 webapi starter kit with multitenancy support and clean code. 🔥
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
jamie-mh/AuthenticatorPro
📱 Two-Factor Authentication (2FA) client for Android + Wear OS
Belphemur/SoundSwitch
C# application to switch default playing device. Download: https://soundswitch.aaflalo.me/
Version Downloads Last updated
8.4.0 18,402,724 8/15/2022
8.3.0 2,159,826 6/30/2022
8.2.0 2,606,026 5/20/2022
8.1.0 5,445,979 2/19/2022
8.0.0 4,733,544 11/9/2021
7.1.0 1,636,080 9/28/2021
7.0.0 4,795,103 6/15/2021
6.1.0 6,785,623 3/12/2021
6.0.0 3,829,067 11/18/2020
5.7.0 1,569,737 11/3/2020
5.6.0 4,485,531 7/9/2020
5.5.0 1,437,239 6/2/2020
5.4.0 5,694,237 12/26/2019
5.3.1 4,420,334 7/11/2019
5.3.0 281,027 6/26/2019
5.2.0 88,464 6/22/2019
5.0.0 3,049,241 12/27/2018
4.1.0 2,551,609 5/1/2018
4.0.0 1,031,732 2/11/2018
3.0.0 205,631 11/17/2017
2.5.0 189,145 8/21/2017
2.4.1 505,517 5/13/2017
2.4.0 228,520 2/7/2017
2.3.0 143,019 1/30/2017
2.2.1 208,731 9/18/2016
2.2.0 4,285 9/7/2016
2.0.1 41,173 9/3/2016
2.0.0 24,561 6/28/2016
2.0.0-rc 2,589 6/17/2016
2.0.0-build0009 2,686 9/2/2016
2.0.0-build0008 2,594 8/22/2016
2.0.0-beta0007 2,567 8/22/2016
1.2.0 18,974 5/19/2016
1.1.0 56,811 2/5/2016
1.0.1 4,067 12/7/2015
1.0.0 12,294 12/7/2015

Made it easier to add custom exception destructurers from the WithExceptionDetails extension method.