Skip to content

Conversation

arellegue
Copy link
Contributor

@arellegue arellegue commented Jun 8, 2023

fixes #1894
Added type converter for SqlConnectionEncryptOption.

@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
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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