Update StringExtensions.cs #36
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
|
CI Build and Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
CI Build and Test:
src/WouterVanRanst.Utils/Utils/ExternalProcess.cs#L18
Cannot convert null literal to non-nullable reference type.
|
|
CI Build and Test:
src/WouterVanRanst.Utils/Builders/MermaidGraphBuilder.cs#L108
Cannot convert null literal to non-nullable reference type.
|
|
CI Build and Test:
src/WouterVanRanst.Utils/Extensions/TaskExtensions.cs#L21
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
CI Build and Test:
src/WouterVanRanst.Utils/Extensions/StringExtensions.cs#L76
Possible null reference argument for parameter 'input' in 'string Regex.Replace(string input, string pattern, string replacement)'.
|
|
CI Build and Test:
src/WouterVanRanst.Utils/Extensions/FileInfoExtensions.cs#L24
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
CI Build and Test:
src/WouterVanRanst.Utils/Extensions/FileInfoExtensions.cs#L34
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
CI Build and Test:
src/WouterVanRanst.Utils/Extensions/FileInfoExtensions.cs#L48
Dereference of a possibly null reference.
|
|
CI Build and Test:
src/WouterVanRanst.Utils/Extensions/FileInfoExtensions.cs#L82
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
CI Build and Test:
src/WouterVanRanst.Utils/Extensions/IEnumerableExtensions.cs#L15
Nullable value type may be null.
|
|
CI Build and Test:
src/WouterVanRanst.Utils/Builders/MarkDownBuilder.cs#L153
Dereference of a possibly null reference.
|