<PackageReference Include="NUnit" Version="4.5.1" />

NUnit.Framework.Internal.Extensions.MethodInfoExtensions

static class MethodInfoExtensions
namespace NUnit.Framework.Internal.Extensions { internal static class MethodInfoExtensions { public static TReturn InvokeMaybeAwait<TReturn>(this MethodInfo m); public static TReturn InvokeMaybeAwait<TReturn>(this MethodInfo m, object[] methodArgs); public static T CreateDelegate<[System.Runtime.CompilerServices.Nullable(0)] T>(this MethodInfo m, object target) where T : Delegate; } }