OrleansContrib / OrleansBlobStorageProvider

DEPRECATED - now part of the orleans codebase :shipit:
13 stars 11 forks source link

Updated for Orleans 1.0.0; new config options; other enhancements #8

Closed ScottArbeit closed 9 years ago

ScottArbeit commented 9 years ago

Updated for Orleans 1.0.0; updated for latest NuGet versions; enhancements in ReadStateAsync() and WriteStateAsync() to specify IDictionary<string, object> for clarity; added three configuration options to control serialization options.

Richard -

I've made a bunch of updates here, some I'd argue are bug fixes, some are enhancements... here's what I've done:

I think that's it. It's a fair bit of change... happy to handle it however you'd like. If you take these changes, I'll follow up with a wiki page that explains the configuration options.

Thanks! Scott Seattle, WA, USA

richorama commented 9 years ago

Awesome, thanks Scott. I'll publish the nuget package later today...