-
Notifications
You must be signed in to change notification settings - Fork 28
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
Reactive.Streams.TCK targets .NET CLR only #45
Comments
I've run into this issue too when trying to update my old Framework test code to .NET Core 3. |
Easiest is probably to open a PR? Ping @reactive-streams/dotnet-contributors |
I would have, but I have no idea how such things are done in the .NET world. I rely on Visual Studio new project and whatever that sets up. Build target, deployments, NuGet packaging - magic. |
Not that it is any consolation, but I don’t know either :-/
--
Cheers,
√
|
I kept googling the error messages and managed to add new target: #46. The generated nupkg files look fine to me. |
We'd love to update these packages to target .NET Core instead of .NET Framework. @akarnokd at the moment @cconstantin and I are the members of the Reactive.Streams organization on NuGet where all of the official packages live. We originally created that org because we were approached by some folks from the Reactive Foundation (Ryland Degnan) who wanted push access to these packages but I don't think Ryland ever accepted my invite. I'd like to do the following things:
Who are the right people for step 1? |
@Aaronontheweb Not sure, but feel free to invite me. |
At this point Reactive.Streams target only .NET CLR 4.5+. The test suite supports neither .net core nor .net standard. The project should be updated and released to target .net standard 2.0.
The text was updated successfully, but these errors were encountered: