Replies: 1 comment 1 reply
-
这个问题很复杂,官方的 API 默认寻找的是 dll 的位置,官方不支持从已加载的类型中提取引用。不过 Natasha 会在下个版本中解决。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
类型“Object”在未引用的程序集中定义。必须添加对程序集“System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”的引用。
已经使用NatashaManagement.AddGlobalReference(typeof(Object));
Beta Was this translation helpful? Give feedback.
All reactions