monodroid中的DataAnnotations

时间:2013-03-05 12:34:38

标签: c# mono xamarin xamarin-studio xamarin.android

我在核心库中有一些模型我想与MonoDroid项目共享,但System.ComponentModel.DataAnnotations不能用于monodroid目标。我尝试从单一来源抓取System.ComponentModel.DataAnnotations的代码并将源代码编译到项目中,但最终进入了一个兔子洞,试图让它与所有依赖项一起编译。

任何人都有关于如何在Xamarin monodroid和monotouch项目中包含该命名空间的任何建议或步骤?

如果没有,可能会建议如何在我的xamarin项目中包含我的模型类库而不会出现构建错误。

1 个答案:

答案 0 :(得分:0)

Soner,看来他们目前在Xamarin中仍然无法使用。但是,我的可移植类库中使用DataContract和DataMember注释没有任何问题。如果您不使用PCL,我强烈推荐它用于任何代码共享方案。祝你好运!