dotnet / SqlClient

Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
MIT License
860 stars 288 forks source link

Clean up build guide and docs after net6 removal #2944

Closed mdaigle closed 2 weeks ago

mdaigle commented 3 weeks ago

Restructures the buildguide document. Adds a reference section and a workflows section. Previously, the doc was structured as a collection of example commands, but it didn't clearly call out dependencies (e.g. building tests before running them and how to do so for that type of test run) and was a poor way to discover and understand the MSBuild targets and parameters.

Also includes small doc and test updates to remove .NET6 references.

mdaigle commented 2 weeks ago

/azp run

azure-pipelines[bot] commented 2 weeks ago
Azure Pipelines successfully started running 1 pipeline(s).
mdaigle commented 2 weeks ago

/azp run

azure-pipelines[bot] commented 2 weeks ago
Azure Pipelines successfully started running 1 pipeline(s).
codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@fc0acc0). Learn more about missing BASE report. Report is 28 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2944 +/- ## ======================================= Coverage ? 72.31% ======================================= Files ? 288 Lines ? 59660 Branches ? 0 ======================================= Hits ? 43141 Misses ? 16519 Partials ? 0 ``` | [Flag](https://app.codecov.io/gh/dotnet/SqlClient/pull/2944/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | Coverage Δ | | |---|---|---| | [addons](https://app.codecov.io/gh/dotnet/SqlClient/pull/2944/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `92.58% <ø> (?)` | | | [netcore](https://app.codecov.io/gh/dotnet/SqlClient/pull/2944/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `75.41% <ø> (?)` | | | [netfx](https://app.codecov.io/gh/dotnet/SqlClient/pull/2944/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `70.68% <ø> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.