-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IronGitHub with VS 2010 and .NET 4.0 #10
Comments
Right now the code is written using |
I don't know how we would "shim" async/await. I think it would need to be rewritten with the traditional AsyncOperation pattern. But we might not have to. Any volunteers to try this? It would only get us down to 4.0. Is that enough? |
.net 4.5 is not needed to use async/await, it is a compiler feature. You just need to use the Microsoft.Bcl.Async NuGet package. Then just make sure it is a framework specific dependency. |
So I spiked this. there are 2 options (which I can see)
PR for option 2 will be up in a minute. |
Gonna check this out - like the direction... |
I just saw your library for accessing GitHub API 3.0 and it looks really nice. The problem is that I have a project that is developed in .NET 4.0 and VS 2010.
But I could only find a library IronGitHub.dll for net 45.
Could you please compile IronGitHub also to .NET 4.0? That would be awesome! Unfortunately I can not change my project to .NET 4.5.
The text was updated successfully, but these errors were encountered: