/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Http/Http.Extensions/test/ModuleInitializer.cs
11 строк
322 B
Safia Abdalla
Add module initializer for Verify.SourceGenerators (#60547)
25 фев 2025, 00:50
Не верифицирован
25 фев 2025, 00:50
9175048
Код
Авторство
О чём код?
// 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(); }