Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 616 Bytes

README.md

File metadata and controls

38 lines (18 loc) · 616 Bytes

EfCoreQueryToolbar

Intercepts SQL queries from Entity Framework Core and shows them in an HTML toolbar within your web app.

demo

Compatibility

Any Entity Framework Core version that supports Interceptor should work.

Installation

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();

Contribution

Feel free to raise a ticket.

Disclaimer

  • Do not use on Production.