[dotnet] [build] Bump up C# lang version to 14.0#17236
Conversation
Review Summary by QodoUpgrade C# language version to 14.0 and .NET SDK to 10.0.100
WalkthroughsDescription• Upgrade C# language version from 12.0 to 14.0 • Update .NET SDK version from 8.0.203 to 10.0.100 • Apply language version changes across all build targets • Enables access to latest C# 14 language features File Changes1. MODULE.bazel
|
Code Review by Qodo
1. SDK10 net8 tool mismatch
|
|
Thank you, @nvborisenko for this code suggestion. The support packages contain example code that many users find helpful, but they do not necessarily represent After reviewing the change, unless it is a critical fix or a feature that is needed for Selenium We actively encourage people to add the wrapper and helper code that makes sense for them to their own frameworks. |
Use the latest C# version 14, SDK 10.
Updates the C# language version used across the Selenium WebDriver and Support projects from 12.0 to 14.0, and also updates the .NET toolchain version in Bazel configuration. These changes ensure compatibility with newer C# features and .NET tooling.