我的解决方案(.net核心)中有很多项目。
API
和Web.Framework
由API.IntegrationTest
项目使用。编译解决方案时,在API
中创建了Web.Framework
和API.IntegrationTest
的dll文件,但是在运行API.IntegrationTest
时,无法访问这些dll文件。为此,我使用AppDomain.CurrentDomain.GetAssemblies()
方法,并且可以确定在域文件夹中看到了dll文件,但它们没有使用AppDomain.CurrentDomain.GetAssemblies()
。有没有人对这种情况有任何理论?