<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="11.0.0-preview.2.26159.112" />

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); } }