-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feature: add the tizen30 platform to reactiveui #1387
Conversation
I added preliminary support for Tizen in the extras package. You'll need the CI feed for now: It's |
@ghuntley Tizen now will build correctly. What you need is to update the shared\Registrations.cs since there's nothing in there for Tizen. There is a |
Thanks for helping out here @onovotny. |
I am sorry to inform you late. Tizen .NET preview 4 has been released last week. Unfortunately, however, the Tizen TFM has not been used yet. I recommend making a seperated package for tizen and using netstandard for it until the Tizen TFM is ready. And please use Tizen.NET 3.0.0 instead of Tizen.Library. The Tizen.Library will not be managed anymore. |
Thanks @WonyoungChoi, good to know. If it helps, I've added support for the Tizen TFM's in my MSBuild.Sdk.Extras package so that SDK-style projects can build them. |
@WonyoungChoi The directions are here, https://github.com/onovotny/MSBuildSdkExtras/blob/master/README.md#using-the-package, and I'm happy to help any way I can. |
@onovotny Thank you for adding Tizen tfm to your package. :) It will help us a lot. |
@WonyoungChoi it probably won't help with the application projects, since that requires support from your project system for debugging, but it "teaches" the SDK-style project system how to build class libraries that can target your platform. Please feel free to reach out to me anytime if you need help. My email is oren at novotny dot org. |
Linking dotnet/corert#4856 in with this thread. |
Replaced by #1546 |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
feature
The Plan
reactiveui-events
fortizen30
via downloading packages from NuGet.reactiveui
Other information:
tizen30
as per Adding new TFM for Tizen.Net NuGet/Home#4175 which was implemented in over at https://github.com/NuGet/NuGet.Client/pull/1083/filesBlocked until figure out how to multi-target the platform correctly:
Error message after 7e9535a
Error message after 2fb2ba4
AppVeyor does not have the tizen SDK's installed but I do on my local machine (obtained yesterday from https://developer.tizen.org/development/tizen-.net-preview/getting-started/installing-visual-studio-tools-tizen). All screenshots/logs are from my local machine.
/cc @WonyoungChoi