gpt4 book ai didi

c# - 无法在 .net core 1.0 中使用数据注释

转载 作者:太空狗 更新时间:2023-10-30 01:15:21 26 4
gpt4 key购买 nike

this question从早期的测试版 (dnx) 开始,我试图将代码移植到 .net core 1.0 rtm,并且代码对以下单元进行回复,其中包含 ValidationAttribute 类型和其他内容:

using System.ComponentModel.DataAnnotations;

namespace Hl7.Fhir.Introspection
{
[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public sealed class FhirElementAttribute : ValidationAttribute
...

如何将此类代码移植到 dotnet core 1.0 rtm?

最佳答案

我用的是非官方Reverse Package Search在新的 Microsoft 开源包中搜索类。

您正在寻找 System.Runtime 中的 System.Runtime.AttributeUsageAttribute包裹。它适用于 .NET Standard 1.0 及更高版本。

编辑:对不起。你问的是 ValidationAttribute,而不是 AttributeUsage,我的错。反向包search指向 System.ComponentModel.Annotations ,

关于c# - 无法在 .net core 1.0 中使用数据注释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38596917/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com