Impact Acquire SDK .NET
Supported Compilers
Note
For additional details on supported platforms and releases also see here: Supported Device Families And Technologies

Windows®

The following compilers have been tested successfully with the Impact Acquire .NET API targeting the .NET Framework build on Windows:

  • Microsoft Visual Studio® 2013, 2015, 2017, 2019 and 2022

The following compilers have been tested successfully with the Impact Acquire .NET API targeting the .NET Standard 2.0 build on Windows:

  • Microsoft Visual Studio® 2019 and 2022

Linux

Note
Since version 2.40.0 all Linux packages are shipped with a .NET Standard 2.0 compatible version of Impact Acquire SDK.

With an installed version of the .NET Core SDK (see https://docs.microsoft.com/en-us/dotnet/core/install/linux) it is possible to build an application by calling from a directory containing the project file or solution of the project which should be compiled.

dotnet build
Note
Since the Mono project will eventually be superseded by .NET Core, .NET Standard and .NET 5.0 sooner or later we do NOT recommend developing a new Mono application today. Instead the .NET Standard / .NET Core API should be used if this is already an option (please check if all the APIs needed for your application are already available). Only if there are good reasons to go with Mono these days the following section is worth reading.

The following versions of Mono (http://www.mono-project.com) have been tested successfully with the Impact Acquire .NET API targeting the .NET Framework build on Linux:

  • 2.8.10.1