/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Shared/RouteValueDictionaryTrimmerWarning.cs
10 строк
468 B
James Newton-King
[AOT] Enable analysis and annotate Http.Results (#46082)
27 янв 2023, 07:32
Не верифицирован
27 янв 2023, 07:32
4d75ee9
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.Internal; internal static class RouteValueDictionaryTrimmerWarning { public const string Warning = "This API may perform reflection on supplied parameters which may be trimmed if not referenced directly. " + "Initialize a RouteValueDictionary with route values to avoid this issue."; }