You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both `SetCollectionValueAsync()` and `InitializeCollection`, the `IsList()` check is redundant since it has already been checked in the calling `GetParameterAsync()` or `SetPropertyAsync()` respectively. As such, there's no value in checking it _again_ since these are private methods with known entry points.
0 commit comments