You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/04/26 11:39:05 UTC

[jira] [Created] (IGNITE-5089) .NET: NuGet-based samples

Pavel Tupitsyn created IGNITE-5089:
--------------------------------------

             Summary: .NET: NuGet-based samples
                 Key: IGNITE-5089
                 URL: https://issues.apache.org/jira/browse/IGNITE-5089
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.0


We have two ways to run samples:
* Download full (huge) binary package from ignite.apache.org, unzip and run from there. Cumbersome process.
* Run a limited set of samples in LINQPad. Very easy, but not everyone has LINQPad.

There is no quick and easy way to run samples in Visual Studio. We should fix that by providing sample NuGet packages. Works like this:
* User creates a new project
* Installs {{Apache.Ignite.Sample}} package (which depends on {{Apache.Ignite}} package, so it is installed too)
* Samples are added to the current project and can be run right away.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)