<PackageReference Include="Serilog" Version="4.3.2-dev-02418" />

System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute

Indicates that the specified method parameter expects a constant.
namespace System.Diagnostics.CodeAnalysis { internal sealed class ConstantExpectedAttribute : Attribute { public object Min { get; set; } public object Max { get; set; } public ConstantExpectedAttribute(); } }