theburningmonk / ReactoKinesix

A Rx based .Net client library for working with Amazon Kinesis
http://theburningmonk.github.io/ReactoKinesix/
MIT License
29 stars 5 forks source link

Fixing build error on Mac OS X #63

Closed wallymathieu closed 5 years ago

wallymathieu commented 6 years ago

When building with msbuild on Mac OS X, it tells me that there are multiple definitions of Result. Since Result is defined internally, the simplest solution is to reference the method more explicitly: InternalModel.Result.Bind

wallymathieu commented 5 years ago

I'm closing the PR since I didn't finish it.