-
Notifications
You must be signed in to change notification settings - Fork 293
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
A brave attempt to fix the most voted issue - support |DataDirectory| with .NET Core client #284
Conversation
… with .NET Core client Probably WIP!
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/Common/DbConnectionOptions.cs
Outdated
Show resolved
Hide resolved
Add 2 missing tests
Nice, can now see test result on DevOps! |
Hmm... Looks like the "positive" .netcoreapp2.1 tests should run on Windows only - how do I fix that? |
|
@Wraith2 Thanks, I figured it out: |
Was it mostly a copy paste job from the netfx version or reference source? |
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlConnectionString.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlConnectionString.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlConnectionString.cs
Show resolved
Hide resolved
@Wraith2 Yes, mostly copy paste forom netfx code, I will comment where I have made major changes |
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlConnectionString.cs
Show resolved
Hide resolved
Failing test seems unrelated !? |
I re-ran the builds and they passed. I've adjusted the pipelines so they don't spawn so many jobs simultaneously. I think the SQL endpoints can get overwhelmed if certain authentication-related tests all hit at the same time. |
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/Common/DbConnectionOptions.cs
Outdated
Show resolved
Hide resolved
Again test errors that seem unrelated / flaky |
...oft.Data.SqlClient/netcore/src/Common/src/Microsoft/Data/ProviderBase/DbConnectionFactory.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/netcore/src/Common/src/Microsoft/Data/Common/AdapterUtil.cs
Outdated
Show resolved
Hide resolved
Add SqlConnectionStringBuilder tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the one line needs to be reverted. Otherwise, I approve.
Probably WIP!
related to #16