简体   繁体   English

Intellitest 是否可用于 .NET 标准库?

[英]Is Intellitest Available for .NET Standard Libraries?

I'm using Visual Studio 2017 15.1 (26403.7).我正在使用 Visual Studio 2017 15.1 (26403.7)。 In some of my projects I have a menu to generate tests with IntelliTest, in other projects this menu option does not exist.在我的一些项目中,我有一个使用 IntelliTest 生成测试的菜单,在其他项目中,这个菜单选项不存在。

Specifically in .NET Standard Libraries (at a minimum 1.2 and 1.6) the IntelliTest option is not present.特别是在 .NET 标准库(至少 1.2 和 1.6)中,IntelliTest 选项不存在。

Is IntelliTest not available for .NET Standard Libraries or do I need to install additional plugins or configure additional options? IntelliTest 是否不适用于 .NET 标准库,或者我是否需要安装额外的插件或配置额外的选项?

It is not supported on .NET Standard. .NET Standard不支持它。 Presently, it is supported only for .NET Framework. 目前,它仅支持.NET Framework。

Not supported yet, but on roadmap.尚不支持,但在路线图上。 You can vote up here: https://developercommunity.visualstudio.com/t/add-intellitest-support-for.net-corestandard/359250您可以在这里投票: https://developercommunity.visualstudio.com/t/add-intellitest-support-for.net-corestandard/359250

I didn't find alternative yet.我还没有找到替代方案。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM