Is it possible to run .NET Core on Raspberry PI?

前端 未结 7 1440
旧巷少年郎
旧巷少年郎 2020-12-13 12:49

I\'ve heard that .NET Core could run on Linux and Mac as well. I am currently using Mono on Raspberry PI. Is it possible or will it be possible to run .NET Core on Raspberry

7条回答
  •  失恋的感觉
    2020-12-13 13:30

    I would have made a comment but since i can not i am posting as an answer and i think the accepted answer should be updated.As it is possible now since this checked into coreclr https://github.com/dotnet/coreclr/pull/1210

    This was all a community effort although this is still very rough (exception handling and debugging not supported yet) so you would not be able to go far with it as a solution, but eventually it will get there. Dated: 7/26/2015

提交回复
热议问题