-
Notifications
You must be signed in to change notification settings - Fork 295
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
Move into Shared for SqlConnectionString.cs #1329
Merged
cheenamalhotra
merged 16 commits into
dotnet:main
from
lcheunglci:MergeShared-SqlConnectionString
Oct 19, 2021
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
16b01f0
Merge netfx into netcore for SqlConnectionString.cs
lcheunglci cffbf28
Move the netcore version of SqlConnectionString.cs to shared src and …
lcheunglci f7510ac
Update file to conform with coding style cleaning up IDE1006, IDE0049…
lcheunglci f337363
Update the getters to be expression bodies
lcheunglci e01f3cd
Resolve merge conflict and fix compiler in netfx csproj error due to …
lcheunglci dcfa815
Update the assignments of the member values in DEFAULT, KEY, and SYNO…
lcheunglci faedfd0
Resolve Merge conflict from the DbConnectionString merge
lcheunglci ba83b1c
Update the s_sqlClientSynonyms dictionary to be case insentive and up…
lcheunglci 8c5c939
Add StringComparison.OrdinalIgnoreCase to the ADDConnectionTest failu…
lcheunglci b220503
Remove duplicate key in netfx ifdef for the GetParseSynonyms method
lcheunglci 06e1fe7
Resolve merge conflict with the csproj
lcheunglci db67324
Remove SqlConnectionString.NetCoreApp.cs, revise changes to address c…
lcheunglci 01cc51b
Merge branch 'main' into MergeShared-SqlConnectionString
lcheunglci 604d035
Fix test failure on netcore for TransactionEnlistmentTest because enl…
lcheunglci 19de9f7
Resolve merge conflict with csprojs
lcheunglci 6f1e58d
Address comments from the PR review
lcheunglci File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
...oft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlConnectionString.NetCoreApp.cs
This file was deleted.
Oops, something went wrong.
941 changes: 0 additions & 941 deletions
941
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlConnectionString.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
836 changes: 458 additions & 378 deletions
836
...oft/Data/SqlClient/SqlConnectionString.cs → ...oft/Data/SqlClient/SqlConnectionString.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I don't think this is needed since Async is true by default now. But maybe we can remove it in a future PR since this one is already big.