This honestly shouldn't be needed as EqualityComparer is a class and IsClass should return true for a generic anyway. However in my testing IsClass is false and this causes the constructor for dictionary to fail to build.
This update along with the related CosmosOS PR resolve issue #584.
This honestly shouldn't be needed as EqualityComparer is a class and IsClass should return true for a generic anyway. However in my testing IsClass is false and this causes the constructor for dictionary to fail to build.
This update along with the related CosmosOS PR resolve issue #584.