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

Fix warning CA1062#AsyncCacheTResultSyntax #2243

Conversation

Zombach
Copy link
Contributor

@Zombach Zombach commented Jul 22, 2024

Pull Request

The issue or feature being addressed

#2215

Details on the issue fix or feature implementation

  • Suppress CA1062 in src/Polly/Caching/AsyncCacheTResultSyntax.cs or fix the warning

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • I have included unit tests for the issue/feature

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

Attention: Patch coverage is 27.27273% with 48 lines in your changes missing coverage. Please review.

Project coverage is 83.55%. Comparing base (72331dc) to head (4828fbc).

Files Patch % Lines
src/Polly/Caching/AsyncCacheTResultSyntax.cs 27.27% 39 Missing and 9 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2243      +/-   ##
==========================================
- Coverage   84.00%   83.55%   -0.45%     
==========================================
  Files         313      313              
  Lines        7227     7286      +59     
  Branches     1078     1088      +10     
==========================================
+ Hits         6071     6088      +17     
- Misses        785      818      +33     
- Partials      371      380       +9     
Flag Coverage Δ
linux 83.55% <27.27%> (-0.45%) ⬇️
macos 83.55% <27.27%> (-0.45%) ⬇️
windows 83.55% <27.27%> (-0.45%) ⬇️

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.

@martincostello martincostello merged commit 7868132 into App-vNext:main Jul 23, 2024
16 of 18 checks passed
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.

2 participants