<PackageReference Include="NUnit" Version="4.4.0-beta.1" />

NUnit.Framework.Internal.FSharpAsyncAwaitAdapter

namespace NUnit.Framework.Internal { internal static class FSharpAsyncAwaitAdapter { public static bool IsAwaitable(Type awaitableType); public static Type GetResultType(Type awaitableType); public static AwaitAdapter TryCreate(object awaitable); } }