<PackageReference Include="Polly" Version="8.4.1" />

INoOpPolicy<TResult>

public interface INoOpPolicy<TResult> : INoOpPolicy, IsPolicy
Defines properties and methods common to all NoOp policies generic-typed for executions returning results of type TResult.
using System.Runtime.CompilerServices; namespace Polly.NoOp { public interface INoOpPolicy<[System.Runtime.CompilerServices.Nullable(2)] TResult> : INoOpPolicy, IsPolicy { } }