gpt4 book ai didi

uno-platform - uno 平台自动生成的文件和 program.cs 中的错误 - 仅在 Mac 上

转载 作者:行者123 更新时间:2023-12-04 15:24:08 25 4
gpt4 key购买 nike

我有一个基于 un uno 平台的简单应用程序。在 Windows 上,我可以毫无问题地构建和运行它。但是在 VS for Mac 上,编译器对自动生成的 RemoteControl.g.cs 文件给出了错误:

  • 错误 CS0826:未找到隐式类型数组的最佳类型 (CS0826)(UnoTeszt.Wasm)
  • 错误 CS1503:参数 2:无法从“?[]”转换到 'string[]' (CS1503) (UnoTeszt.Wasm)
// <auto-generated>
// ***************************************************************************************
// This file has been generated by the package Uno.UI.RemoteControl - for Xaml Hot Reload.
// Documentation: https://platform.uno/docs/articles/features/working-with-xaml-hot-reload.html
// ***************************************************************************************
// </auto-generated>
// <autogenerated />
#pragma warning disable // Ignore code analysis warnings

[assembly: global::Uno.UI.RemoteControl.ServerEndpointAttribute("fe80::1%1", 0)]
[assembly: global::Uno.UI.RemoteControl.ServerEndpointAttribute("fe80::109d:3e33:34e7:51fb%4", 0)]
[assembly: global::Uno.UI.RemoteControl.ServerEndpointAttribute("10.111.111.61", 0)]
[assembly: global::Uno.UI.RemoteControl.ServerEndpointAttribute("fe80::5805:f7ff:feaa:6ec3%8", 0)]
[assembly: global::Uno.UI.RemoteControl.ServerEndpointAttribute("fe80::5805:f7ff:feaa:6ec3%9", 0)]
[assembly: global::Uno.UI.RemoteControl.ServerEndpointAttribute("fe80::1d3:92b1:ff7d:cf5%10", 0)]
[assembly: global::Uno.UI.RemoteControl.ServerEndpointAttribute("fe80::77d1:f7a1:4393:622b%11", 0)]
[assembly: global::Uno.UI.RemoteControl.ProjectConfigurationAttribute(
@"/Users/kistelekig/Documents/Vitarex/FilmesApp/UnoTeszt/UnoTeszt/UnoTeszt.Wasm/UnoTeszt.Wasm.csproj",

new[]{}
)]

我在 Program.cs 中还有一个问题:

[...]/UnoTeszt/UnoTeszt.Wasm/Program.cs(20,20):错误 CS0246:找不到类型或 namespace 名称“App”(是否缺少 using 指令或程序集引用?)(CS0246)(UnoTeszt.Wasm)

using System;
using Windows.UI.Xaml;

namespace UnoTeszt.Wasm
{
public class Program
{
private static App _app;

static int Main(string[] args)
{
Windows.UI.Xaml.Application.Start(_ => _app = new App());

return 0;
}
}
}

我安装了适用于 Mac 和 MacOS 的最新版本的 VS。

最佳答案

这通常发生在没有标记为 <Page /> 的 XAML 文件时在你的项目中。确保正确引用您的共享项目。

关于uno-platform - uno 平台自动生成的文件和 program.cs 中的错误 - 仅在 Mac 上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62676355/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com