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 missing dispose on MultipartFormDataContent #965 #973

Merged
merged 3 commits into from
Jul 25, 2022

Conversation

hocinehacherouf
Copy link
Contributor

Description

What's new?

What kind of change does this PR introduce?

  • Bugfix

@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #973 (1c41254) into main (2d9b3ca) will not change coverage.
The diff coverage is n/a.

❗ Current head 1c41254 differs from pull request most recent head d88e4c0. Consider uploading reports for the commit d88e4c0 to get more accurate results

@@           Coverage Diff           @@
##             main     #973   +/-   ##
=======================================
  Coverage   85.95%   85.95%           
=======================================
  Files         172      172           
  Lines        5603     5603           
=======================================
  Hits         4816     4816           
  Misses        787      787           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c68d57...d88e4c0. Read the comment docs.

@hocinehacherouf hocinehacherouf marked this pull request as ready for review July 25, 2022 19:46
@hocinehacherouf hocinehacherouf requested a review from a team as a code owner July 25, 2022 19:46
@kbeaugrand kbeaugrand enabled auto-merge (squash) July 25, 2022 21:20
@kbeaugrand kbeaugrand merged commit b33f6c4 into main Jul 25, 2022
@kbeaugrand kbeaugrand deleted the bugfix/965_fix_code_scanning_alerts branch July 25, 2022 21:25
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.

Fix code scanning alert - Missing Dispose call on local IDisposable
2 participants