2
julkali
6y

!rant

*reworks complete solution then publishes it to Azure*
"Okay, now let's debug"

*calls function, no response*
*directly opens function in browser*
Function host is not running.

Fuck.

*opens Insights*
System.BadImageFormatException
(additionally, it states that it couldnt load my main project or one of it's dependencies)

Shit, never even heard of that exception.

DDG: yo you're fucked, here, have 3 proper results
SO: lul thats some known bug Azure Functions havent fixed till now
Github: Yeah got a lot of open issues ok that, they just aint any help lmao

Me, a naive person: "okay lets try randomly changing some dependency versions, might help"

It didn't.

Now my question: how do I escape Dependency Hell?

Comments
Add Comment