Open shiftkey opened 10 years ago
Weird, Octokit.csproj builds fine for me using Xamarin Studio (free version 4.2.2 (Build 2)) on Windows. Don't own a Mac to try out that version if that's where the issue is :-/
Also, I was only building octokit.csproj by itself since I couldn't load up the whole solution; As it contains iOS projects that won't work in Xamarin Studio for Windows.
Tried to run the latest version of CommentPulldown in Xamarin Studio 4.2.2 but got this build error:
Relates to this line:
https://github.com/pmacn/CommentPulldown/blob/master/CustomBuildTasks/PullDownComments.cs#L116
But I can see the right overload here in the Mono source code:
https://github.com/mono/mono/blob/b3d6490a35d35b271424b96f85759f8dc1084f07/mcs/class/Microsoft.Build/Microsoft.Build.Evaluation/ProjectCollection.cs#L183