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

Support .NET Platform Standard #174

Closed
andriysavin opened this issue Apr 25, 2016 · 3 comments
Closed

Support .NET Platform Standard #174

andriysavin opened this issue Apr 25, 2016 · 3 comments
Milestone

Comments

@andriysavin
Copy link

andriysavin commented Apr 25, 2016

Need to add support for .NET Platform Standard for easier referencing from netstandard libraries.
Here's is motivation for this: I tried to reference the Rx PCL package from a netstandard library with "imports" trick usage, but I wasn't able to build that library - many errors arise when adding "imports", like LINQ becomes "invisible" to the compiler (all that happens when targeting netstandard1.4 and lower). And after all, this trick is more for third parties which don't hurry to adopt recent .Net trends; Rx, on the other hand, is Microsoft's child and should not hesitate to do that.

This seems to be relatively easy to do (at least for the first step), since there is a PCL version (Profile259) of Rx which is compatible with netstandard1.0. If I understand this document correctly, those PCL binaries should just be copied to a netstandard1.0 directory when producing packages, and also dependencies should be specified.

@clairernovotny
Copy link
Member

Dup of #148

@SuperJMN
Copy link

Support for .NET Standard profiles. Including 1.5!

@clairernovotny
Copy link
Member

completed!

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

3 participants