XAMARIN 6.3 MacOS Mono 更新:F# 交互式(及更多)崩溃

XAMARIN 6.3 MacOS Mono Update: F# interactive (and more) crashing

今天早上在 Xamarin 中有消息提示更新 Mono SDK(到 5.0.0?),我天真地接受了它

1) 我遇到无法再正确加载库的脚本错误。 (例如 Fslab.fsx 加载 Deedle 等...)

2) 在 FSI 中,我有时会随机收到消息

non-IL or abstract method with non-zero RVA

3) 一个简单的类型定义,例如

type Dollar = Dollar of float

回来了

 System.Exception: Operation could not be completed due to earlier error  Specified method is not supported. at 1,0

我不想找到其他错误,我确信列表并不详尽。我很生气,因为我不能再工作了,我不知道该怎么办。

此错误是由于 Xamarin Studio 6.3 与 Mono 5.0 结合使用造成的

将 Visual Studio 用于 Mac 和 Mono 5.0+ 或 Xamarin Studio 和 Mono 4.8

Xamarin确实有不少bug 所以我已经升级到 VS Mac(最新的 Mono 5.0.1),Xamarin 已被弃用。

以上错误已解决,但我仍然遇到很多问题 就像这个帖子中描述的那样

https://bugzilla.xamarin.com/show_bug.cgi?id=56097