As part of nunit/nunit#4824 the ActualValueDelegate<> will be replaced with the standard Func<>
This requires AssertHelper.UnwrapActualType to recognize Func<T> to determine the actual return type to test for compatible.
This affects NUnit2021 (EqualTo), NUnit2022, NUnit 2024, NUnit2041.
As part of nunit/nunit#4824 the
ActualValueDelegate<>will be replaced with the standardFunc<>This requires
AssertHelper.UnwrapActualTypeto recognizeFunc<T>to determine the actual return type to test for compatible.This affects NUnit2021 (EqualTo), NUnit2022, NUnit 2024, NUnit2041.