[
https://issues.apache.org/jira/browse/IGNITE-7002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274826#comment-16274826
]
Denis Magda commented on IGNITE-7002:
-------------------------------------
[~ptupitsyn],
The examples themselves look good.
However, there is probably a naive question I have. Why do we need to develop
.NET core examples from scratch and cannot reuse the existing ones? From what I
see the main difference is how you bootstrap a node. If to take PutGetExample
then only the line below varies from the PutGetExample we had for the classical
.NET (non .NET core):
{code}
var ignite = Ignition.TryGetIgnite() ??
Ignition.StartFromApplicationConfiguration();
{code}
Is this caused by different build procedures?
> .NET: Add cross-platform examples on .NET Core
> ----------------------------------------------
>
> Key: IGNITE-7002
> URL: https://issues.apache.org/jira/browse/IGNITE-7002
> Project: Ignite
> Issue Type: Improvement
> Components: examples, platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Minor
> Labels: .NET, xplat
> Fix For: 2.4
>
>
> Current examples are for .NET 4 and can only be run on Windows.
> .NET Core is the latest and greatest .NET, IGNITE-2662 introduces support for
> that.
> Add a separate examples project targeting .NET Core 2.0 which can be run on
> any OS.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)