C#: Load Dependabot Proxy certificate in DependabotProxy, and implement IDisposable

This commit is contained in:
Michael B. Gale
2024-12-03 18:47:47 +00:00
parent 8886292eec
commit 174cb7c0e2
3 changed files with 19 additions and 4 deletions

View File

@@ -545,6 +545,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
public void Dispose()
{
nugetPackageRestorer?.Dispose();
dependabotProxy.Dispose();
if (cleanupTempWorkingDirectory)
{
tempWorkingDirectory?.Dispose();