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

Obsolete authentication callbacks on NpgsqlDbContextOptionsBuilder #2704

Closed
roji opened this issue Mar 24, 2023 · 0 comments · Fixed by #3277
Closed

Obsolete authentication callbacks on NpgsqlDbContextOptionsBuilder #2704

roji opened this issue Mar 24, 2023 · 0 comments · Fixed by #3277
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@roji
Copy link
Member

roji commented Mar 24, 2023

ProvidePasswordCallback, ProvideClientCertificatesCallback and RemoteCertificateValidationCallback are defined on NpgsqlDbContextOptionsBuilder, but since the introduction of NpgsqlDataSource, these should be configured on the data source instead. ProvidePasswordCallback is obsolete at the ADO.NET level, we should do the same at the EF level to steer people towards using data source.

@roji roji added the enhancement New feature or request label Mar 24, 2023
@roji roji added this to the 8.0.0 milestone Mar 24, 2023
@roji roji self-assigned this Mar 24, 2023
@roji roji modified the milestones: 8.0.0, 9.0.0 Nov 14, 2023
roji added a commit to roji/efcore.pg that referenced this issue Sep 14, 2024
roji added a commit to roji/efcore.pg that referenced this issue Sep 14, 2024
roji added a commit to roji/efcore.pg that referenced this issue Sep 14, 2024
roji added a commit to roji/efcore.pg that referenced this issue Sep 14, 2024
@roji roji closed this as completed in 30cebf0 Sep 14, 2024
WhatzGames pushed a commit to WhatzGames/efcore.pg that referenced this issue Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant