Re: [DISCUSS] IEP-65: .NET Examples Modernization

2021-01-20 Thread Pavel Tupitsyn
Igniters, I've updated the PR with `dotnet-new`-based [1] examples delivery. Instead of downloading the entire binary or source package, users would be able to run two simple commands: dotnet new --install Apache.Ignite.Examples dotnet new ignite-examples I've uploaded a pre-release

Re: [DISCUSS] IEP-65: .NET Examples Modernization

2021-01-19 Thread Pavel Tupitsyn
Igniters, The PR is ready for your review, everyone is welcome. https://github.com/apache/ignite/pull/8651 On Tue, Jan 12, 2021 at 7:50 PM Pavel Tupitsyn wrote: > Hi Sergey, > > Good point, but I don't think using a newer SDK is any better for the > examples: > * Oldest LTS fits the most

Re: [DISCUSS] IEP-65: .NET Examples Modernization

2021-01-12 Thread Pavel Tupitsyn
Hi Sergey, Good point, but I don't think using a newer SDK is any better for the examples: * Oldest LTS fits the most users * We don't need anything from newer versions * Ignite uses .NET Core 2.x right now * Upgrading to .NET Core 3.1 or .NET 5 is a single line change anyway (update

Re: [DISCUSS] IEP-65: .NET Examples Modernization

2021-01-12 Thread Guru Stron
Hi Pavel, Looks good to me one note though - .NET Core (especially 2.1) is becoming obsolete also (End of support for 2.1 is August 21, 2021 ) maybe we should focus more on later versions and/or add samples for different versions

Re: [DISCUSS] IEP-65: .NET Examples Modernization

2021-01-12 Thread Igor Sapego
Looks like a great improvement, +1 from me Best Regards, Igor On Tue, Jan 12, 2021 at 4:43 PM Pavel Tupitsyn wrote: > Igniters, > > Our .NET examples are in need of a refreshment. > I've prepared an IEP [1], please let me know what you think. > > Thanks, > Pavel > > > [1] > >

[DISCUSS] IEP-65: .NET Examples Modernization

2021-01-12 Thread Pavel Tupitsyn
Igniters, Our .NET examples are in need of a refreshment. I've prepared an IEP [1], please let me know what you think. Thanks, Pavel [1] https://cwiki.apache.org/confluence/display/IGNITE/IEP-65%3A+.NET+Examples+Modernization