Description
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.
How-tos:
http://blog.davidebbo.com/2011/03/take-nuget-to-next-level-with-sample.html
https://nikcodes.com/2013/10/23/packaging-source-code-with-nuget/
Attachments
Issue Links
- is blocked by
-
IGNITE-5170 .NET: Compute peer deployment example
- Resolved