[dotnet] Fix generation of inline docs for devtools members#17017
[dotnet] Fix generation of inline docs for devtools members#17017nvborisenko merged 1 commit intoSeleniumHQ:trunkfrom
Conversation
PR TypeBug fix Description
|
| Relevant files | |||
|---|---|---|---|
| Bug fix |
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
This pull request makes a minor update to the
ProtocolDefinitionItemclass in the DevTools generator, primarily affecting JSON serialization behavior for thedescriptionproperty.Serialization improvements:
Descriptionproperty with[JsonIgnore]to prevent it from being included in JSON serialization, ensuring only the internalInitialDescriptionis serialized.[JsonInclude]to theInitialDescriptionproperty to explicitly allow its serialization, supporting correct deserialization and serialization of the description field.🔗 Related Issues
Fixes #16715
💥 What does this PR do?
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes