Ticket Hash: | d17f503188496bc0d05e36b8ab0bd189961b3888 | ||
Title: | .NET Core 2.x ARM 32bit support for linux based devices | ||
Status: | Open | Type: | Feature_Request |
Severity: | Important | Priority: | Medium |
Subsystem: | Native_Assembly | Resolution: | Under_Review |
Last Modified: |
2019-02-26 01:23:53 6.37 years ago |
Created: |
2019-02-25 14:53:29 6.37 years ago |
Version Found In: |
User Comments: | ||||
anonymous added on 2019-02-25 14:53:29:
(text/x-fossil-plain)
Currently the NuGet package for .NET Core does only provide the interop assemblies for linux-x64. I think the managed part which is already there should work unter arm linux but a way to compile the interop part is required like it is for x86/x64 by the build script compile-interop-assembly-release.sh Do you see a way to cross compile that part for linux arm? This feature would allow development of new projects in the IoT world even porting existing applications. |