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

Fix regression bug to allow usage of named connection strings again #1913

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

lauxjpn
Copy link
Collaborator

@lauxjpn lauxjpn commented Apr 25, 2024

PR #1819 did some refactoring that introduced a bug that leads to an exception being thrown in a call from MySqlOptions.GetConnectionSettings() when a named connection string like name=MyNamedConnectionString has been passed to UseMySql().

Fixes #1901

@lauxjpn lauxjpn added type-bug backport-candidate Should be considered for backporting. labels Apr 25, 2024
@lauxjpn lauxjpn added this to the 9.0.0-preview.2 milestone Apr 25, 2024
@lauxjpn lauxjpn self-assigned this Apr 25, 2024
@lauxjpn lauxjpn merged commit 99e7920 into PomeloFoundation:main Apr 26, 2024
19 checks passed
@lauxjpn lauxjpn deleted the fix/issue1901 branch April 26, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-candidate Should be considered for backporting. type-bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArgumentException: Option 'name' not supported.
1 participant