[
https://issues.apache.org/jira/browse/IGNITE-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14740932#comment-14740932
]
ASF GitHub Bot commented on IGNITE-1435:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/84
IGNITE-1435 Platform .Net: Make it possible to sign core assembly with
msbuild
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-1435
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/84.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #84
----
commit 3e694599b59ca2d941f76c2ffe8b103888c41e9f
Author: ptupitsyn <[email protected]>
Date: 2015-09-11T14:50:07Z
IGNITE-1435 Platform .Net: Make it possible to sign core assembly with
msbuild
----
> Platform .Net: Make it possible to sign core assembly with msbuild
> ------------------------------------------------------------------
>
> Key: IGNITE-1435
> URL: https://issues.apache.org/jira/browse/IGNITE-1435
> Project: Ignite
> Issue Type: Task
> Components: interop
> Affects Versions: 1.1.4
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Fix For: ignite-1.4
>
>
> Currently we use InternalsVisibleTo attribute in Apache.Ignite.Core
> AssemblyInfo, which prevents signing the assembly with msbuild
> /p:SignAssembly file.
> Need to wrap them in a preprocessor check so that msbuild flag
> /p:DefineConstants will exclude that code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)