Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Suppress roslyn errors and warnings#2936

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

cheenamalhotra
Copy link
Member

@cheenamalhotracheenamalhotra commentedOct 29, 2024
edited
Loading

Suppresses roslyn errors/warnings captured in CI:

##[warning]3. RoslynAnalyzers Warning CA5398 - File: file:///C:/__w/1/s/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/TdsParserHelperClasses.cs. Line: 770. Column 52. Tool: RoslynAnalyzers: Rule: CA5398 (Avoid hardcoded SslProtocols values). https://docs.microsoft.com/visualstudio/code-quality/ca5398Avoid hardcoding SslProtocols 'Tls12' to ensure your application remains secure in the future. Use 'None' to let the Operating System choose a version.##[error]4. RoslynAnalyzers Error CA5397 - File: file:///C:/__w/1/s/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/TdsParserHelperClasses.cs. Line: 822. Column 89. Tool: RoslynAnalyzers: Rule: CA5397 (Do not use deprecated SslProtocols values). https://docs.microsoft.com/visualstudio/code-quality/ca5397Transport Layer Security protocol version 'Tls11' is deprecated.  Use 'None' to let the Operating System choose a version.##[warning]5. RoslynAnalyzers Warning CA5398 - File: file:///C:/__w/1/s/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/TdsParserStateObjectNative.cs. Line: 416. Column 40. Tool: RoslynAnalyzers: Rule: CA5398 (Avoid hardcoded SslProtocols values). https://docs.microsoft.com/visualstudio/code-quality/ca5398Avoid hardcoding SslProtocols 'Tls13' to ensure your application remains secure in the future. Use 'None' to let the Operating System choose a version.

@codecovCodecov
Copy link

codecovbot commentedOct 29, 2024
edited
Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.25%. Comparing base(39c4604) to head(ece8cb8).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@##             main    #2936      +/-   ##==========================================+ Coverage   71.92%   72.25%   +0.33%==========================================  Files         294      291       -3       Lines       60342    59769     -573     ==========================================- Hits        43398    43185     -213+ Misses      16944    16584     -360
FlagCoverage Δ
addons92.90% <ø> (ø)
netcore75.83% <ø> (+<0.01%)⬆️
netfx70.59% <ø> (+0.13%)⬆️

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.

@cheenamalhotracheenamalhotra merged commit699f6ab intodotnet:mainOct 29, 2024
124 checks passed
@cheenamalhotracheenamalhotra deleted the fix-roslyn-error branchOctober 29, 2024 23:57
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@mdaiglemdaiglemdaigle approved these changes

@David-EngelDavid-EngelDavid-Engel approved these changes

@benrr101benrr101Awaiting requested review from benrr101

@samsharma2700samsharma2700Awaiting requested review from samsharma2700

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
6.0-preview2
Development

Successfully merging this pull request may close these issues.

3 participants
@cheenamalhotra@mdaigle@David-Engel

[8]ページ先頭

©2009-2025 Movatter.jp