Uh oh!
There was an error while loading. Please reload this page.
Merge | Add IDBColumnSchemaGenerator interface to netfx SqlDataReader - #2967
Conversation
MichelZ
commented
Nov 2, 2024
/azp run |
|
Commenter does not have sufficient privileges for PR 2967 in repo dotnet/SqlClient |
MichelZ
commented
Nov 2, 2024
@edwardneal Would you mind running the pipeline for me on this one? :) |
…//github.com/MichelZ/SqlClient into merge-sqldatareader-IDbColumnSchemaGenerator
edwardneal
commented
Nov 3, 2024
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) |
Uh oh!
There was an error while loading. Please reload this page.
edwardneal
commented
Nov 3, 2024
/azp run |
|
Commenter does not have sufficient privileges for PR 2967 in repo dotnet/SqlClient |
MichelZ
commented
Nov 3, 2024
Thanks for trying :) |
ErikEJ
commented
Nov 3, 2024
/azp run |
|
Commenter does not have sufficient privileges for PR 2967 in repo dotnet/SqlClient |
benrr101
commented
Nov 4, 2024
@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. |
benrr101
commented
Nov 5, 2024
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
MichelZ
commented
Nov 6, 2024
This package needs to be added to the sqlclientdriver nuget feed for this build to succeed: |
benrr101
commented
Nov 11, 2024
@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. |
benrr101
commented
Nov 11, 2024
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
benrr101
left a comment
There was a problem hiding this comment.
I'd need to see @cheenamalhotra 's opinion regarding the System.Data.Common inclusion before I explicitly approve.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
283d72a to
7fc9351Compare
cheenamalhotra
left a comment
There was a problem hiding this comment.
LGTM overall, please resolve conflicts when possible.
Bring IDBColumnSchemaGenerator to netfx for later code base merging
I made sure to enable the respective test for netfx
Part of #2965