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
The CollectionBuilder<T> cannot be used in some situations such as in async methods because it is ref-structure.
So I want non-ref-structure version of the CollectionBuilder<T>.
Summary
The
CollectionBuilder<T>
cannot be used in some situations such as in async methods because it is ref-structure.So I want non-ref-structure version of the
CollectionBuilder<T>
.Proposal
The text was updated successfully, but these errors were encountered: