There are instances when you are try to use a nuget package in your project and you end up with the error "A strongly-named
assembly is required.".
This is because you have given strong name to your assembly however the nuget package isn't strongly-named. Some of the nuget package release the strong-named versioned but not all.
If you are hit with this road block, you can add a nuget package "StrongNamer". This nuget package will take care of signing the other assemblies.
This is because you have given strong name to your assembly however the nuget package isn't strongly-named. Some of the nuget package release the strong-named versioned but not all.
If you are hit with this road block, you can add a nuget package "StrongNamer". This nuget package will take care of signing the other assemblies.
No comments:
Post a Comment