- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我在我的解决方案中成功使用了 Fody 和 Fody.PropertyChanged NuGet 包,直到我安装另一个包并看到我们有可用于前面提到的那些包的更新。更新后,以下错误阻止我构建解决方案。
The "Fody.WeavingTask" task could not be initialized with its input parameters.
The "GenerateXsd" parameter is not supported by the "Fody.WeavingTask" task. Verify the parameter exists on the task, and it is a settable public instance property.
我去检查了 Fody 的 GitHub 页面,想知道是否有新的东西我必须添加到 FodyWeavers.xml 或其他东西......那个文件仍然和我更新之前一样。
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<PropertyChanged />
</Weavers>
为什么只是更新这些包会破坏我的应用程序?
最佳答案
我能够通过这些步骤解决问题,希望这对以后的其他人有帮助:
关于C# Fody.PropertyChanged "Fody.WeavingTask"任务无法初始化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53715508/
我在我的解决方案中成功使用了 Fody 和 Fody.PropertyChanged NuGet 包,直到我安装另一个包并看到我们有可用于前面提到的那些包的更新。更新后,以下错误阻止我构建解决方案。
我一直在尝试在我的 Xamarin android 项目中使用 Realm,它的依赖之一是 Fody,每次我尝试运行我的应用程序时都会显示以下错误:错误 MSB4044:未为“Fody.Weaving
我是一名优秀的程序员,十分优秀!