pdxcodemonkey opened a new pull request #823:
URL: https://github.com/apache/geode-native/pull/823
Still a long way to go with this, but basic put/get/remove of strings works,
along with infrastructure to get there, and AuthInitialize.
To build, after installing .net core:
* `dotnet build` from `/netcore` in `geode-native` tree
To run tests:
* Add `geode-native` library directory to `$PATH` (Windows) or
`$LD_LIBRARY_PATH` (Linux), or
* Put `geode-native` library and `apache-geode-c` library in standard
library location (Linux, MacOS), or
* Put `geode-native` library and `apache-geode-c` library in app working
directory (Windows, MacOS), then
* `dotnet test` from `/netcore` in `geode-native` tree
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]