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

Stubs<T>

static class Stubs<T>
using System.Runtime.CompilerServices; namespace System.Reactive { [System.Runtime.CompilerServices.NullableContext(1)] [System.Runtime.CompilerServices.Nullable(0)] internal static class Stubs<[System.Runtime.CompilerServices.Nullable(2)] T> { public static readonly Action<T> Ignore = delegate { }; public static readonly Func<T, T> I = (T _) => _; } }