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

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:

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, b

[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: Improveme