Hi all!
I am getting a strange warning when deploying a second SDK plugin package to customer environment (see screenshot).
The background information is: Both SDK plugins need System.Text.JSON namespace for serializing / deserializing JSON objects, which requires a bunch of satellite assemblies to be packaged also.
These assemblies are added to each package with a custom Powershell script and have exactly the same version in both packages.
Why is Webcon complaining here (since versions are identical) and how can we guarantee plugin functionality of both packages, even if they are using different versions of these satellite assemblies?
This could easily happen, if some developer decides to update packages to new version in NuGet package manager...
What is the suggested Webcon-way here?
By the way, deploying to GAC is no option, since we are also using SaaS (no server access or admin rights).
Thanks a lot in advance & best regards, Nik