我正在尝试使用ServiceStack.DataAnnotations中的ServiceStack属性修饰符,但是当我在MSVS对象浏览器中查看ServiceStack.DataAnnotations命名空间时,只有以下类型:
ComputeAttribute DecimalLengthAttribute IgnoreAttribute PrimaryKeyAttribute
我有最新的垃圾箱,所有参考资料都可以查看。具体来说,我希望使用[AutoIncrement]和[Index] attribs。
由于
答案 0 :(得分:2)
[AutoIncrement]和[Index]属性位于无依赖 ServiceStack.Interfaces.dll 的ServiceStack.Interfaces.DataAnnotations命名空间中,如果你正在使用NuGet,你可以在里面找到ServiceStack.Common NuGet package