关闭 ggallant571 打开了这个问题 2019 年 2 月 2 日 · 1条评论 注释 豪门571 评论了 2019 年 2 月 2 日 当使用 monodevelop 在 Linux 上构建时,我收到 3 个错误和三个警告。怀疑我遗漏了什么。首先是: public static string TempPath { get => $"{GrblCore.DataPath}\\Autotrace\\"; } /home/ggallant/laser/LaserGRBL-master/LaserGRBL/Autotrace/Autotrace.cs(38,38): 错误 CS1043: 访问器主体无效=>', expecting ;’ 或 `{‘ (CS1043) (LaserGRBL) 所有者 阿尔基皮塔 评论了 2019 年 2 月 11 日 我用最新版本的 monodevelop 编译了最新版本的 LaserGRBL。 有一些工作要做,以消除对 XML 命名空间的大量依赖,使用 Windows API 等等,但在 “=>’ 上没有问题,期待; 自 C# 6.0 语言定义以来,属性的=>语法可用,因此请更新您的 mono/monodevelop 版本。 arkypita已完成 关闭 2019 年 2 月 11 日 喜欢 (0) 编码问题 #852 解析圆弧时出错 #853 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭 无法在 gsender 1.2.0 中打开 .gcode 文件 #367 RaspberryPi 运行 gsender 时出现问题 #89 向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭无法在 gsender 1.2.0 中打开 .gcode 文件 #367RaspberryPi 运行 gsender 时出现问题 #89向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473功能请求:抑制发送到机器的 gcode 中的 gcode 注释。 #444 关闭通过网络连接进行连接 #171操纵杆运动的剩余问题 #204 关闭新版本认为我的机器一直处于锁定状态 #474 关闭
当使用 monodevelop 在 Linux 上构建时,我收到 3 个错误和三个警告。怀疑我遗漏了什么。首先是:
/home/ggallant/laser/LaserGRBL-master/LaserGRBL/Autotrace/Autotrace.cs(38,38): 错误 CS1043: 访问器主体无效
=>', expecting
;’ 或 `{‘ (CS1043) (LaserGRBL)