You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working through an issue of needing to reference non-signed assemblies in a signed assembly. Obviously this causes issues. I tried doing this all the hard way and using a series of Microsoft tools to sign these assemblies manually (following guidance in this link). Ran into a dead end there, but that is where I found this NuGet package! I was very hopeful that this would resolve my issues, but I am running into the same problem. I am seeing the following after building my solution:
CS1705 Error: "Assembly.A with identify Assembly.A uses Assembly.B which is a higher version than referenced Assembly.B"
I've asked the publisher of these non-signed assemblies if they could sign them, but in the mean time I was looking to find a way around the problem. Has anyone that follows this repo run into this problem before? Any guidance to how I might be able to fix it?
Thank you so much in advance for any help!
The text was updated successfully, but these errors were encountered:
Hi all!
I am working through an issue of needing to reference non-signed assemblies in a signed assembly. Obviously this causes issues. I tried doing this all the hard way and using a series of Microsoft tools to sign these assemblies manually (following guidance in this link). Ran into a dead end there, but that is where I found this NuGet package! I was very hopeful that this would resolve my issues, but I am running into the same problem. I am seeing the following after building my solution:
I've asked the publisher of these non-signed assemblies if they could sign them, but in the mean time I was looking to find a way around the problem. Has anyone that follows this repo run into this problem before? Any guidance to how I might be able to fix it?
Thank you so much in advance for any help!
The text was updated successfully, but these errors were encountered: