Commit dc1298a
authored
Merge | SqlInternalConnectionTds preparation (#3323)
* Align usings
* netfx: seal classes
* netfx: sync variable data types: UInt32/Int32 to uint/int
* netfx: reorder accessibility modifiers
* netfx: reorder variables
* netfx, netcore: synced variable names
* netcore, netfx: sync comments and whitespace
* netfx: convert RoutingInfo to automatic property
* netfx: reformatted HashSet to align with netcore
* netfx, netcore: formatting changes
* netcore: add CERs
* netcore: Apply mask to TdsParser.EncryptionOptions
* netfx: synced use of connectionOptions variable rather than local property.
netcore: synced explicit variable type in declaration.
* netcore: changed MultiSubnetFailover timeout logic to more closely align with netfx
* netfx: align constructor parameter order with netcore
* netfx: reorder case statement for global transactions feature
* Copy CAS to netcore
* First round of code review1 parent 75d5277 commit dc1298a
File tree
5 files changed
+405
-322
lines changed- src/Microsoft.Data.SqlClient
- netcore/src/Microsoft/Data/SqlClient
- netfx/src/Microsoft/Data/SqlClient
- src/Microsoft/Data/SqlClient
5 files changed
+405
-322
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments