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

请问,有没有支持.Net Core 3的计划? #3

Open
wsy opened this issue Jan 7, 2019 · 2 comments
Open

请问,有没有支持.Net Core 3的计划? #3

wsy opened this issue Jan 7, 2019 · 2 comments

Comments

@wsy
Copy link

wsy commented Jan 7, 2019

根据网上说的,.Net Core 3 添加了Windows下,对桌面App的支持。

所以想问问你,有没有从.NetFramework迁移到.Net Core的计划啊?按照微软这几年的发展规划,跨平台肯定是趋势。
这样的话,如果以后.Net Core 4.0支持了macOS/Linux下运行桌面App,macOS/Linux下面也能开心的刷票了呢!

初步想了一下,比如第三方打码功能这种依赖第三方dll的,迁.Net Core,大概率没戏。
可以考虑一下用“#if”判断是.NetFramework还是.NetCore,针对.Net Core屏蔽掉不支持的功能。
后期迭代过程中,把这些功能,根据实际需要,慢慢替换成兼容.Net Core的代码/dll。完成后再去掉对应功能的“#if”。

@iccfish
Copy link
Owner

iccfish commented Jan 7, 2019

暂时没有。

因为订票助手.NET依赖部分第三方库,如BetterListView以及DotNetBar,除非它们提供支持,否则移植将会是工作量非常大的一件事情。

另外,尚不知道.Net Core 3是如何解决非托管代码问题的。如果其必须只能用托管代码而不能用任何PINVOKE,那么移植的概率将会非常低。

@wsy
Copy link
Author

wsy commented Jan 8, 2019

第三方库确实比较困难。
PInvoke的话,.NetCore确实支持,而且跨平台支持。Windows下可以PInvoke调用dll库,Linux下可以PInvoke对应的so库。

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

2 participants