Not showing "Run Intellitest" option in context menu - Visual Studio enterprise 2022

Rajendran Kunjupillai 26 Reputation points
2022-03-30T11:55:22.847+00:00

I have installed visual studio enterprise 2022 trail edition and trying to generate unit test, when i right click the method displaying context menu there I don't have option for "Run Intellitest" button,

Anyone help me on how to enable Run Intellitest.

188328-enable-intellitest.png

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,827 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
336 questions
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 28,951 Reputation points Microsoft Vendor
    2022-03-31T06:55:09.2+00:00

    Hi @Rajendran Kunjupillai ,

    Welcome to Microsoft Q&A forum.

    Are you using Class Library project which targets .NET Core/.NET Standard instead of .NET Framework? Actually, this doc: Availability and extensions mentioned

    Support only C# code that targets the .NET Framework

    So IntelliTest doesn’t support C# project which targets .NET Core or .NET Standard.

    BTW, the request: Add IntelliTest support for .NET Core/Standard is on roadmap.

    Thanks for your understanding, have a nice day.

    Best Regards,
    Tianyu

    • If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Rajendran Kunjupillai 26 Reputation points
    2022-04-01T03:28:24.62+00:00

    Thank you Tianyu, All my projects are .Net core framework only.

    Let's try once added support to .Net core

    Thanks again,
    Rajendran K.

    0 comments No comments

  2. ashwini keshri 0 Reputation points
    2024-02-26T10:26:03.4+00:00

    I have visual studio 2022 enterprise edition. I have installed intellitest extension. But I have unable to get intellitest option in right click menu. I am using net472.

    0 comments No comments