Skip to content

Improve IFileSystem usage in the app (part 1) #4771

Improve IFileSystem usage in the app (part 1)

Improve IFileSystem usage in the app (part 1) #4771

Triggered via pull request December 9, 2024 12:03
Status Success
Total duration 2m 59s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): src/GitVersion.Core/Core/GitPreparer.cs#L117
Possible null reference argument for parameter 'path' in 'bool IFileSystem.DirectoryExists(string path)'.
Analyze (csharp): src/GitVersion.App/ArgumentParser.cs#L169
Possible null reference argument for parameter 'path' in 'bool IFileSystem.DirectoryExists(string path)'.
Analyze (csharp): src/GitVersion.Core/Core/GitPreparer.cs#L117
Possible null reference argument for parameter 'path' in 'bool IFileSystem.DirectoryExists(string path)'.
Analyze (csharp): src/GitVersion.App/ArgumentParser.cs#L169
Possible null reference argument for parameter 'path' in 'bool IFileSystem.DirectoryExists(string path)'.