Replies: 1 comment
-
|
Hi @Maleaume - I'm really sorry I haven't gotten back to you on this. I want to work on this, but I keep getting stuck on other goals that keep me from getting to it. Please know I haven't forgotten about it, and I do hope to address it at some point. I put those comments in while I was flattening some classes earlier. The idea I had in mind was to have a list of objects that represent the keys in the connection string. It has a canonical key, and a list of synonyms. Maybe helpers for validating and setting it in the builder. It's all very vague ideas. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I saw some comments about centralized stuff
SqlClient/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlConnectionStringBuilder.cs
Line 193 in be62e90
one idea that can also be generic for any provider is the following:
keep DbConnectionStringSynonyms and DbConnectionStringKeywords for constants definition.
Create Attributes:
The enum and associated keys/Synonyms
Class to manage Keys and normalize
this class host
Beta Was this translation helpful? Give feedback.
All reactions