gpt4 book ai didi

.net - DeploymentItemAttribute 的相对路径根是什么?

转载 作者:行者123 更新时间:2023-12-03 20:28:20 25 4
gpt4 key购买 nike

使用 MSTestDeploymentItemAttribute的相对路径根是什么.

最佳答案

MSDN页...

Relative paths are relative to the RelativePathRoot setting found in the .testrunconfig file.



默认情况下,该设置是 解决方案目录 .所以,如果你有这个项目结构
SecretProject\
ComponentA\
ComponentA.Test\
Resources\
required.xml
ComponentA.Test.csproj
Tests.cs
SecretProject.sln

并且您要部署 required.xml ,你将创建一个像这样的 DeploymentItemAttribute
[TestClass]
public class Tests
{
[TestMethod]
[DeploymentItem("ComponentA.Test\Resources\required.xml")]
public void Test()
{

}
}

似乎文件属性需要设置为' 内容 ' 和 ' 始终复制 ' 或 '如果较新则复制'。 this MSDN page上有高级示例.

关于.net - DeploymentItemAttribute 的相对路径根是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1822612/

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