Skip to content

Bump coverlet.collector from 6.0.0 to 6.0.1 #229

Bump coverlet.collector from 6.0.0 to 6.0.1

Bump coverlet.collector from 6.0.0 to 6.0.1 #229

Triggered via push February 22, 2024 14:56
Status Success
Total duration 4m 49s
Artifacts
build_test_pack
4m 36s
build_test_pack
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build_test_pack: src/Louis/Fluency/FluentExtensions-Chain.cs#L28
In externally visible method 'T FluentExtensions.Chain<T>(T @this, FluentAction<T> func)', validate parameter 'func' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build_test_pack: src/Louis/Diagnostics/ExceptionExtensions-AnyCausingException.cs#L37
In externally visible method 'bool ExceptionExtensions.AnyCausingException(Exception @this, Func<Exception, bool> predicate)', validate parameter 'predicate' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build_test_pack: src/Louis/DateTimeExtensions-GetEndOfWeek.cs#L38
In externally visible method 'DateTime DateTimeExtensions.GetEndOfWeek(DateTime @this, CultureInfo culture)', validate parameter 'culture' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build_test_pack: src/Louis/DateTimeExtensions-GetEndOfWeek.cs#L53
In externally visible method 'DateTime DateTimeExtensions.GetEndOfWeek(DateTime @this, DateTimeFormatInfo dateTimeFormat)', validate parameter 'dateTimeFormat' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build_test_pack: src/Louis/DateTimeExtensions-GetLastDayOfWeek.cs#L38
In externally visible method 'DateTime DateTimeExtensions.GetLastDayOfWeek(DateTime @this, CultureInfo culture)', validate parameter 'culture' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build_test_pack: src/Louis/DateTimeExtensions-GetLastDayOfWeek.cs#L53
In externally visible method 'DateTime DateTimeExtensions.GetLastDayOfWeek(DateTime @this, DateTimeFormatInfo dateTimeFormat)', validate parameter 'dateTimeFormat' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build_test_pack: src/Louis/DateUtility-GetDaysFromStartOfWeek.cs#L38
In externally visible method 'int DateUtility.GetDaysFromStartOfWeek(DayOfWeek today, CultureInfo culture)', validate parameter 'culture' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build_test_pack: src/Louis/DateUtility-GetDaysFromStartOfWeek.cs#L53
In externally visible method 'int DateUtility.GetDaysFromStartOfWeek(DayOfWeek today, DateTimeFormatInfo dateTimeFormat)', validate parameter 'dateTimeFormat' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build_test_pack: src/Louis/RangeCheck-Clamp.cs#L61
In externally visible method 'T RangeCheck.Clamp<T>(T value, T min, T max, IComparer<T> comparer)', validate parameter 'comparer' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build_test_pack: src/Louis/RangeCheck-Verify.cs#L54
In externally visible method 'bool RangeCheck.Verify<T>(T value, T min, T max, IComparer<T> comparer)', validate parameter 'comparer' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
build_test_pack
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4\dist\codecov.exe' failed with exit code 1