[🚀 Feature]: [dotnet] [bidi] Support new pattern for extensible types #15563
Labels
B-devtools
Includes everything BiDi or Chrome DevTools related
C-dotnet
.NET Bindings
I-enhancement
Something could be better
R-help wanted
Issues looking for contributions
Description
Example:
https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonextensiondataattribute?view=net-8.0
But it is not easy as seems. Any command and result is extensible! Meaning we should provide API to take this additional data from user. It can be achieved via
AnyCommandOptions
class which already exists.Note: It will be hard to choose between
IDictionary<string, object>
andIDictionary<string, JsonElement>
.Have you considered any alternatives or workarounds?
No response
The text was updated successfully, but these errors were encountered: