Skip to content

Conversation

@seriousQA
Copy link
Contributor

Inspired by #733.

List of changes

XML fixes in:

  • IOSDriver.cs
  • IOSStartScreenRecordingOptions.cs
  • ScreenOrientationExtensions.cs
  • AndroidDriver.cs
  • IMultiAction.cs
  • INetworkActions.cs

Types of changes

What types of changes are you proposing/introducing to the .NET client?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change that adds functionality or value)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)
  • Test fix (non-breaking change that improves test stability or correctness)

Documentation

  • Have you proposed a file change/ PR with Appium to update documentation?

This can be done by navigating to the documentation section on http://appium.io selecting the appropriate command/endpoint and clicking the 'Edit this doc' link to update the C# example

Integration tests

  • Have you provided integration tests for your changes? (required for Bugfix, New feature, or Test fix)

Details

Please provide more details about changes if necessary. You can provide code samples showing how they work and possible use cases if there are new features. Also, you can create gists with pasted C# code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub

@KazuCocoa KazuCocoa requested a review from Copilot August 3, 2025 09:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves XML documentation comments across multiple driver and interface files by standardizing parameter descriptions and adding proper cross-references to enum types.

  • Adds missing parameter descriptions for previously undocumented method parameters
  • Standardizes capitalization and punctuation in parameter documentation
  • Includes proper XML cross-references using <see cref=""> tags for enum types

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
IOSStartScreenRecordingOptions.cs Updated parameter documentation for video recording methods with proper descriptions and enum references
IOSDriver.cs Standardized parameter descriptions for constructor and clipboard methods with consistent capitalization
ScreenOrientationExtensions.cs Added proper parameter documentation for screen orientation methods
INetworkActions.cs Enhanced parameter documentation for GSM and SMS simulation methods
IMultiAction.cs Added missing parameter description for touch action method
AndroidDriver.cs Updated parameter documentation for clipboard and app state methods to match iOS driver

seriousQA and others added 2 commits August 3, 2025 14:19
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@KazuCocoa KazuCocoa changed the title XML comments fixes chore: XML comments fixes Aug 3, 2025
@KazuCocoa KazuCocoa merged commit c0b4fb1 into appium:main Aug 3, 2025
3 checks passed
@seriousQA seriousQA deleted the xmlFix branch August 3, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants