Closed DerHulk closed 4 years ago
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'.
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();
andapp.UseExceptional();
are not available.