标签: c# .net xunit
有人知道我如何能够在xUnit Project中获取并存储(字符串)我的解决方案目录的路径吗?
答案 0 :(得分:1)
Environment.CurrentDirectory可以很好地满足我的需求