Github user vgotra commented on the issue:
https://github.com/apache/thrift/pull/1088
@Jens-G - Hi Jens.
I added changes for netcore implementation in the latest fork of Thrift
repo (https://github.com/vgotra/thrift):
- migration to csproj from project.json
(https://blogs.msdn.microsoft.com/dotnet/2016/11/16/announcing-net-core-tools-msbuild-alpha/)
- update to latest .NET Core framework (netcoreapp1.1)
- added implementation of framed transport
- added info how to build Thrift IDL with VS2017 RC
- other minor changes
There is still problems with .NET Core CLI tools - they fixed problem with
restore, but console build of solution with library based on .NET standard 1.6
and console app based on netcoreapp1.1 can cause problems.
MS planned to release NET Standard 2.0 in Q1 2017
(https://blogs.msdn.microsoft.com/dotnet/2016/07/15/net-core-roadmap/).
I can wait for official release and then update everything to official
stable version and create create pull request - or update docs and create new
pull request with current changes to include them into the next release of
Apache Thrift.
Please, let me know your thoughts about that.
Thanks
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---