Run LINQ Query is disabled

Discussion of issues, suggestions and bugs of LINQ Insight, Visual Studio add-in for design-time executing LINQ statements, that simplifies debugging LINQ
Post Reply
latringo
Posts: 1
Joined: Tue 07 Jul 2020 02:08

Run LINQ Query is disabled

Post by latringo » Tue 07 Jul 2020 02:48

Hi,
Running a WebAPI project with EF Core 3 on VS 2019. I installed LINQ Insight and when right-clicking on a LINQ query, "Run LINQ Query" is at the top of the context menu, but is disabled. This happens with both expressions and statements.

No errors when installing. No errors when right-clicking.

Does anyone know if there is documentation for this product or any demos/tutes?

Thanks
James

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Run LINQ Query is disabled

Post by Shalex » Wed 08 Jul 2020 09:49

Entity Framework Core is currently not supported by LINQ Insight. The list of supported ORMs is available at https://www.devart.com/linqinsight/linq-profiler.html.

We will notify you when the Entity Framework Core support is implemented.

Post Reply