简体   繁体   English

Visual Studio 2019 IntelliTest 与 .NET Core、.NET Standard 的兼容性?

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

I'm evaluating Intellitest in the latest version of Visual Studio Enterprise.我正在最新版本的 Visual Studio Enterprise 中评估 Intellitest。 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.据我自己在各种网站上的尝试和研究可以看出,IntelliTest 似乎只与 .NET 框架兼容 - 不兼容 .NET 标准,也不兼容 .NET 核心。

Is this correct?这样对吗?

As per today's version (16.4.4) this seems correct.根据今天的版本 (16.4.4),这似乎是正确的。 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. https://developercommunity.visualstudio.com/idea/359250/add-intellitest-support-for-net-corestandard.html 上有一个未解决的问题,它将添加/修复 .NET 核心和 .NET 标准的 Intellitet 选项。 You can help by upvoting that item in order to have it prioritized.您可以通过对该项目进行投票以对其进行优先排序来提供帮助。

TL&DR: Visual Studio Enterprise 2022 still does NOT have support for Do.net Core TL&DR:Visual Studio Enterprise 2022 仍然不支持 Do.net Core

IntelliTest is available in Enterprise edition only. IntelliTest 仅在企业版中可用。 It is supported for C# code that targets the .NET Framework.它支持针对 .NET 框架的 C# 代码。 .NET Core and .NET Standard are not currently supported.目前不支持 .NET Core 和 .NET Standard。 https://learn.microsoft.com/en-us/visualstudio/test/intellitest-manual/?view=vs-2022 https://learn.microsoft.com/en-us/visualstudio/test/intellitest-manual/?view=vs-2022

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2019 - .NET 标准项目兼容性警告 - Visual Studio 2019 - .NET Standard Project compatibility warning Visual Studio 2019 未正确还原 NET Standard 2.0 项目依赖项 - Visual Studio 2019 not restoring NET Standard 2.0 project dependencies correctly Class 库(.NET 标准)模板在 Visual Studio 2019 中不起作用 - Class Library (.NET Standard) Template Not working in Visual Studio 2019 Visual Studio 2019 中缺少 Net Standard 2.1 定位 - Net Standard 2.1 Targeting is missing from Visual Studio 2019 Visual Studio 2019 中的 .Net Standard 1.0 class 库 - .Net Standard 1.0 class library in Visual Studio 2019 Visual Studio 2019 没有向我显示 .NET Standard 2.1 和 .NET Core 3.1 作为 Target Framework 的一部分。 我的系统上安装了 .NET Core 3.1 - Visual studio 2019 doesn't show me .NET Standard 2.1 and .NET Core 3.1 as part of Target Framework. .NET Core 3.1 is installed on my system Visual Studio Community 2019 中缺少 Windows 窗体 (.NET Core) - Windows Forms (.NET Core) is missing in the Visual Studio Community 2019 更新 Visual Studio 2019 删除了 .NET Core 3.1 SDK - Updating Visual Studio 2019 removed .NET Core 3.1 SDK Visual Studio 2019 .NET Core 3 gRpc 不生成服务文件 - Visual Studio 2019 .NET Core 3 gRpc not generating service files 带有 ASP.NET 核心的 Visual Studio 2019 挂起(无响应) - Visual Studio 2019 Hanging (not responding) with ASP.NET Core
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM