简体   繁体   English

将 Windows IoT Core UWP (C# / XAML) 应用程序移植到 Linux

[英]Porting Windows IoT Core UWP (C# / XAML) application to Linux

I have a UWP application with a GUI, written in C# / XAML, currently running on Windows IoT Core.我有一个带有 GUI 的 UWP 应用程序,用 C# / XAML 编写,目前在 ZAEA23489CE3AA9B43006EBB28E0CD 上运行。 Since there is not a lot of support for Windows IoT Core anymore and updates are rare too, i have to port my application to another platform for the future.由于不再支持 Windows IoT Core 并且更新也很少,因此我必须将我的应用程序移植到另一个平台以备将来使用。 So when i run Linux (Raspbian) on my IoT devices, which is the best way, to port my current application to it?因此,当我在我的 IoT 设备上运行 Linux (Raspbian) 时,将我当前的应用程序移植到它的最佳方式是什么? Or is it even a good option, to run Android on my IoT devices and port my UWP application with Xamarin?或者,在我的物联网设备上运行 Android 并使用 Xamarin 移植我的 UWP 应用程序是一个不错的选择吗?

Since there is not a lot of support for Windows IoT Core anymore and updates are rare too由于不再支持 Windows IoT Core 并且更新也很少

This reads like a tabloid article, what exactly are you basing your assumptions on?这读起来像小报文章,你的假设到底是基于什么? At a glance, the.Net Core IOT library was last updated 3 days ago: https://github.com/dotnet/iot/commit/d67f974e29918ab3122af3d2d7775110c8d93acb一目了然,.Net Core IOT库最后一次更新是3天前: https://github.com/dotnet/iot/commit/d67f974e29918ab3122af3d2d7775110c8d93acb

which is the best way, to port my current application to it [Raspbian]?将我当前的应用程序移植到它 [Raspbian] 的最佳方式是什么?

Ironically, using the same IOT library you think isn't maintained anymore.具有讽刺意味的是,使用您认为不再维护的相同 IOT 库。 If you're asking about the GUI, you select all of it and delete, then start writing from scratch using your library of choice -- gtk#, Avalonia, Xamarin, whatever you want.如果您要询问 GUI,您将 select 全部删除,然后使用您选择的库从头开始编写 - gtk#、Avalonia、Xamarin,无论您想要什么。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 C#UWP UI调度程序优化(Windows IoT核心版) - C# UWP UI dispatcher optimization (Windows IoT Core) UWP C#Windows IoT创建约会 - UWP C# Windows IoT Create Appointment Windows IoT的C#XAML CoreWindowDialog替代品 - C# XAML CoreWindowDialog alternatives for Windows IoT 适用于Microsoft IoT的UWP应用程序的C#记录器 - C# Logger for UWP Application with Microsoft IoT 多次传输后 UWP C# Windows IoT Core UART RS485 错误 - UWP C# Windows IoT Core UART RS485 Error After Multiple Transmission 使用自定义UWP应用程序创建Windows IoT核心映像不起作用 - Windows IoT core image creation with custom UWP application is not working 是否可以将 Raspberry Pi 3 上的 Windows 10 IoT UWP C# 应用程序连接到蓝牙耳机? - Is it possible to connect a Windows 10 IoT UWP C# application on a Raspberry Pi 3 to a bluetooth headset? 用 c# 编写的 Windows IoT 控制台应用程序? - Windows IoT console application written in c#? 如何检测连接到运行Windows 10 IoT核心版的Raspberry Pi的USB上的文件? (C#UWP) - How can I detect a file on a USB connected to a Raspberry Pi running Windows 10 IoT Core? (C# UWP) 单元测试ac#Windows 10 IoT核心应用程序(错误:DEP0700) - Unit testing a c# Windows 10 IoT core application (Error : DEP0700)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM