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
Could you please add string name to this assembly? I cannot reference it in my project that is strongly named.
First I get this warning on compile time:
CS8002 Referenced assembly 'Priority Queue, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
And than this error on runtime:
System.IO.FileLoadException: Could not load file or assembly 'Priority Queue, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
The text was updated successfully, but these errors were encountered:
The assemblies are now Strong Name signed in 5.1.0.
I've included the private keys in the repo, as recommended by Microsoft. This comes as a surprise to many people, but Strong Names are not a security feature.
Could you please add string name to this assembly? I cannot reference it in my project that is strongly named.
First I get this warning on compile time:
And than this error on runtime:
The text was updated successfully, but these errors were encountered: