Hmm. I can’t really replicate this problem, but can you please open up ‘ReflectionTools.cs’ and in method named ‘CanBeMadeGenericWith’, comment out these lines:
1
2
3
4
5
6
7
8
9
// if (constraints.Length == 0){
// return true;
// }
// if (constraints.Length == 1 && constraints.First().RTIsAssignableFrom(type)){
// return true;
// }
Please let me know if doing that, works for you.
Thank you.