/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/common/ManagedCommon/SerializationContext/SourceGenerationContext.cs
13 строк
444 B
moooyo
[AOT] Refactor Logger function to improve performance and mark managedCommon as AOT compatible (#36327)
25 фев 2025, 19:12
Не верифицирован
25 фев 2025, 19:12
c09a533
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Text.Json.Serialization; using static ManagedCommon.LanguageHelper; namespace ManagedCommon.Serialization; [JsonSerializable(typeof(OutGoingLanguageSettings))] internal sealed partial class SourceGenerationContext : JsonSerializerContext { }