将包上传到 Windows dev store 时,它说它不合适,尽管按照手册进行操作?
When uploading a package to the Windows dev store, it says it is unsuitable despite following the manual?
How can I fix this? 如有任何帮助,我将不胜感激。
在打包您的应用程序之前,您需要在.Net Native 编译环境中测试您的应用程序以提高您的应用程序的运行时性能。
您可以右键单击您的项目 > 单击 property
> select Build
> 选中 Compile with .NET Native tool chain
。
默认情况下,Release 构建配置启用 .NET 本机工具链,因此您可以在发布构建中测试您的应用程序。
之后,您可以按照Packaging UWP apps打包您的应用并上传到开发中心。
How can I fix this? 如有任何帮助,我将不胜感激。
在打包您的应用程序之前,您需要在.Net Native 编译环境中测试您的应用程序以提高您的应用程序的运行时性能。
您可以右键单击您的项目 > 单击 property
> select Build
> 选中 Compile with .NET Native tool chain
。
默认情况下,Release 构建配置启用 .NET 本机工具链,因此您可以在发布构建中测试您的应用程序。
之后,您可以按照Packaging UWP apps打包您的应用并上传到开发中心。