-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Question - Are the Microsoft.Bcl libraries now required? #75
Comments
Yes, unfortunately, due to the way the PCLs form the core of this project, they are required. See #13. v5 will target |
Thank you for the info Stephen. I will probably wait until v5 before upgrading. |
This is somewhat of a show-stopper. There doesn't seem to be a good release of AsyncEx for classic .NET that wouldn't bring extra baggage. |
@kyberias Unfortunately, the problem as specified in #13 is outside my control. Classic .NET support requires You can use the prerelease v5 today; I want to fix #107 before calling it fully production-ready, but a lot of people are already using it in production (#107 only shows up if you mix blocking and asynchronous calls and exhaust your thread pool). |
I tried the pre-release v5 but it seems to bring a lot of additional (.NET Standard?) references to my assembly. I'm not sure I want that. |
I Have also a problem with the
I Hope this will not has a impact! can you confirm that @StephenCleary |
@bqstony That's an interesting approach! I'm not sure what all impact that would have. I expect it would work fine with modern tooling, but I'm not familiar enough with the |
After some days i see actual no bad behavior for my solution. But i will look forward to V5... |
Is there any update to this? Are the libraries still required? |
@rolandh v5 targets |
Hi Stephen, first, thank you for your library, I love it.
I have a question regarding the 4.0.1 release. I just pulled it and noticed that it pulled in the Microsoft.Bcl libraries and build targets. I was under the assumption those were only required older versions of the .NET platform? I do not see any dependencies between your libraries and Microsoft.Bcl. My project is set to build against the .NET 4.6.2 framework.
Questions:
Thank you in advance,
Jonathan
The text was updated successfully, but these errors were encountered: