<PackageReference Include="NUnit" Version="3.0.0-beta-5" />

ReflectionExtensions

public static class ReflectionExtensions
Provides NUnit specific extensions to aid in Reflection across multiple frameworks
public static Type GetTypeInfo(this Type type)

GetTypeInfo gives access to most of the Type information we take for granted on .NET Core and Windows Runtime. Rather than #ifdef different code for different platforms, it is easiest to just code all platforms as if they worked this way, thus the simple passthrough.