gpt4 book ai didi

c# - dotnet-test 可以指定运行时标识符吗?

转载 作者:行者123 更新时间:2023-12-04 15:39:08 26 4
gpt4 key购买 nike

我正在尝试使用 dotnet test , 但我希望能够指定 runtime identifier .具体来说,我需要在 32 位模式 (RID win-x86) 下运行我的单元测试。我可以使用 dotnet rundotnet publish 等设置 RID,但 dotnet test 似乎不支持此功能。有解决方法吗?

最佳答案

根据文档,您应该能够做到这一点。

> dotnet test --help

Usage: dotnet test [options] <PROJECT | SOLUTION> [[--] <RunSettings arguments>...]]

...
Options:
--runtime <RUNTIME_IDENTIFIER> The target runtime to test for.
...

所以在你的情况下,它应该是:

> dotnet test --runtime win-x86

希望这对您有所帮助!

关于c# - dotnet-test 可以指定运行时标识符吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58612554/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com