NickCraver/StackExchange.Exceptional

dotnet 3.1 support

DerHulk opened this issue · 2 comments

It looks like that Exceptional does not support out of the box dotnet Core 3.1
in the nuget version 2.1. The extension methodes services.AddExceptional(); and app.UseExceptional(); are not available.

This should work (we've been using it at Stack Overflow), are you including the Microsoft.Extensions.DependencyInjection namespace? e.g.

using Microsoft.Extensions.DependencyInjection;

Sorry my fault, i have taken the wrong Nuget.Package. I have taken 'StackExchange.Exceptional' instead of 'StackExchange.Exceptional.AspNetCore'.