7digital / SevenDigital.Api.Wrapper

A fluent c# wrapper for the 7digital API
MIT License
16 stars 29 forks source link

Dot net 45 #162

Closed AnthonySteele closed 10 years ago

AnthonySteele commented 10 years ago

The big one as planned, touching a lot of files.

Tests in this solution are passing. Downstream tests may fail as the return type from the api wrapper has changed to an awaitable wrapper over the previously returned object. These tests may have to be fixed after merging.

gregsochanik commented 10 years ago

Looks good, my only issue is the internal tests will have to be fixed retrospectively before we know that everything's OK, but if all the main tests pass then there's no reason why these shouldn't once changed to deal with an async response in the same way.