Hi all,
I started to develop a add-in ArcGIS Pro. We have already Web UI which we use in other applications like Rhino, AutoCAD, Revit etc. Because of this reason I setup my add-in by using WebViewBrowser to bind UI into WebView2. We have a communication mechanism between UI and host applicaton and we use `System.Threading.Tasks.Dataflow` package to do this. Our core library for this communcation has dependency on version 8.0.0 of this NuGet package in .NET standard.
I'm getting unhandled exception when we try to load this assembly from bin/add-in folder (We don't have problem with .dll existence on folder).

I was wondering somehow ArcGIS Pro SDK borks this load, and if this is the case why? Any clue on this?
Best
- Oğuzhan