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
When I try to compile the project using the nuget downloaded reference assembly I get an error saying referenced assembly does not have a strong name. I don't face this issue with other nuget reference assemblies I download
The text was updated successfully, but these errors were encountered:
Since RestSharp is our dependency, and we can't strongly sign our assembly, while being dependent on a non-strongly signed assembly, we can't do it. Sorry :/
Strong naming is really an all-or-nothing approach, it really only works if everyone does it due to the referencing issues.
When I try to compile the project using the nuget downloaded reference assembly I get an error saying referenced assembly does not have a strong name. I don't face this issue with other nuget reference assemblies I download
The text was updated successfully, but these errors were encountered: