Description
We can work with JNI directly using P/Invoke, there is no real need for C++ layer.
Advantages of removing C++ layer:
- No MSVC++ 2010 dependency
- No build tools required for development
- Simplify and speed up the build procedure
- No embedded libraries
- Easier crossplatform support (
IGNITE-2662)
Attachments
Issue Links
- is related to
-
IGNITE-5730 .NET: Failed to load ignite.jni.dll when starting up multiple nodes
- Resolved
-
IGNITE-6974 .NET: consoleWrite error during application shutdown
- Resolved
-
IGNITE-2662 .NET Core support (run on Linux)
- Resolved
- supercedes
-
IGNITE-5130 .NET: Custom platform toolset in build script
- Resolved
- links to
(1 links to)