appium / dotnet-client

Extension to the official Selenium dotnet webdriver
Apache License 2.0
381 stars 187 forks source link

build(deps): Add NUnit.Analyzers 3.10.0 to test/integration #710

Closed Dor-bl closed 9 months ago

Dor-bl commented 10 months ago

List of changes

Adding this dependency is a preparation to https://github.com/appium/dotnet-client/pull/708. since updating to the latest NUnit version has a major breaking change.

read more about it here: https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html#3x---4x

In the end, the Analyzer helps with all the dirty work of transforming to constraint model image

Types of changes

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

Documentation

Integration tests

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

Dor-bl commented 9 months ago

@KazuCocoa on second thought I might just use this NuGet locally to update the tests. So for now don't merge please