-
Notifications
You must be signed in to change notification settings - Fork 317
Fix dependency versions for net8 target #3066
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
Conversation
fce97bc to
09e1f62
Compare
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
875311b to
600e93d
Compare
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.
Probably all good. But I wanted to verify what ErikEJ said about not needing the v9 version props file
...ft.Data.SqlClient/tests/ManualTests/AlwaysEncrypted/TestFixtures/Setup/CertificateUtility.cs
Show resolved
Hide resolved
| @@ -0,0 +1,10 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
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.
Didn't @ErikEJ say we didn't need this?
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.
I can't recall where was the discussion.. we need this for the reason @David-Engel mentioned in the comment linked in PR description.
b566c42 to
e2fb60b
Compare
...ft.Data.SqlClient/tests/ManualTests/AlwaysEncrypted/TestFixtures/Setup/CertificateUtility.cs
Show resolved
Hide resolved
2db62a9 to
8373860
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3066 +/- ##
==========================================
- Coverage 72.68% 72.64% -0.04%
==========================================
Files 283 283
Lines 58975 58975
==========================================
- Hits 42864 42842 -22
- Misses 16111 16133 +22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
# Conflicts: # src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Fixtures/CertificateFixtureBase.cs # src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Fixtures/ColumnEncryptionCertificateFixture.cs # tools/props/Versions.props
Addresses #3063 (comment)