[no-release-notes] Update MySqlConnector to latest version.#9597
Merged
[no-release-notes] Update MySqlConnector to latest version.#9597
Conversation
The NuGet package and .NET version being used were both out of support.
macneale4
added a commit
that referenced
this pull request
Jul 29, 2025
Upgrade from .NET 5.0.400 to .NET 8.0 using Microsoft's official dotnet-install.sh script. This fixes test failures in PR #9597 where the updated MySqlConnector package requires .NET 8.0 support. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Upgrade from .NET 5.0.400 to .NET 8.0 using Microsoft's official dotnet-install.sh script. This fixes test failures in PR #9597 where the updated MySqlConnector package requires .NET 8.0 support. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Update from using --channel 8.0 to --version 8.0.412 to ensure consistent and reproducible testing environment. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Fix test failure for "dotnet mysql client" by updating the MySqlClient project from net5.0 to net8.0 target framework. This aligns with the .NET 8.0 SDK installed in the Docker environment. The MySqlConnector test was already working, but MySqlClient was still targeting the old framework version. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User contribution to upgrade .net components. #9595
Needed to give it a couple more tweeks to get tests passing.