<PackageReference Include="System.Reactive" Version="6.1.0" />

System.Reactive.ExperimentalAttribute

public sealed class ExperimentalAttribute : Attribute
Marks the program elements that are experimental. This class cannot be inherited.
namespace System.Reactive { public sealed class ExperimentalAttribute : Attribute { public ExperimentalAttribute(); } }