Details
Description
Ignite.NET should target .NET Standard so it is available on maximum number of platforms, see
https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/
https://weblog.west-wind.com/posts/2016/Nov/23/NET-Standard-20-Making-Sense-of-NET-Again
https://github.com/dotnet/core/blob/master/roadmap.md
Make sure that all used APIs are supported on all platforms, see API Analyzer tool:
https://channel9.msdn.com/coding4fun/blog/Your-New-Virtual-API-Review-Assistant
This will allow us to run on Windows, OSX, and Linux, and target .NET Core in additional to good old regular .NET.
Possible difficulties:
- JNI interop. Core has dllImport and it works on linux, and our C++ client works on linux, so it should be possible
- Reflection. We use it a lot, and API has changed.
Attachments
Issue Links
- blocks
-
IGNITE-6603 .NET: EntityFramework Core Data Provider
- Open
-
IGNITE-6975 .NET: Create cross-platform examples on .NET Core
- Resolved
-
IGNITE-7000 .NET: Document .NET Core support and running on Linux / macOs
- Closed
- is blocked by
-
IGNITE-6982 .NET: Migrate to latest NUnit
- Reopened
- relates to
-
IGNITE-5343 .NET: Interoperate with JVM directly, get rid of C++ layer
- Resolved
-
IGNITE-7279 .NET: Compile on Linux
- Resolved
- links to