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

Suppress another Roslyn error #2939

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

cheenamalhotra
Copy link
Member

Resolve error in pipelines:

##[error]3. RoslynAnalyzers Error CA5397 - File: file:///C:/__w/1/s/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/TdsParserHelperClasses.cs. Line: 825. Column 89.
Tool: RoslynAnalyzers: Rule: CA5397 (Do not use deprecated SslProtocols values). https://docs.microsoft.com/visualstudio/code-quality/ca5397

@cheenamalhotra cheenamalhotra merged commit 93aea89 into dotnet:main Oct 30, 2024
6 of 123 checks passed
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.90%. Comparing base (699f6ab) to head (7dc719e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2939       +/-   ##
===========================================
+ Coverage   72.23%   92.90%   +20.67%     
===========================================
  Files         291        6      -285     
  Lines       59769      310    -59459     
===========================================
- Hits        43172      288    -42884     
+ Misses      16597       22    -16575     
Flag Coverage Δ
addons 92.90% <ø> (ø)
netcore ?
netfx ?

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mdaigle mdaigle added this to the 6.0-preview2 milestone Nov 25, 2024
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.

4 participants