NanoDbProfiler

NanoDbProfiler for EF Core 8.x

Fork me on GitHub

Install

dotnet add package NanoDbProfiler.AspNetCore --version 0.1.23-alpha-g1a0a4554d2 --source https://www.myget.org/F/guneysu/api/v3/index.json 
// Configure service
services.AddNanoDbProfiler();


// Configure App
app.UseNanodbProfilerToolbar();

Toolbar will inject itself any html page.

screenshot