0

我正在尝试在 F# 交互式会话中使用加载 FsXAml 包。我使用了以下指令:

#r "nuget: FsXaml.Wpf, 3.1.6"

但我收到以下错误:

Project.fsproj.fsx(11,1): error FS3053: 
  The type provider 'FsXaml.XamlTypeProvider' reported an error: 
  The type provider constructor has thrown an exception: 
  The type initializer for '<StartupCode$FsXaml-Wpf-TypeProvider>.$XamlTypeUtils' threw an exception.

我使用 Visual Studio 2019 和 Jetbrains Rider 进行了尝试。作为参考,我的项目设置为 .Net 框架 4.6.1。(我尝试了 .Net 框架 4.6.8 并且遇到了同样的问题)。

我可以从 F Sharp 交互中引用该库吗?

4

0 回答 0