Github user vgotra commented on the issue:
https://github.com/apache/thrift/pull/1088
@Jens-G - Updated (added tests). Not sure how to run tests with test.py
(just updated tests.json) - it seems that you have custom configuration for
running tests. Manually executed tests (server and client) -
http://prntscr.com/crl5km.
There is still an issue with including of generated files on prebuild
action (it's related to cli tools - dotnet cli ). It can be easily fixed after
merging netcore changes to thrift generator and adding additional cmd line for
generation code from idl before building tests and running them with test.py.
You can run them in easy way for check - install dotnet sdk
(https://www.microsoft.com/net/core#windows) for your platform and then run
"dotnet restore && dotnet run server" and "dotnet run client"
---
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.
---