-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dotnet] [bidi] Make LocalValue
types not nested
#15428
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Co-authored-by: Michael Render <[email protected]>
dotnet/src/webdriver/BiDi/Communication/Json/BiDiJsonSerializerContext.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Michael Render <[email protected]>
User description
Motivation and Context
Contributes to #15407
Types of changes
Checklist
PR Type
Enhancement, Tests
Description
Refactored
LocalValue
nested types to standalone types for better extensibility.Updated all references to
LocalValue
nested types in codebase and tests.Improved type naming consistency by appending
LocalValue
to standalone types.Enhanced test coverage to validate changes in
LocalValue
type structure.Changes walkthrough 📝
3 files
Updated JSON serialization to use standalone `LocalValue` types.
Refactored
AddPreloadScriptCommand
to use standaloneLocalValue
types.Converted `LocalValue` nested types to standalone types.
4 files
Updated tests to validate standalone `LocalValue` types.
Adjusted tests for `LocalValue` type refactoring.
Modified tests to use refactored `LocalValue` types.
Updated event tests to reflect `LocalValue` type changes.