[
https://issues.apache.org/jira/browse/IGNITE-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14709547#comment-14709547
]
Pavel Tupitsyn commented on IGNITE-1287:
----------------------------------------
Encountered an issue with Assembly Signing:
* We have to sign out assemblies to use them in GridGain
* We can't put real snk file to the repository (because it is publicly
accessible)
Two approaches are possible:
* use delayed signing, which is quite painful
https://msdn.microsoft.com/en-us/library/t07a3dye(v=vs.110).aspx
* use a fake key, as Jon Skeet suggests:
http://stackoverflow.com/questions/396143/net-opensource-projects-and-strong-named-assemblies
I went with the second one. We'll have to substitute real private key during
GridGain release build. But for Apache part and for development we can use
published key.
> Platforms .Net: Move memory management code to Ignite.
> ------------------------------------------------------
>
> Key: IGNITE-1287
> URL: https://issues.apache.org/jira/browse/IGNITE-1287
> Project: Ignite
> Issue Type: Sub-task
> Components: interop
> Affects Versions: 1.1.4
> Reporter: Vladimir Ozerov
> Assignee: Pavel Tupitsyn
> Priority: Critical
> Fix For: ignite-1.4
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)