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

Fix | Adding type convertor support for SqlConnectionEncryptOption #2057

Merged
merged 25 commits into from
Jul 6, 2023

Conversation

arellegue
Copy link
Contributor

@arellegue arellegue commented Jun 8, 2023

fixes #1894
Added type converter for SqlConnectionEncryptOption.

@arellegue arellegue added the 🐛 Bug! Something isn't right ! label Jun 8, 2023
@arellegue arellegue added this to the 5.2.0-preview2 milestone Jun 8, 2023
@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.80 ⚠️

Comparison is base (288a70c) 70.68% compared to head (7415ec1) 69.89%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2057      +/-   ##
==========================================
- Coverage   70.68%   69.89%   -0.80%     
==========================================
  Files         305      306       +1     
  Lines       61819    61956     +137     
==========================================
- Hits        43699    43302     -397     
- Misses      18120    18654     +534     
Flag Coverage Δ
addons 92.88% <ø> (ø)
netcore 73.35% <100.00%> (-0.02%) ⬇️
netfx 68.17% <100.00%> (-1.20%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...osoft/Data/SqlClient/SqlConnectionEncryptOption.cs 93.33% <ø> (ø)
...a/SqlClient/SqlConnectionEncryptOptionConverter.cs 100.00% <100.00%> (ø)

... and 22 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@DavoudEshtehari DavoudEshtehari changed the title Sql connection encrypt option Fix | Adding type convertor support for SqlConnectionEncryptOption Jun 13, 2023
@DavoudEshtehari DavoudEshtehari added this to In progress in SqlClient v5.2 via automation Jun 13, 2023
Copy link
Member

@DavoudEshtehari DavoudEshtehari left a comment

Choose a reason for hiding this comment

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

The xml files are only required for public APIs. In this case, if SqlConnectionEncryptOptionConverter type is going to be internal, remove the xml file and inline dependencies.

DavoudEshtehari and others added 2 commits June 19, 2023 17:06
…ptionConverter.

Removed misplaced region.
Removed function that is not used.
SqlClient v5.2 automation moved this from In progress to Reviewer approved Jul 6, 2023
@Kaur-Parminder Kaur-Parminder merged commit 1aa9af6 into dotnet:main Jul 6, 2023
132 checks passed
SqlClient v5.2 automation moved this from Reviewer approved to Done Jul 6, 2023
DavoudEshtehari added a commit to DavoudEshtehari/SqlClient that referenced this pull request Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug! Something isn't right !
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

SQLConnectionStringBuilder 5.0 is not Backwards Compatible with appSettings.json
4 participants