-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[dotnet] [bidi] Make LocalValue types not nested
#15428
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
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
LocalValuenested types to standalone types for better extensibility.Updated all references to
LocalValuenested types in codebase and tests.Improved type naming consistency by appending
LocalValueto standalone types.Enhanced test coverage to validate changes in
LocalValuetype structure.Changes walkthrough 📝
3 files
Updated JSON serialization to use standalone `LocalValue` types.RefactoredAddPreloadScriptCommandto use standaloneLocalValuetypes.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.