-
Notifications
You must be signed in to change notification settings - Fork 48
MessagesViewIndex change #4831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MessagesViewIndex change #4831
Conversation
… `.Values` directly
…type 'KeyValuePair<dynamic, dynamic>' and '<null>'
…eric.IEnumerable<object>' to 'System.Collections.Generic.IEnumerable<string>'
…ions.Generic.IEnumerable<object>' to 'System.Collections.Generic.IEnumerable<string>'" This reverts commit 0fa5bba.
…ands of type 'KeyValuePair<dynamic, dynamic>' and '<null>'" This reverts commit 5bcee0f.
This reverts commit 0e16305.
…nnot use `.Values` directly" This reverts commit b39f674.
| { | ||
| Map = messages => | ||
| from message in messages | ||
| let metadata = message.MessageMetadata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mauroservienti I was banging my head against the wall... but I think let somehow is not supported. Could you quickly review the CI build? The error is about object but it does not make sense to me.
Issue it to that I for some reason cannot run these test locally so I cannot easily run them
|
Closing, not really much to gain except a slightly improved array allocation which isn't going to make a big difference performance wise |
No description provided.