Skip to content

[dotnet] update dev dependencies#17474

Merged
titusfortner merged 1 commit into
trunkfrom
dotnet_deps
May 16, 2026
Merged

[dotnet] update dev dependencies#17474
titusfortner merged 1 commit into
trunkfrom
dotnet_deps

Conversation

@titusfortner
Copy link
Copy Markdown
Member

These are two minor updates that are only dev facing. Should be good to merge once tests pass.

There are other suggestions by #13964 that will need more thought

@qodo-code-review
Copy link
Copy Markdown
Contributor

Review Summary by Qodo

Update .NET development dependencies

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Update BenderProxy from 1.0.0 to 1.1.2
• Update NUnit from 4.5.1 to 4.6.0
• Synchronize dependency versions across configuration files
Diagram
flowchart LR
  A["paket.dependencies"] -->|"BenderProxy 1.0.0 → 1.1.2"| B["Updated Config"]
  A -->|"NUnit 4.5.1 → 4.6.0"| B
  B -->|"Sync versions"| C["Test Projects"]
  C --> D["WebDriver.Tests"]
  C --> E["Support.Tests"]
  C --> F["Remote.Tests"]
Loading

Grey Divider

File Changes

1. dotnet/paket.nuget.bzl Dependencies +2/-2

Update BenderProxy and NUnit package versions

• Updated BenderProxy package from version 1.0.0 to 1.1.2 with new SHA512 hash
• Updated NUnit package from version 4.5.1 to 4.6.0 with new SHA512 hash
• Maintained all framework and dependency configurations

dotnet/paket.nuget.bzl


2. dotnet/paket.dependencies Dependencies +2/-2

Update BenderProxy and NUnit versions

• Bumped BenderProxy from 1.0.0 to 1.1.2
• Bumped NUnit from 4.5.1 to 4.6.0
• All other dependencies remain unchanged

dotnet/paket.dependencies


3. dotnet/test/remote/Selenium.WebDriver.Remote.Tests.csproj Dependencies +1/-1

Update NUnit package reference

• Updated NUnit PackageReference from 4.5.1 to 4.6.0

dotnet/test/remote/Selenium.WebDriver.Remote.Tests.csproj


View more (2)
4. dotnet/test/support/Selenium.Support.Tests.csproj Dependencies +1/-1

Update NUnit package reference

• Updated NUnit PackageReference from 4.5.1 to 4.6.0

dotnet/test/support/Selenium.Support.Tests.csproj


5. dotnet/test/webdriver/Selenium.WebDriver.Tests.csproj Dependencies +2/-2

Update BenderProxy and NUnit references

• Updated BenderProxy PackageReference from 1.0.0 to 1.1.2
• Updated NUnit PackageReference from 4.5.1 to 4.6.0

dotnet/test/webdriver/Selenium.WebDriver.Tests.csproj


Grey Divider

Qodo Logo

@selenium-ci selenium-ci added C-dotnet .NET Bindings B-build Includes scripting, bazel and CI integrations B-support Issue or PR related to support classes labels May 16, 2026
@qodo-code-review
Copy link
Copy Markdown
Contributor

qodo-code-review Bot commented May 16, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

@selenium-ci
Copy link
Copy Markdown
Member

Thank you, @titusfortner for this code suggestion.

The support packages contain example code that many users find helpful, but they do not necessarily represent
the best practices for using Selenium, and the Selenium team is not currently merging changes to them.

After reviewing the change, unless it is a critical fix or a feature that is needed for Selenium
to work, we will likely close the PR.

We actively encourage people to add the wrapper and helper code that makes sense for them to their own frameworks.
If you have any questions, please contact us

@titusfortner titusfortner merged commit 6551de2 into trunk May 16, 2026
34 checks passed
@titusfortner titusfortner deleted the dotnet_deps branch May 16, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-build Includes scripting, bazel and CI integrations B-support Issue or PR related to support classes C-dotnet .NET Bindings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants