Skip to content

Dev | Add support of the new authentication API with SSPI token on Managed SNI#2063

Merged
DavoudEshtehari merged 8 commits into
dotnet:mainfrom
DavoudEshtehari:NewAuthAPIs
Jun 29, 2023
Merged

Dev | Add support of the new authentication API with SSPI token on Managed SNI#2063
DavoudEshtehari merged 8 commits into
dotnet:mainfrom
DavoudEshtehari:NewAuthAPIs

Conversation

@DavoudEshtehari

@DavoudEshtehari DavoudEshtehari commented Jun 15, 2023

Copy link
Copy Markdown
Contributor

@DavoudEshtehari DavoudEshtehari added Area\Netcore Issues that apply only to .NET runtime or the 'netcore' project folder. Code Health 💊 Issues/PRs that are targeted to source code quality improvements. labels Jun 15, 2023
@DavoudEshtehari DavoudEshtehari added this to the 5.2.0-preview3 milestone Jun 15, 2023
@DavoudEshtehari DavoudEshtehari added Area\Managed SNI Issues that are targeted to the Managed SNI codebase. and removed Area\Netcore Issues that apply only to .NET runtime or the 'netcore' project folder. labels Jun 15, 2023
@codecov

codecov Bot commented Jun 15, 2023

Copy link
Copy Markdown

Codecov Report

Patch coverage: 82.50% and project coverage change: -0.90 ⚠️

Comparison is base (2b31810) 70.80% compared to head (d361566) 69.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2063      +/-   ##
==========================================
- Coverage   70.80%   69.90%   -0.90%     
==========================================
  Files         305      305              
  Lines       61819    61943     +124     
==========================================
- Hits        43770    43303     -467     
- Misses      18049    18640     +591     
Flag Coverage Δ
addons 92.88% <ø> (ø)
netcore 73.37% <84.31%> (-0.16%) ⬇️
netfx 68.15% <80.00%> (-1.29%) ⬇️

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

Impacted Files Coverage Δ
...soft/Data/SqlClient/TdsParserStateObjectManaged.cs 79.72% <0.00%> (+0.55%) ⬆️
...t/src/Microsoft/Data/Common/AdapterUtil.Windows.cs 66.66% <ø> (ø)
.../Microsoft/Data/Common/DbConnectionStringCommon.cs 64.51% <ø> (ø)
...rc/Microsoft/Data/SqlClient/SqlConnectionString.cs 72.01% <0.00%> (-2.47%) ⬇️
...SqlClient/src/Microsoft/Data/SqlClient/TdsEnums.cs 96.25% <ø> (ø)
...tcore/src/Microsoft/Data/SqlClient/SNI/SNIProxy.cs 49.46% <25.00%> (ø)
...crosoft/Data/SqlClient/SqlInternalConnectionTds.cs 68.33% <70.58%> (+0.18%) ⬆️
...crosoft/Data/SqlClient/SqlInternalConnectionTds.cs 73.69% <75.51%> (-0.01%) ⬇️
...SqlClient/src/Microsoft/Data/Common/AdapterUtil.cs 68.50% <80.00%> (+0.25%) ⬆️
...nt/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs 70.94% <80.95%> (-0.30%) ⬇️
... and 11 more

... and 17 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.

@David-Engel

Copy link
Copy Markdown
Contributor

@DavoudEshtehari This is great! Can we condition out the NET6-only files/classes/code related to the previous calls so that they aren't even compiled into the NET7+ binary?

@DavoudEshtehari DavoudEshtehari removed the Code Health 💊 Issues/PRs that are targeted to source code quality improvements. label Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area\Managed SNI Issues that are targeted to the Managed SNI codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants