-
Notifications
You must be signed in to change notification settings - Fork 292
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 | Handle NRE on Azure federated authentication #1625
Conversation
f8f6e45
to
4c419c5
Compare
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/TdsParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlInternalConnectionTds.cs
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #1625 +/- ##
==========================================
- Coverage 71.39% 71.31% -0.09%
==========================================
Files 296 295 -1
Lines 62146 61203 -943
==========================================
- Hits 44370 43644 -726
+ Misses 17776 17559 -217
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SqlInternalConnectionTds and SqlUtil has a lot of new language version VS suggestions to apply.
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlInternalConnectionTds.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlUtil.cs
Show resolved
Hide resolved
They're a lot to improve, and if you check the possible merging codebases those are listed there. So, I'd rather don't mix them up with this change. |
# Conflicts: # src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx
Porting dotnet#1625 to 3.1-servicing.
Porting dotnet#1625 to 3.1-servicing.
Porting #1625 to 3.1-servicing.
# Conflicts: # src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.Designer.cs # src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx # src/Microsoft.Data.SqlClient/src/Microsoft/Data/Common/AdapterUtil.cs
# Conflicts: # src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.Designer.cs # src/Microsoft.Data.SqlClient/netcore/src/Resources/Strings.resx # src/Microsoft.Data.SqlClient/src/Microsoft/Data/Common/AdapterUtil.cs
Applications owned and operated by Microsoft must get approval from the API owner before requesting tokens for that API, otherwise, the token won't be resolved.