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

Dispose HttpClient in WorkloadManifestUpdater #41489

Merged

Conversation

omajid
Copy link
Member

@omajid omajid commented Jun 7, 2024

HttpClient is an IDisposable, so wrap it with a using to call Dispose() it.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Workloads untriaged Request triage from a team member labels Jun 7, 2024
HttpClient is an IDisposable, so wrap it with a `using` to call
Dispose() on it.
@dsplaisted dsplaisted merged commit 8be1586 into dotnet:main Jun 12, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Workloads untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants