Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用 TFS 作为 CI 工具,但我们遇到了长路径的问题。大部分是因为使用 WF4 服务创建的服务引用。它自动生成一个路径很长的活动(命名空间+服务引用名+接口+操作)。
你知道是否有办法控制这些活动路径?
如果您生成它们,则不是,除了使用短名称:-)
然而,生成的活动并不是很复杂,只需使用 Receice 和 SendReply 创建您自己的自定义活动来做同样的事情是很容易的。