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

2.3k views Asked by At

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?

3

There are 3 answers

0
Nelson G On BEST ANSWER

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.

1
Azad Soleimani On

Correct, they are not supported yet!

Note

IntelliTest is available in Enterprise edition only. It is supported for C# code that targets the .NET Framework. .NET Core and .NET Standard are not currently supported.

Source: Overview of Microsoft IntelliTest

0
FlyingV On

TL&DR: Visual Studio Enterprise 2022 still does NOT have support for Dotnet Core

IntelliTest is available in Enterprise edition only. It is supported for C# code that targets the .NET Framework. .NET Core and .NET Standard are not currently supported. https://learn.microsoft.com/en-us/visualstudio/test/intellitest-manual/?view=vs-2022