Is there an existing issue for this?
Library Version
6.1.5
What happened?
Npgsql 10 added the support for GSS Encryption which we want to drop via our connection string because we are already using TLS. However this will lead to an error during the connection attempt with the Npgsql 9 version :
Is there a roadmap to support the latest .Net 10 release ?
Relevant log output
Unhandled exception. System.ArgumentException: Couldn't set gss encryption mode (Parameter 'gss encryption mode') │
│ ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
Is there an existing issue for this?
Library Version
6.1.5
What happened?
Npgsql 10 added the support for GSS Encryption which we want to drop via our connection string because we are already using TLS. However this will lead to an error during the connection attempt with the Npgsql 9 version :
Is there a roadmap to support the latest .Net 10 release ?
Relevant log output