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
Title says it all. Analyzing an expression tree to find a way to add an item to a collection is a very bad idea. We should, if needed, use the corresponding .Net classes to add items anywhere. Might need a bigger refactoring where we only support copying / converting into IList<T>
The text was updated successfully, but these errors were encountered:
Title says it all. Analyzing an expression tree to find a way to add an item to a collection is a very bad idea. We should, if needed, use the corresponding .Net classes to add items anywhere. Might need a bigger refactoring where we only support copying / converting into
IList<T>
The text was updated successfully, but these errors were encountered: