Skip to content
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

Enable PoolBlockingPeriod for .NET Standard + expose GetColumnSchema #1181

Merged
merged 1 commit into from
Aug 18, 2021

Conversation

cheenamalhotra
Copy link
Member

@cheenamalhotra cheenamalhotra commented Jul 21, 2021

Contains below changes:

  1. Below API was not exposed in .NET Standard DLLs, even though functionality was available.

    • SqlDataReader.GetColumnSchema()
  2. Pool Blocking Period has no API limitations in .NET Standard 2.0 and 2.1, tested using "-p:ReferenceType=NetStandard", hence enabling it here. Would appreciate feedback/concerns on this change.

cc @saurabh500 @David-Engel

Copy link
Contributor

@David-Engel David-Engel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved from a functional perspective. I don't know why it was originally excluded from netstandard.

@cheenamalhotra cheenamalhotra added the 🆕 Public API Use this label for new API additions to the driver. label Jul 27, 2021
@cheenamalhotra cheenamalhotra added this to the 4.0.0-preview1 milestone Jul 27, 2021
@cheenamalhotra cheenamalhotra merged commit ffce6d3 into dotnet:main Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 Public API Use this label for new API additions to the driver.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants