Skip to content

Conversation

@michaelnebel
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the C# label Nov 14, 2025
Comment on lines +54 to +57
catch (Exception exc)
{
logger.LogInfo($"Couldn't delete {userReportedDirectoryPurpose} directory {exc.Message}");
}

Check notice

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.
this.userReportedDirectoryPurpose = userReportedDirectoryPurpose;

attemptCleanup = true;
DirInfo = new DirectoryInfo(Path.Combine(FileUtils.GetTemporaryWorkingDirectory(out _), subfolderName));

Check notice

Code scanning / CodeQL

Call to System.IO.Path.Combine Note

Call to 'System.IO.Path.Combine'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant