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

Hey there! I've made a PR to upgrade dependencies mainly to switch to Microsoft.Data.SqlClient (solves #193) and took the opportunity to upgrade other dependencies. Among other stuffs I've also used...

Hi! I have made a PR to customize your 'ErrorList' page since in my prod project we use a tenant approach. It means that we have several tenants and appropriately...

Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.9.1 to 2.19.0. Release notes Sourced from MongoDB.Driver's releases. NET Driver Version 2.19.0 Release Notes .NET Driver Version 2.19.0 Release Notes This is the general availability release...

dependencies

I have a Blazor Server-Side app running with .NET 5.0 and I'm trying to switch from [ElmahCore](https://www.nuget.org/packages/ElmahCore/) to Exceptional.   But I can't get it to log Blazor exceptions. When I...

I'm configuring exceptional email options in my asp.net core 3.1 app. But doesn't seem to work. here is my start up, ```c# services.AddExceptional(settings => { settings.Store.ApplicationName = "Exceptional.Web"; settings.Store.Type =...

Hi! Latest `MiniProfiler.Providers.SqlServer` depends on `Dapper.StrongName` package, this package depends on `Dapper` package. Any idea how to solve this now, or plans to change the dependency of this package to...

blocked

I came across this awesome nuget package to handle and log exceptions in asp.net core. I tried this in my razor pages application and things worked fine. However when I...

Here: https://github.com/NickCraver/StackExchange.Exceptional/blob/main/src/StackExchange.Exceptional.AspNetCore/AspNetCoreExtensions.cs#L156-L159 isn't logging a form key that has no values, this tripped us up when debugging today. Needs handling for 0 values and adding a single pair as null....

bug

Any chance `StackExchange.Exceptional` could start relying on `Microsoft.Data.SqlClient` instead of `System.Data.SqlClient`? https://github.com/NickCraver/StackExchange.Exceptional/blob/a3e787a08f21859c653c6c609059334b4e8eeac3/src/StackExchange.Exceptional.Shared/Stores/SQLErrorStore.cs#L4 This seems to be the last line preventing my system from getting rid of the old `System` one....

Added sqlite store for local db files