<PackageReference Include="Relativity.Transfer.Client" Version="7.1.40" />
Stubs
namespace System.
Reactive
{
internal static class Stubs
{
public static readonly Action Nop =
delegate {
};
public static readonly Action<
Exception>
Throw =
delegate(
Exception ex) {
ex.
Throw();
};
}
}