sdk-net
sdk-net copied to clipboard
Suggest remove the Extensions
when will the issue be resolved? @cdavernas
@evil116 Not before next week as I'm in PTO. If that's a problem, you are welcome to open a PR 😉
On a side note, @wjqdst @evil116 please be so kind to star the project to show your support!
@cdavernas noted with thanks, when you work next week, please let us know whether your team will fix this and when will have a new release for this. 😉
@cdavernas may I know this progress
Still on PTO. As said, I'll try to solve it this week 😉 I'll keep you posted.
In the meanwhile, please do drop a star 🙏
noted, already drop.
@cdavernas may I know the progress again
Merging in progress.
On a side note, and even though the extensions property was not required anymore, the metadata one should NOT be considered as an ODATA extension property: unlike extensions, it should be queryable just like any other top level properties.
To do so, you'd need to register EquatableDictionary<string, object> as a new complex type, or using a surrogate list type (ex: KvpList<T>)