-
Notifications
You must be signed in to change notification settings - Fork 187
chore: Fix XML comments in AppiumCommandExecutionHelper.cs #950
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
In AppiumCommandExecutionHelper.cs Inspired by appium#733.
|
@seriousQA, thanks for your contribution! Before we can merge your pull request, please sign the Contributor License Agreement (CLA). |
|
@Dor-bl , done! |
Updated parameter descriptions in IHasClipboard interface methods to provide clearer information about expected arguments. Also enabled nullable context in AndroidDriver for improved code safety.
|
@Dor-bl , I've added a bit more improvements. |
There was a problem hiding this 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 fixes XML documentation comments in Appium.Net by adding missing parameter descriptions and correcting existing ones across multiple interface and implementation files.
- Adds missing parameter descriptions to XML comments that previously had empty
<param>tags - Provides descriptive documentation for method parameters in clipboard-related interfaces
- Includes parameter documentation for file operations in AppiumCommandExecutionHelper.cs
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/Appium.Net/Appium/Interfaces/IHasClipboard.cs | Adds descriptive parameter documentation for clipboard operations |
| src/Appium.Net/Appium/AppiumCommandExecutionHelper.cs | Adds missing parameter descriptions for PushFile method |
| src/Appium.Net/Appium/Android/AndroidDriver.cs | Minor formatting change with nullable directive placement |
List of changes
XML comments fixes (AppiumCommandExecutionHelper.cs).
Inspired by #733.
Types of changes
What types of changes are you proposing/introducing to the .NET client?
Put an
xin the boxes that applyDocumentation
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
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