keenlabs / keen-sdk-net

A .NET SDK for the Keen IO API
MIT License
37 stars 24 forks source link

Port/rewrite EventCachePortable for new netstandard PCL #65

Closed baumatron closed 7 years ago

baumatron commented 7 years ago

This class is broken, and references API's that don't seem to be included in the netstandard API surface. First, confirm that the API's it relies on aren't included in netstandard2.0. If that's the case, it needs to be re-written targeting a netstandard API surface, along with robust unit tests. Otherwise, fix it and provide some good unit tests.

See https://github.com/keenlabs/keen-sdk-net/issues/21

baumatron commented 7 years ago

https://www.nuget.org/packages/PCLStorage.Standard/ might be useful.

Donistivanov commented 7 years ago

I will work on this

baumatron commented 7 years ago

Taking a stab at porting the file io stuff.

baumatron commented 7 years ago

I've made some really good progress using .net standard API's. I'll hopefully be able to wrap up the simple port tomorrow and then be able to move on to the threading issues.

baumatron commented 7 years ago

Merged to dotnetsummer from #121.