-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Enhancing the SqlDbType with Json #103985
Conversation
Tagging subscribers to this area: @roji, @ajcvickers |
You'll need to add this member to the enum in the corresponding ref assembly |
Thanks @jkoritzinsky I will update the ref assembly. What about any docs related changes? |
For docs, I believe you can put XML comments on the change in the src/ folder and they should propagate to docs when the next version with your change ships. @carlossanlop can confirm. |
@roji this is ready for review. I have answered the question about the docs in the PR description. |
cc @apoorvdeshmukh @deepaksa1 for your awareness |
Fixes #103925
The API review is approved.
The docs changes will need to be made in https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Data/SqlDbType.xml and can be separated from this PR.