richorama / azure-sdk-for-mono

Fork of the Windows Azure SDK for .NET repo, modified to compile for mono
Apache License 2.0
10 stars 7 forks source link

.NET4.5 Support? #2

Closed ArnoldKrumins closed 10 years ago

ArnoldKrumins commented 10 years ago

Hi there.

I'm using Xamarin.IOS with .NET 4.5 framework. I'm getting task related build issues. Is this something you will be supporting in the future?

Cheers,

Arnold

richorama commented 10 years ago

Probably not. I'd be very happy to accept pull requests, but I don't have the Xamarin tools or know-how to keep this project aligned with their codebase.

Have you tried compiling the main Microsoft repo (from which this is a fork?). It might be more compatible?

ArnoldKrumins commented 10 years ago

Hi again,

When you forked the Mircosoft repo did you have do to much code changes to get it to work on Mono? I need to decide what path might be easier.

richorama commented 10 years ago

No, it was mainly pulling out the table storage stuff, as there was an unsupported dependency. Probably just 30 minutes of hacking it out.