Improve IFileSystem usage in the app (part 1) #4771
Annotations
5 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
[Build]:
src/GitVersion.Core/Core/GitPreparer.cs#L117
Possible null reference argument for parameter 'path' in 'bool IFileSystem.DirectoryExists(string path)'.
|
[Build]:
src/GitVersion.App/ArgumentParser.cs#L169
Possible null reference argument for parameter 'path' in 'bool IFileSystem.DirectoryExists(string path)'.
|
[Build]:
src/GitVersion.Core/Core/GitPreparer.cs#L117
Possible null reference argument for parameter 'path' in 'bool IFileSystem.DirectoryExists(string path)'.
|
[Build]:
src/GitVersion.App/ArgumentParser.cs#L169
Possible null reference argument for parameter 'path' in 'bool IFileSystem.DirectoryExists(string path)'.
|
Loading