Skip to content
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

Bcl packages prevent usage in Open Source applications #114

Closed
wwahammy opened this issue Oct 30, 2013 · 6 comments
Closed

Bcl packages prevent usage in Open Source applications #114

wwahammy opened this issue Oct 30, 2013 · 6 comments

Comments

@wwahammy
Copy link

The Base Class library packages that are referenced throughout are under a non-open source license. (In fact, they don't even allow usage on a non-Windows OS). This not only prevents Mono users from using the tool but also prevents it's usage in open source projects. The main point of the Bcl inclusions seems to be to use await/async in pre-4.5 .Net. Is there any way we could just avoid using await and async?

@anaisbetts
Copy link
Contributor

This not only prevents Mono users from using the tool but also prevents it's usage in open source projects

I'm going to submit a PR to add Xamarin.* / Mono builds, and they won't have any reference to Microsoft.Bcl.Async

@haacked
Copy link
Contributor

haacked commented Oct 30, 2013

This not only prevents Mono users from using the tool but also prevents it's usage in open source projects.

Note that we don't distribute these with our code. They're only used to compile the project. You can look at the NuGet packages to see that.

@haacked
Copy link
Contributor

haacked commented Oct 30, 2013

@haacked
Copy link
Contributor

haacked commented Oct 30, 2013

@paulcbetts nice!

@shiftkey
Copy link
Member

@EricSchultz #117 has dropped the Microsoft.Bcl.* packages and targets .NET45

@haacked
Copy link
Contributor

haacked commented Oct 31, 2013

🍰 in my face! I messed that one up, but we fixed it. Thanks @shiftkey!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants