File: src\Shared\RouteValueDictionaryTrimmerWarning.cs
Web Access
Project: src\src\Http\Http.Results\src\Microsoft.AspNetCore.Http.Results.csproj (Microsoft.AspNetCore.Http.Results)
// 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.";
}