orientechnologies / OrientDB.Net

OrientDB .Net Core core modules solution.
4 stars 7 forks source link

Async implementation #5

Open alzuma opened 7 years ago

alzuma commented 7 years ago

Async support Converted to netstandard2.0 Test project compiles, but test discovery fails. Still looking for solution.

alzuma commented 7 years ago

It is, but it is possible to throw not implemented message.

@bstrctmttrs are you utilizing sync methods? Without async this would be "no fly" for me and I would pick REST API with RestSharp nuget.

sarvasana commented 7 years ago

No I am not. I would probably also prefer an async implementation. But as a consumer of the driver I would still like to be able to explicitly ask for an ISomething or ISomethingAsync in an application. Not all applications are async.