<PackageReference Include="System.Text.Json" Version="11.0.0-preview.1.26104.118" />

System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute

namespace System.Diagnostics.CodeAnalysis { internal sealed class FeatureSwitchDefinitionAttribute : Attribute { public string SwitchName { get; } public FeatureSwitchDefinitionAttribute(string switchName); } }