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

TimerStubs

static class TimerStubs
using System.Runtime.CompilerServices; using System.Threading; namespace System.Reactive { internal static class TimerStubs { [System.Runtime.CompilerServices.Nullable(1)] public static readonly Timer Never = new Timer(delegate { }); } }