简体   繁体   English

.NET 升级助手 - 支持 .NET MAUI

[英].NET Upgrade Assistant - support for .NET MAUI

in .NET MAUI Roadmap from 24th of May was mentioned that there will be full support of .NET Upgrade Assistant for .NET MAUI (conversion from Xamarin -> .NET MAUI) around the same time as VS 17.3 will come up. in .NET MAUI Roadmap from 24th of May was mentioned that there will be full support of .NET Upgrade Assistant for .NET MAUI (conversion from Xamarin -> .NET MAUI) around the same time as VS 17.3 will come up. VS 17.3 has been released on 9th August, but I can't find any new information about .NET Upgrade Assistant. VS 17.3 已于 8 月 9 日发布,但我找不到有关 .NET 升级助手的任何新信息。 Could anyone please provide me some new info or at least redirect me to some articles/documentation?谁能给我一些新信息或至少将我重定向到一些文章/文档?

Especially I am interested if there are new things in auto migration of XAML and API naming ( (names of XAML tags, naming as Color.Red to Colors.Red etc.), because the old capability of .NET Upgrade Assistant was only to auto migrate the solution files, target frameworks and just a few things actually... :/ Especially I am interested if there are new things in auto migration of XAML and API naming ( (names of XAML tags, naming as Color.Red to Colors.Red etc.), because the old capability of .NET Upgrade Assistant was only to auto migrate解决方案文件,目标框架和实际上只是一些东西......:/

The Xamarin to MAUI Upgrade assistant is on the roadmap for.Net 7. Visual Studio 17.3 released with general MAUI tooling not with the upgrade experience. Xamarin 到 MAUI 升级助手在.Net 7 的路线图上。Visual Studio 17.3 发布时使用通用 MAUI 工具,没有升级体验。

You can see the MAUI Roadmap at https://github.com/dotnet/maui/wiki/Roadmap您可以在https://github.com/dotnet/maui/wiki/Roadmap查看 MAUI 路线图

You can follow MAUI conversion issues in the upgrade-assistant repo with the area:Maui tag您可以 使用 area:Maui 标签在升级助手 repo中关注 MAUI 转换问题

You can track converting the Colors class at Upgrade the Colors API to reflect .NET MAUI changes #592 You can track converting the Colors class at Upgrade the Colors API to reflect .NET MAUI changes #592

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM