Port to .NET Core ??
Are there any plans or wishes to port this to .NET Core? I'd love to be able to use it in Linux.
.NET core is really not in a good shape. The promise is that with VS2017 all the gaps will be filled but at this point I would like to wait. For example netstandard supports most of the APIs but you cannot use it in full framework. The exact comment from MS is
Immo Landwerth1 week ago (edited) It will not work yet because we haven't shipped all the required pieces yet. Eventually, this will work just fine :-)
The plan is that everything that's in the Organisation to be moved to .NET Core. Right now there are a lot of breaking changes between the releases of .NET Core, and the support of the code and the CI/Deployment infrastructure adds a lot of overhead. We plan to move everything to UNIX and docker, but we need a stable framewrok.
Any update on this?
@brainbug89 we do not plan to do it in near future. PR is welcome