/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Validation/test/Microsoft.Extensions.Validation.GeneratorTests/ModuleInitializer.cs
11 строк
322 B
Copilot
Move unified validation APIs to separate package (#62071)
13 июн 2025, 04:18
Не верифицирован
13 июн 2025, 04:18
1ce2228
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; public static class ModuleInitializer { [ModuleInitializer] public static void Init() => VerifySourceGenerators.Initialize(); }