<PackageReference Include="System.Text.Json" Version="10.0.0-rc.2.25502.107" />

System.Diagnostics.CodeAnalysis.FeatureSwitchDefinitionAttribute

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