What is the purpose of “DetailedErrors” in the default appsettings.Development.json file for a Blazor Server App?
Using Visual Studio, I created a Blazor Server App
with the following default options:
Blazor server, Timers, Disposing and Cannot access a disposed object
I use Timer in the main components of our app. It’s used to trigger an endpoint every few minutes to tell us that the user is active on the application.
The code looks like this inside MainLayout.razor: