dotnet 3.1 support
DerHulk opened this issue · 2 comments
DerHulk commented
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.
NickCraver commented
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;
DerHulk commented
Sorry my fault, i have taken the wrong Nuget.Package. I have taken 'StackExchange.Exceptional' instead of 'StackExchange.Exceptional.AspNetCore'.