-
Notifications
You must be signed in to change notification settings - Fork 292
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
Feature | Project Microsoft.SqlServer.Server separation phase 2 (MDS consumes MSS using netcore) #1585
Conversation
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
a8c7f91
to
01fa0a5
Compare
01fa0a5
to
cced872
Compare
You may want to add dependency in Microsoft.Data.SqlClient.nuspec for non-netfx targets to be able to reference Microsoft.SqlServer.Server released version from external apps. |
This comment was marked as outdated.
This comment was marked as outdated.
# Conflicts: # src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj # src/Microsoft.Data.SqlClient/src/Microsoft/Data/Common/AdapterUtil.cs
Codecov Report
@@ Coverage Diff @@
## main #1585 +/- ##
==========================================
+ Coverage 71.28% 71.34% +0.05%
==========================================
Files 296 290 -6
Lines 61161 61048 -113
==========================================
- Hits 43600 43554 -46
+ Misses 17561 17494 -67
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Dropping the Microsoft.Data.SqlClient.Server namespace for supported types by Microsoft.SqlServer.Server package.
Any attempt to use the common types from Microsoft.SqlServer.Server and System.Data.SqlClient packages are known conflicts.