gpt4 book ai didi

c# - 我可以告诉 MSBuild 去哪里寻找程序集吗?

转载 作者:行者123 更新时间:2023-11-30 17:49:11 25 4
gpt4 key购买 nike

我有一个 UsingTask这是一个 dll .. 引用了一些与 using-task-dll 不在同一目录中的 dll。

例如。

<UsingTask TaskName="FooAwesome" AssemblyFile="$(SolutionDir)packages\FooAwesome\lib\NET20\FooAwesome.dll" />

错误:FooAwesome.dll 需要 Foo.Core.dll

而且核心确实存在......

\Solution
\packages
\FooAwesome
\Foo.Core

那么我怎么能告诉我 msbuild.proj 文件,即使我使用的是 FooAwesome .. 我知道它需要 Foo.Core它可以找到那个 dll ... ~here~。

可能吗?

最佳答案

为了完成这项工作,您需要更改 MsBuild 的程序集探测行为。据我所知,有办法做到这一点。我认为您最好的选择如下

  1. 使用 ILMerge 使任务包含在一个程序集中
  2. 强烈命名 + GAC 允许在探测期间找到它们的程序集

我个人会选择#1

关于c# - 我可以告诉 MSBuild 去哪里寻找程序集吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22031004/

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