Skip to content

Issue occuring in Azure function app but not in webapp #161

Answered by fw2568
hemanthaar asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hemanthaar ,

I converted this to discussions as it looks more like a dependency issue of Azure functions.

YaNco uses dbosoft.Functional for some core functional features. Dbosoft.Functional depends currently on System.Threading.Tasks.Dataflow Version 5.0.
It looks like that another version of System.Threading.Tasks.Dataflow is used for your function app.

There are some known issues for dependencies of Azure functions apps related to System.Threading.Tasks.Dataflow. Depending on the version of Azure functions you may have to use a binding redirection (https://thewissen.io/azure-functions-binding-redirects/). But that's not a easy task. I personally prefer the new isolated azure functio…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@hemanthaar
Comment options

Answer selected by fw2568
Comment options

You must be logged in to vote
3 replies
@hemanthaar
Comment options

@fw2568
Comment options

@hemanthaar
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #160 on April 05, 2022 10:36.