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.
我处于两个不同的 3rd 方库使用不兼容的不同版本的 Newtonsoft.Json 的位置。对于带有 web.config 或 app.config 的常规应用程序,我可以使用<codeBase>标签来解决不同版本的问题。当没有 app- 或 web.config 时,如何在 Azure Functions 中执行此操作?我是否必须求助于该AssemblyResolve事件,或者是否有某种机制可以做同样的事情?
<codeBase>
AssemblyResolve
提前致谢。
这是一个已知的差距,Azure Functions 中还没有绑定重定向支持。
研究这个 github 问题以查看团队的讨论。
此存储库显示了一些您可以应用或将来能够应用的解决方法。