Skip to content
#

exception

Here are 250 public repositories matching this topic...

Serilog.Exceptions
RehanSaeed
RehanSaeed commented Oct 19, 2021

Describe the feature

To avoid using reflection we can create custom destructurers for more exception types. ArgumentExceptionDestructurer is a good example for how to do this.

  • System.AggregateException
  • System.BadImageFormatException
  • System.Diagnostics.Contracts.ContractException
  • System.Globalization.CultureNotFoundException
  • System.IO.FileLoadException
enhancement help wanted good first issue
TechInterMezzo
TechInterMezzo commented Mar 23, 2022

Would it be possible to remove the dependency on JetBrains.Annotations?
To avoid a dependency hell as much as possible I like to have a minimum of dependencies for every nuget package I use.
Since the new .NET versions have a very good support for nullable reference types I am not really sure if there is a need for those null annotations.

good first issue

C++ Framework For Fast Development: OOP wrappers and helpers for OpenCL, SQLite, Microsoft RPC API (DCE), Windows Web Services API (SOAP), Extensible Storage Engine (ESENT) and Service Broker (SQL Server). Also: garbage collection, exception handling, logging, stack tracing and command line parser. Ports available from POSIX to Windows 10 Mobile.

  • Updated Mar 2, 2022
  • C

Improve this page

Add a description, image, and links to the exception topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exception topic, visit your repo's landing page and select "manage topics."

Learn more