Open MichelZ opened 2 weeks ago
/azp run
@edwardneal Would you mind running the pipeline for me on this one? :)
Thanks for this MichelZ. The changes look good to me; would you mind feeding the extra package reference through to the nuspec file and the .NET Framework reference csproj please?
I don't have access to the pipelines, but hopefully the SqlClient team will be able to look at it in a few days. Something's definitely odd there - your PRs didn't run the CI builds, and my commit ran the CI build but encountered a lot more timeouts than normal in the tests.
Will do. I'm not a contributor, that's probably why the pipelines don't run for me (yet)
(Can you try to just do an /azp run
and see what happens?)
/azp run
Thanks for trying :)
/azp run
@ErikEJ @edwardneal @MichelZ We have changed security rules recently such that only contributors can kick off pipeline runs. This is due to the potential for contributors to run code in PRs that could be hazardous to our build agents or cause a DoS.
/azp run
This package needs to be added to the sqlclientdriver nuget feed for this build to succeed: System.Data.Common: 4.3.0
@MichelZ I might've mentioned it before but yep, we've got security on the internal nuget feed such that only contributors can pull upstream packages from the feed. I've gone ahead and added System.Data.Common 4.3.0 to the feed, so it should be good to go.
/azp run
Done. I'd need another /azp run I guess :)
/azp run
Attention: Patch coverage is 77.41935%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 72.65%. Comparing base (
1b9df10
) to head (27a117e
).
Files with missing lines | Patch % | Lines |
---|---|---|
...etfx/src/Microsoft/Data/SqlClient/SqlDataReader.cs | 77.41% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Bring IDBColumnSchemaGenerator to netfx for later code base merging
I made sure to enable the respective test for netfx
Part of #2965