Skip to content

Update StringExtensions.cs #36

Update StringExtensions.cs

Update StringExtensions.cs #36

Triggered via push December 20, 2024 13:34
Status Success
Total duration 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
CI Build and Test
31s
CI Build and Test
Fit to window
Zoom out
Zoom in

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/Builders/MarkDownBuilder.cs#L153
Dereference of a possibly null reference.