Skip to content

Update IEnumerableExtensions.cs #37

Update IEnumerableExtensions.cs

Update IEnumerableExtensions.cs #37

Triggered via push December 23, 2024 06:30
Status Success
Total duration 35s
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
26s
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/Builders/MermaidGraphBuilder.cs#L108
Cannot convert null literal to non-nullable reference type.
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/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/Builders/MarkDownBuilder.cs#L153
Dereference of a possibly null reference.
CI Build and Test: src/WouterVanRanst.Utils/Builders/MarkDownBuilder.cs#L157
Dereference of a possibly null reference.
CI Build and Test: src/WouterVanRanst.Utils/Builders/MarkDownBuilder.cs#L171
Dereference of a possibly null reference.
CI Build and Test: src/WouterVanRanst.Utils/Builders/MarkDownBuilder.cs#L171
Dereference of a possibly null reference.
CI Build and Test: src/WouterVanRanst.Utils/Builders/MarkDownBuilder.cs#L171
Dereference of a possibly null reference.
CI Build and Test: src/WouterVanRanst.Utils/Builders/MarkDownBuilder.cs#L172
Argument of type 'string?[]' cannot be used for parameter 'e' of type 'string[]' in 'string Header(string[] e)' due to differences in the nullability of reference types.