百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
E

EFCore.Visualizer

> 数据库
开源

Entity Framework Core 查询调试器可视化器。

691 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Entity Framework Core 查询调试器可视化器。

Entity Framework Core Query Plan Visualizer

View Entity Framework Core query plan directly inside Visual Studio.

Introduction

With the Entity Framework Core query plan debugger visualizer, you can view the query plan of your queries directly inside Visual Studio. Currently, the visualizer supports SQL Server, PostgreSQL, SQLite, MySQL and Oracle.

[!IMPORTANT] The visualizer requires Visual Studio Version 17.9.0 (Released on February 13th, 2024) or newer and supports EF Core 7 or newer.

Visual Studio Toolbox - EFCore.Visualizer Extension for Visual Studio

Usage

After installing the extension from the marketplace, a new debugger visualizer will be added to Visual Studio. When debugging, hover over your queries and there will be an option to view the query plan (Here we show the actual query plan which means it forces query execution ):

Click on 'Query Plan Visualizer' and the query plan will be displayed for your query.

SQL Server:

PostgreSQL:

MySQL:

SQLite:

Oracle:

The query plan includes Actual IO stats, Outline data, Projections, and Predicates.

Known Issues:

  • If query plan extraction takes more than 5 seconds, you will get Evaluation timed out error
  • If your project uses Application Insights, you might get Cannot evaluate expression since the function evaluation requires all threads to run. when viewing query plan. Workaround - disable Application Insights when running your project with a debugger attached.

Credits

This extension uses pev2, html-query-plan and Treeflex to display query plans.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#debugger-visualizerefcoremysqlpostgersql

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类数据库
定价开源

> 相关工具

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库