-
Notifications
You must be signed in to change notification settings - Fork 169
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
ConnectionStringBuilder.ToString() 总会额外输出两个参数 #208
Comments
哪两个参数 |
FreeRedis/src/FreeRedis/ConnectionStringBuilder.cs Lines 30 to 31 in 391131c
FreeRedis/src/FreeRedis/ConnectionStringBuilder.cs Lines 62 to 63 in 391131c
|
你看下面 Parse 和这个对应的 |
Parse 只做参数解析,并没有做默认值的判断 |
https://github.com/2881099/FreeRedis/blame/e5c0bf7e57b844cd7feab269de829a38c12f933a/src/FreeRedis/ConnectionStringBuilder.cs#L60-L61
这两行判断的值和初始化时的默认值不一样,生成的连接字符串总会输出这两个参数
The text was updated successfully, but these errors were encountered: