Skip to content
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

docs: Add compatibility matrix for Appium .NET Client #810

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

Dor-bl
Copy link
Collaborator

@Dor-bl Dor-bl commented Jul 28, 2024

List of changes

  • Added compatibility information for Appium .NET Client versions 5.1.0, v5, and v4.
  • Specified corresponding Selenium .NET binding versions and .NET versions.
  • Included a note about the dependency on Selenium .NET binding and its potential impact on the Appium .NET Client.

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 which adds functionality)
  • New feature (non-breaking change which adds value to the project)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

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 to pass against the beta version of appium? (for Bugfix or New feature)

Details

Please provide more details about changes if it is necessary. If there are new features you can provide code samples showing how they work and possible use cases. 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

- Added compatibility information for Appium .NET Client versions 5.1.0, v5, and v4.
- Specified corresponding Selenium .NET binding versions and .NET versions.
- Included a note about the dependency on Selenium .NET binding and its potential impact on the Appium .NET Client.
Copy link
Member

@KazuCocoa KazuCocoa left a comment

Choose a reason for hiding this comment

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

👍

The Appium .NET Client depends on [Selenium .NET binding](https://www.nuget.org/packages/Selenium.WebDriver), thus the Selenium .NET binding update might affect the Appium .NET Client behavior.
For example, some changes in the Selenium binding could break the Appium client.

|Appium .NET Client| Selenium Binding | .NET Version |

Choose a reason for hiding this comment

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

Is this the minimum supported .NET version?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not really, you will need to have one of those specific versions installed.
You can still have .NET 8 installed on the machine in addition to .NET 6. But in the end it will use .NET 6

@Dor-bl Dor-bl merged commit 0a1e4b6 into appium:main Jul 29, 2024
3 checks passed
@Dor-bl Dor-bl deleted the readme_matrix branch July 29, 2024 09:46
@KazuCocoa KazuCocoa added the size:S contribution size: S label Sep 6, 2024
@jlipps
Copy link
Member

jlipps commented Sep 6, 2024

Hi @Dor-bl, congrats, the Appium project wants to compensate you for this contribution! Please reply to this comment mentioning me and sharing your OpenCollective account name, so that we can initiate payment! Or let me know if you decline to receive compensation via OpenCollective. Thank you!

@Dor-bl
Copy link
Collaborator Author

Dor-bl commented Sep 6, 2024

Hi @jlipps!
I appreciate your comment.
Here is my open collective account: https://opencollective.com/dor-blayzer

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation size:S contribution size: S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants