Changes between Version 1 and Version 2 of MapGuideRfc154
- Timestamp:
- 12/03/15 04:22:09 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc154
v1 v2 92 92 For Linux, the usage and availability of the MapGuide API for .net core will be restricted to any Linux distribution where binaries exist for the CoreCLR. Currently, this is only Ubuntu 14.04 64-bit, which is the version of Ubuntu we intend to support for this release of MapGuide. CoreCLR is not available for Ubuntu 14.04 32-bit. 93 93 94 The API surface of the .net core wrapper is almost identical to the one for the full .net framework with one small difference: 95 96 * MgColor does not have a constructor or implicit operators that accept System.Drawing.Color instances as System.Drawing does not exist in .net Core. 97 94 98 == Test Plan == 95 99