From 9c443148bad0ed0400fe34cc0afa683a9df609b7 Mon Sep 17 00:00:00 2001 From: Giorgi Dalakishvili Date: Thu, 28 Mar 2024 01:12:43 +0400 Subject: [PATCH] Add known issues section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 451cd88..2d8f012 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ Click on 'Query Plan Visualizer' and the query plan will be displayed for your q ![PostgreSQL Plan](doc/PostgreSQLPlan1.png) +## Known Issues: + + - If query plan extraction takes more than 5 seconds, you will get [Evaluation timed out error](https://github.com/Giorgi/EFCore.Visualizer/issues/25) + - If your project uses Application Insights, you might get [Cannot evaluate expression since the function evaluation requires all threads to run.](https://github.com/Giorgi/EFCore.Visualizer/issues/28) when viewing query plan. **Workaround** - disable Application Insights when running your project with a debugger attached. + ## Credits This extension uses [pev2](https://github.com/dalibo/pev2/) and [html-query-plan](https://github.com/JustinPealing/html-query-plan) to display query plans.