Asp.net – Reference to IExceptionHandler interface not being resolved from Microsoft.AspNetCore.Diagnostics
I am adding a global exception handling project to my solution and have installed the Microsoft.AspNetCore.Diagnostics NuGet package. Although the package is recognized and listed in the project's dependencies, I encounter an error when trying to use the IExceptionHandler interface.…