Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2019 IntelliTest Compatibility With .NET Core, .NET Standard?

I'm evaluating Intellitest in the latest version of Visual Studio Enterprise. As far as I can tell from my own attempts and research on various sites, it appears like IntelliTest is only compatible with .NET Framework - not .NET Standard, nor .NET Core.

Is this correct?

like image 780
James McLellan Avatar asked Jan 21 '20 16:01

James McLellan


1 Answers

As per today's version (16.4.4) this seems correct. There is an open issue at https://developercommunity.visualstudio.com/idea/359250/add-intellitest-support-for-net-corestandard.html which will add/fix the Intellitest option for .NET core and .NET Standard. You can help by upvoting that item in order to have it prioritized.

like image 137
Nelson G Avatar answered Nov 14 '22 10:11

Nelson G