Intercepts SQL queries from Entity Framework Core and shows them in an HTML toolbar within your web app.
Any Entity Framework Core version that supports Interceptor should work.
dotnet add package EfCoreQueryToolbar --version 0.0.1-alpha-gde64f9e45e --source https://www.myget.org/F/guneysu/api/v3/index.json
builder.Services.AddEfCoreProfilerToolbar();
...
app.UseEfCoreQueryToolbar();
Feel free to raise a ticket.