<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.

public static T Parse<T>(string value) where T : struct

public static T Parse<T>(string value, bool ignoreCase) where T : struct