Multi-Platform SDK Selection

Suggestions for new features in our products, improvements and requirements ...

Moderator: Support Team

Post Reply
marcb0718
Jr. Member
Jr. Member
Posts: 1
Joined: 31 Oct 2017, 15:05

Multi-Platform SDK Selection

Post by marcb0718 »

I saw in the forum and selection guide that the .NET SDK does not support mono so it's currently only for windows platforms. We want to have multi-platform support down the road but not required in next several months. One of the other libraries we are looking at using is mono compliant. If there are plans to support mono in future that would be ideal but I suspect not.

Is there any issue of combining the C++ library with C# based code deployed onto mono?

User avatar
Support Team
Hero Member
Hero Member
Posts: 3056
Joined: 18 Mar 2011, 15:09

Re: Multi-Platform SDK Selection

Post by Support Team »

We are currently working on version 3.0 of the .NET SDK.
The main feature is portability to different .NET environments like .NET framework, .NET core, .NET Standard.
The goal is to support all platforms with one SDK version.

It is not recomended to mix C++ and .NET code. This is hard to maintain.
Best regards
Unified Automation Support Team

ctgarvey
Sr. Member
Sr. Member
Posts: 14
Joined: 17 Mar 2013, 13:27

Re: Multi-Platform SDK Selection

Post by ctgarvey »

Hi Folks,
is there any release date for .NET (V2) CORE support?

regards

Cormac

User avatar
Support Team
Hero Member
Hero Member
Posts: 3056
Joined: 18 Mar 2011, 15:09

Re: Multi-Platform SDK Selection

Post by Support Team »

Hello,

the SDK v3.0.0 was released 2019-05-24
It is capable of:

1) .NET Core V2
2) still supports the .NET Framework 4.0, 4.5, 4.6

Both sets of assemblies are included in the package and SDK interface is consistent. You can create applications that run on CoreV2 and those that run on Framework e.g 4.5.
Best regards
Unified Automation Support Team

Post Reply