-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ObjectReflectionCache - Added support for IReadOnlyDictionary as Expando-object #3881
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
ObjectReflectionCache - Added support for IReadOnlyDictionary as Expando-object #3881
Conversation
68ea14c to
df8177d
Compare
df8177d to
9b672d0
Compare
3161c88 to
53ad861
Compare
304NotModified
left a comment
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.
Thanks!
6241ce3 to
cdff8d7
Compare
cdff8d7 to
bb053fc
Compare
|
SonarCloud Quality Gate failed.
|
304NotModified
left a comment
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.
Please no force pushes after revriew
|
Sorry. I was just playing with code-coverage. |
|
cool! One thing, the PR name. I don't think end users could understand this. I don't know how to rename this one. |
Any good ideas? |
Nope. It does as the title say. Allow expando objects to work without implementing |
Also optimized performance by reducing allocation for empty dictionary.