我在VS2017 Xamarin表格中遇到了一些奇怪的问题。我用.Net Standard创建了一个跨平台应用程序(Xamarin表单)。运行新的空白应用程序时我没有遇到任何问题。但是,在我从nuget包管理器安装Microsoft Azure设备客户端后,它显示错误error: expected expression, found keyword `else`
--> src/main.rs:32:34
|
32 | cond! { $pred => $body } else cond! { $($preds => $bodies),+ }
| ^^^^
。我安装了Newtonsoft.Json以及无法找到的所有软件包,包括Microsoft Azure Devices Shared,Microsoft Windows Azure Storage,Dotnetty Transport,Dotnetty codecs mqtt和Dotnetty处理程序。然后应用程序运行但退出后才显示任何内容。日志太长,所以我把它here。