Closed stefanolsen closed 1 year ago
This PR fixes a scenario where GetCustomerProperties could return an IEnumerable that were null, causing a NullReferenceException. The solution suggested is to never return a null-Enumerable, but instead an empty ICollection.
@stefanolsen Thanks for making the fix.
I will create a new release once the other PR's are resolved.
This PR fixes a scenario where GetCustomerProperties could return an IEnumerable that were null, causing a NullReferenceException. The solution suggested is to never return a null-Enumerable, but instead an empty ICollection.