Adds a debug visualizer to easily see the SQL query for an EF Core query
Important
Please use the far superior EFCore.Visualizer when working with EF Core 7 or newer. Only use this extension when dealing with EF Core 3.1.32.
- Visual Studio 2022 17.14
- Visual Studio 2026
- .NET Framework 4.8+
- .NET 8.0+
Create Visual Studio debugger visualizers
Get SQL code from an Entity Framework Core IQueryable
The type initializer for 'Microsoft.EntityFrameworkCore.Query.QueryableMethods' threw an exception
