Re: [jira] [Created] (IGNITE-14208) .NET: Examples multi targeting

2021-03-01 Thread Raymond Wilson
Thanks for the tip Pavel

On Thu, Feb 25, 2021 at 10:27 PM Pavel Tupitsyn 
wrote:

> Raymond,
>
> You can explicitly reference ConfigurationManager to use the latest Redis
> version:
>
> 
>  Version="5.0.0" />
>
> This will give you NU1608 warning, but should work.
>
> I've filed a separate ticket
> https://issues.apache.org/jira/browse/IGNITE-14243,
> thanks for the heads up.
>
> Pavel
>
> On Fri, Feb 19, 2021 at 12:45 AM Raymond Wilson <
> raymond_wil...@trimble.com>
> wrote:
>
> > Big +1 for this.
> >
> > On a related note, we just ran into a versioning issue related to the
> .Net
> > Standard 2.0 support in IA. We use .Net Core 3.1 with IA 2.8.1 and wanted
> > to use the StackExchange Redis client. However, the latest client has a
> > dependency on System.Diagnostics.PerformanceCounter 5.0.0, but IA C#
> 2.8.1
> > has a specific dependency for System.Diagnostics.PerformanceCounter <
> > 5.0.0.
> >
> > This means we're having to use a slightly older version of the Redis
> client
> > before they moved to support .Net Core 3.1
> >
> >
> > On Fri, Feb 19, 2021 at 4:55 AM Pavel Tupitsyn (Jira) 
> > wrote:
> >
> > > Pavel Tupitsyn created IGNITE-14208:
> > > ---
> > >
> > >  Summary: .NET: Examples multi targeting
> > >  Key: IGNITE-14208
> > >  URL:
> https://issues.apache.org/jira/browse/IGNITE-14208
> > >  Project: Ignite
> > >   Issue Type: Improvement
> > >   Components: platforms
> > > Reporter: Pavel Tupitsyn
> > > Assignee: Pavel Tupitsyn
> > >  Fix For: 2.11
> > >
> > >
> > > Currently examples require .NET SDK 2.1, which is quite old. Users are
> > > more likely to have .NET Core 3.1 or .NET 5 installed.
> > >
> > > Fix example projects and replace
> > >
> > > {code}
> > > netcoreapp2.1
> > > {code}
> > >
> > > with
> > >
> > > {code}
> > > netcoreapp2.1;netcoreapp3.1;net5
> > > {code}
> > >
> > >
> > >
> > > --
> > > This message was sent by Atlassian Jira
> > > (v8.3.4#803005)
> > >
> >
> >
> > --
> > 
> > Raymond Wilson
> > Solution Architect, Civil Construction Software Systems (CCSS)
> > 11 Birmingham Drive | Christchurch, New Zealand
> > raymond_wil...@trimble.com
> >
> > <
> >
> https://worksos.trimble.com/?utm_source=Trimble_medium=emailsign_campaign=Launch
> > >
> >
>


-- 

Raymond Wilson
Solution Architect, Civil Construction Software Systems (CCSS)
11 Birmingham Drive | Christchurch, New Zealand
raymond_wil...@trimble.com




Re: [jira] [Created] (IGNITE-14208) .NET: Examples multi targeting

2021-02-25 Thread Pavel Tupitsyn
Raymond,

You can explicitly reference ConfigurationManager to use the latest Redis
version:




This will give you NU1608 warning, but should work.

I've filed a separate ticket
https://issues.apache.org/jira/browse/IGNITE-14243,
thanks for the heads up.

Pavel

On Fri, Feb 19, 2021 at 12:45 AM Raymond Wilson 
wrote:

> Big +1 for this.
>
> On a related note, we just ran into a versioning issue related to the .Net
> Standard 2.0 support in IA. We use .Net Core 3.1 with IA 2.8.1 and wanted
> to use the StackExchange Redis client. However, the latest client has a
> dependency on System.Diagnostics.PerformanceCounter 5.0.0, but IA C# 2.8.1
> has a specific dependency for System.Diagnostics.PerformanceCounter <
> 5.0.0.
>
> This means we're having to use a slightly older version of the Redis client
> before they moved to support .Net Core 3.1
>
>
> On Fri, Feb 19, 2021 at 4:55 AM Pavel Tupitsyn (Jira) 
> wrote:
>
> > Pavel Tupitsyn created IGNITE-14208:
> > ---
> >
> >  Summary: .NET: Examples multi targeting
> >  Key: IGNITE-14208
> >  URL: https://issues.apache.org/jira/browse/IGNITE-14208
> >  Project: Ignite
> >   Issue Type: Improvement
> >   Components: platforms
> > Reporter: Pavel Tupitsyn
> > Assignee: Pavel Tupitsyn
> >  Fix For: 2.11
> >
> >
> > Currently examples require .NET SDK 2.1, which is quite old. Users are
> > more likely to have .NET Core 3.1 or .NET 5 installed.
> >
> > Fix example projects and replace
> >
> > {code}
> > netcoreapp2.1
> > {code}
> >
> > with
> >
> > {code}
> > netcoreapp2.1;netcoreapp3.1;net5
> > {code}
> >
> >
> >
> > --
> > This message was sent by Atlassian Jira
> > (v8.3.4#803005)
> >
>
>
> --
> 
> Raymond Wilson
> Solution Architect, Civil Construction Software Systems (CCSS)
> 11 Birmingham Drive | Christchurch, New Zealand
> raymond_wil...@trimble.com
>
> <
> https://worksos.trimble.com/?utm_source=Trimble_medium=emailsign_campaign=Launch
> >
>


Re: [jira] [Created] (IGNITE-14208) .NET: Examples multi targeting

2021-02-18 Thread Raymond Wilson
Big +1 for this.

On a related note, we just ran into a versioning issue related to the .Net
Standard 2.0 support in IA. We use .Net Core 3.1 with IA 2.8.1 and wanted
to use the StackExchange Redis client. However, the latest client has a
dependency on System.Diagnostics.PerformanceCounter 5.0.0, but IA C# 2.8.1
has a specific dependency for System.Diagnostics.PerformanceCounter < 5.0.0.

This means we're having to use a slightly older version of the Redis client
before they moved to support .Net Core 3.1


On Fri, Feb 19, 2021 at 4:55 AM Pavel Tupitsyn (Jira) 
wrote:

> Pavel Tupitsyn created IGNITE-14208:
> ---
>
>  Summary: .NET: Examples multi targeting
>  Key: IGNITE-14208
>  URL: https://issues.apache.org/jira/browse/IGNITE-14208
>  Project: Ignite
>   Issue Type: Improvement
>   Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
>  Fix For: 2.11
>
>
> Currently examples require .NET SDK 2.1, which is quite old. Users are
> more likely to have .NET Core 3.1 or .NET 5 installed.
>
> Fix example projects and replace
>
> {code}
> netcoreapp2.1
> {code}
>
> with
>
> {code}
> netcoreapp2.1;netcoreapp3.1;net5
> {code}
>
>
>
> --
> This message was sent by Atlassian Jira
> (v8.3.4#803005)
>


-- 

Raymond Wilson
Solution Architect, Civil Construction Software Systems (CCSS)
11 Birmingham Drive | Christchurch, New Zealand
raymond_wil...@trimble.com




[jira] [Created] (IGNITE-14208) .NET: Examples multi targeting

2021-02-18 Thread Pavel Tupitsyn (Jira)
Pavel Tupitsyn created IGNITE-14208:
---

 Summary: .NET: Examples multi targeting
 Key: IGNITE-14208
 URL: https://issues.apache.org/jira/browse/IGNITE-14208
 Project: Ignite
  Issue Type: Improvement
  Components: platforms
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
 Fix For: 2.11


Currently examples require .NET SDK 2.1, which is quite old. Users are more 
likely to have .NET Core 3.1 or .NET 5 installed.

Fix example projects and replace 

{code}
netcoreapp2.1
{code}

with 

{code}
netcoreapp2.1;netcoreapp3.1;net5
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)