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

System.EnumExtensions

static class EnumExtensions
Provides a polyfill for the generic Enum.Parse{T} method which is available in .NET Core and newer .NET versions but missing in .NET Framework.
namespace System { internal static class EnumExtensions { public sealed class <G>$8E5C3F0AE356A7A1CAD4B372112D6A6D { public static class <M>$9CE985ACD695B24F7EBC7691909E2B7B { } public static T Parse<T>(string value) where T : struct; public static T Parse<T>(string value, bool ignoreCase) where T : struct; } public static T Parse<T>(string value) where T : struct; public static T Parse<T>(string value, bool ignoreCase) where T : struct; } }