<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="11.0.0-preview.1.26104.118" />

System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute

Indicates that the specified method requires dynamic access to code that is not referenced statically, for example through Reflection.
namespace System.Diagnostics.CodeAnalysis { internal sealed class RequiresUnreferencedCodeAttribute : Attribute { public bool ExcludeStatics { get; set; } public string Message { get; } public string Url { get; set; } public RequiresUnreferencedCodeAttribute(string message); } }