7digital / SevenDigital.Api.Wrapper

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

comment in Track.cs "TODO: remove when Mono 2.12 is out" #106

Closed AnthonySteele closed 10 years ago

AnthonySteele commented 10 years ago

src\SevenDigital.Api.Schema\TrackEndpoint\Track.cs There's a nullable field and a comment ""TODO: remove when Mono 2.12 is out" Commit by Andres Aragoneses, 1 year ago.

Current version of mono is 3.2.3

gregsochanik commented 10 years ago

Just looked at this, I this is a nullable field in the xml responses anyway (http://api.7digital.com/1.2/track/details?trackid=4657851&oauth_consumer_key=YOUR_KEY_HERE&country=GB), so I'm happy to leave IsNllable=true in and just remove the comment

AnthonySteele commented 10 years ago

ok, go ahead

gregsochanik commented 10 years ago

This line has been removed