I'm building a Paratext plug-in and I'm having issues with loading the correct assembly due to conflicting nuget packages. I can see from fuslogvw, that that a certain assembly is not being loaded. I am able to fix the issue by adding the binding redirect to the Paratext.exe.config file.
My question is this... Does the plug-in architecture allow me to specify a binding redirect in a plug-in specific assembly config file? Or is the Paratext.exe.config my only opportunity to resolve binding conflicts?
Thanks!
I'm building a Paratext plug-in and I'm having issues with loading the correct assembly due to conflicting nuget packages. I can see from fuslogvw, that that a certain assembly is not being loaded. I am able to fix the issue by adding the binding redirect to the Paratext.exe.config file.
My question is this... Does the plug-in architecture allow me to specify a binding redirect in a plug-in specific assembly config file? Or is the Paratext.exe.config my only opportunity to resolve binding conflicts?
Thanks!