microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.17k stars 1.27k forks source link

Can this dynamic class be extended to support ?. Null-coalescing Operator #155

Open nssidhu opened 3 years ago

nssidhu commented 3 years ago

Can dynamic be extended to support "?." Null-coalescing Operator Object?.Property?.anotherProperty?.AnotherOne.

this kind of feature will make it easy to parse JSON string

svick commented 3 years ago

I don't know which class you're talking about, but this repository is only for publishing the source code of .Net Framework and as such is not the right place to make these kinds of suggestions.