Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please strong name key the Silverlight project #20

Closed
aligneddev opened this issue May 15, 2012 · 3 comments
Closed

Please strong name key the Silverlight project #20

aligneddev opened this issue May 15, 2012 · 3 comments

Comments

@aligneddev
Copy link

I just got JSON.Net for Silverlight from NuGet (version 4.5.5.14908), but I can't build because the dll isn't signed with a strong name. The net40 is (according to the command line sn.exe and http://james.newtonking.com/archive/2012/04/04/json-net-strong-naming-and-assembly-version-numbers.aspx).

I'll download the source and re-sign it myself for now.

Thanks,

Kevin

@davidfowl
Copy link

Silverlight doesn't support binding redirects, this makes signing a horrible idea since you can't use another library unless it works with the EXACT same version of Newtonsoft.Json.

This might be less of an issue since the versioning strategy has changed but i'll let James chime in.

@aligneddev
Copy link
Author

Interesting. I didn't think about other library dependencies on Newtonsoft.Json or the difficulties that might cause. I signed my Silverlight assemblies to work with Assembly Caching according Tim Heuer's post: http://timheuer.com/blog/archive/2009/07/13/silverlight-3-cached-assembly-feature.aspx.

Thanks,
Kevin

@JamesNK
Copy link
Owner

JamesNK commented May 16, 2012

The zip download from CodePlex contains a strong named build.

@JamesNK JamesNK closed this as completed May 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants