Azure Functions binding redirect

前端 未结 6 596
南笙
南笙 2020-11-30 04:39

Is it possible to include a web.config or app.config file in the azure functions folder structure to allow assembly binding redirects?

6条回答
  •  温柔的废话
    2020-11-30 05:16

    Just posted a new blog post explaining how to fix the problem, have a look:

    https://codopia.wordpress.com/2017/07/21/how-to-fix-the-assembly-binding-redirect-problem-in-azure-functions/

    It's actually a tweaked version of the JoeBrockhaus's code, that works well even for Newtonsoft.Json.dll

提交回复
热议问题