/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Validation/gen/Models/ValidatableProperty.cs
12 строк
364 B
Ondřej Roztočil
Add localization support to Microsoft.Extensions.Validation (#66646)
18 май 2026, 04:08
Не верифицирован
18 май 2026, 04:08
c472800
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Extensions.Validation; internal sealed record class ValidatableProperty( string ContainingTypeFQN, string TypeFQN, string Name, string? DisplayName, bool HasResourceDisplayAttribute );