标签: unit-testing testing reflection
我在Visual Studio的C#解决方案中有一个测试项目。
在同一个项目中是.config文件?
有没有办法在运行时获取此文件的路径?
答案 0 :(得分:1)
使用
Path.GetDirectoryName(Assembly.GetEntryAssembly().Location)