[
https://issues.apache.org/jira/browse/IGNITE-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15190858#comment-15190858
]
ASF GitHub Bot commented on IGNITE-2694:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/546
IGNITE-2694 .NET: AnyCPU build
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-2694
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/546.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 #546
----
commit 5f6bda9ce0bb280d9492f1e4cde618db2617cafe
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-03-11T10:36:33Z
wip
commit 578fdc986d7716b9477c708f40a755f8aa381721
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-03-11T11:09:14Z
wip
commit 682b4ea1719bfa67eab250aa9407501e672ed4fb
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-03-11T11:13:56Z
wip
commit 3ff1be527f717b6b413533a34015e048835ee6e2
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-03-11T11:23:42Z
Fix DLL loading
commit 7029a9cdaf6391d8e5ceac2c4e715672ff0db2b4
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-03-11T11:41:37Z
Update project/solution platforms
commit 841f6ffc34e83a2417017c52762ab1dc38842bb3
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-03-11T12:00:17Z
Fix tests and examples
----
> .NET: AnyCPU build
> ------------------
>
> Key: IGNITE-2694
> URL: https://issues.apache.org/jira/browse/IGNITE-2694
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Affects Versions: 1.1.4
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Fix For: 1.6
>
>
> Currently we provide separate x86 & x64 binaries. NuGet is x64-only.
> This is inconvenient both for us and the user.
> The only thing that prevents AnyCPU is unmanaged "common" project.
> But we load it dynamically from resources, and we may as well detect current
> process platform (x64 or not) and load a proper unmanaged resource.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)