aerospike / aerospike-client-csharp

Aerospike C# Client Library
70 stars 47 forks source link

Added support for Mono #3

Closed bertbeck closed 9 years ago

bertbeck commented 9 years ago

I found that the Aerospike demo didn't work with mono on OSX Yosemite. The problem was the code assumed "\" as the directory separator and a specific ordering of the directory structure. I made changes that work on OSX Yosemite and should work on Windows and Linux as well as prior versions of OSX. It would be good to test on these environments - I will when I can.

Demo seems to work fine now.

Code changes were in DemoForm.cs to TreeNode Read()

Commit comments are:

Tested on OSX/Yosemite Needs test on earlier versions and Linux as well as Windows Used native directory separator Added upward search for source files

BrianNichols commented 9 years ago

Server team says it might work :), but no guaranty. Also, you must start with an empty database after making this change.