[🚀 Feature]: [dotnet] [bidi] Reevaluate nullable parameters in DTO constructors #15561
Labels
B-devtools
Includes everything BiDi or Chrome DevTools related
C-dotnet
.NET Bindings
I-enhancement
Something could be better
Description
Example:
In .net it should be:
So,
children
prop is in ctor (as for now), BUT it should be nullable because ofbrowsingContext.InfoList / null
. This is only about it: review all/ null
entries in spec and make appropriate type asnullable
.Have you considered any alternatives or workarounds?
No response
The text was updated successfully, but these errors were encountered: