StackExchange.Exceptional icon indicating copy to clipboard operation
StackExchange.Exceptional copied to clipboard

Error handler used for the Stack Exchange network

Results 20 StackExchange.Exceptional issues
Sort by recently updated
recently updated
newest added

initial stab at ILogger integration, seems like we're getting duplicate entries now (host as well as middleware logging the same exception)

Dear Mr Craver, i have implemented a datastore to Oracle-DB. I hope this will help other develpers in future if the need oracle support. Maybe you are interested to include...

Currently the docs for [ASP.NET Core usage](https://nickcraver.com/StackExchange.Exceptional/AspDotNetCore#middleware) with regards to `UseExceptional` middleware say: > Note that you should call this before anything you want handled, as exceptions will “bubble up”...

I was playing around with implementing an error store for [elmah.io](https://elmah.io) during the weekend. While I could get it working, I stumbled across a couple of issues that needed "hacks"...

Not sure if this is intentional or not but currently the GetHash function only includes the `Exception.ToString()` and optionally `MachineName` but it does not consider custom Exception metadata - for...

enhancement

When trying to use the MySQL error store on a dotnet core 2.2 application I get the following error: > Exception: Could not find error store type: MySQL > StackExchange.Exceptional.ErrorStore.Get(ErrorStoreSettings...

For a project at my company I am making a package that has to be installed to a bunch of different websites. We want to get errors from error loggers...

Add support for capturing logs of ASP.NET Core logging infrastructure with configurable log levels. As a suggestion, Error and Critical levels can be considered as default.

When pairing `StackExchange.Exceptional.AspNetCore 2.0.0-rc2.*` with `Microsoft.AspNetCore.Mvc.Versioning 2.2.0` and configuring versioning to ReportApiVersions will throw _**System.InvalidOperationException**: Headers are read-only, response has already started_ when attempting, and failing, to access the the...