Skip to content

Bump xunit from 2.6.1 to 2.6.2 (#310) #568

Bump xunit from 2.6.1 to 2.6.2 (#310)

Bump xunit from 2.6.1 to 2.6.2 (#310) #568

Triggered via push December 23, 2023 02:28
Status Failure
Total duration 47s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 11 warnings
build: src/GuardClauses/GuardAgainstExpressionExtensions.cs#L26
The type or namespace name 'CallerArgumentExpressionAttribute' could not be found (are you missing a using directive or an assembly reference?)
build: src/GuardClauses/GuardAgainstExpressionExtensions.cs#L26
The type or namespace name 'CallerArgumentExpression' could not be found (are you missing a using directive or an assembly reference?)
build: src/GuardClauses/GuardAgainstExpressionExtensions.cs#L53
The type or namespace name 'CallerArgumentExpressionAttribute' could not be found (are you missing a using directive or an assembly reference?)
build: src/GuardClauses/GuardAgainstExpressionExtensions.cs#L53
The type or namespace name 'CallerArgumentExpression' could not be found (are you missing a using directive or an assembly reference?)
build: src/GuardClauses/GuardAgainstExpressionExtensions.cs#L26
The type or namespace name 'CallerArgumentExpressionAttribute' could not be found (are you missing a using directive or an assembly reference?)
build: src/GuardClauses/GuardAgainstExpressionExtensions.cs#L26
The type or namespace name 'CallerArgumentExpression' could not be found (are you missing a using directive or an assembly reference?)
build: src/GuardClauses/GuardAgainstExpressionExtensions.cs#L53
The type or namespace name 'CallerArgumentExpressionAttribute' could not be found (are you missing a using directive or an assembly reference?)
build: src/GuardClauses/GuardAgainstExpressionExtensions.cs#L53
The type or namespace name 'CallerArgumentExpression' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
No files were found with the provided path: code-coverage-results.md. No artifacts will be uploaded.
build: src/GuardClauses/GuardAgainstOutOfRangeExtensions.cs#L134
Cannot convert null literal to non-nullable reference type.
build: src/GuardClauses/GuardAgainstOutOfRangeExtensions.cs#L134
Cannot convert null literal to non-nullable reference type.
build: test/GuardClauses.UnitTests/GuardAgainstExpressionDeprecated.cs#L29
'GuardClauseExtensions.AgainstExpression<T>(IGuardClause, Func<T, bool>, T, string)' is obsolete: 'Deprecated: Switch to Expression for validation.'
build: test/GuardClauses.UnitTests/GuardAgainstExpressionDeprecated.cs#L36
'GuardClauseExtensions.AgainstExpression<T>(IGuardClause, Func<T, bool>, T, string)' is obsolete: 'Deprecated: Switch to Expression for validation.'
build: test/GuardClauses.UnitTests/GuardAgainstExpressionDeprecated.cs#L43
'GuardClauseExtensions.AgainstExpression<T>(IGuardClause, Func<T, bool>, T, string)' is obsolete: 'Deprecated: Switch to Expression for validation.'
build: test/GuardClauses.UnitTests/GuardAgainstExpressionDeprecated.cs#L50
'GuardClauseExtensions.AgainstExpression<T>(IGuardClause, Func<T, bool>, T, string)' is obsolete: 'Deprecated: Switch to Expression for validation.'
build: test/GuardClauses.UnitTests/GuardAgainstExpressionDeprecated.cs#L57
'GuardClauseExtensions.AgainstExpression<T>(IGuardClause, Func<T, bool>, T, string)' is obsolete: 'Deprecated: Switch to Expression for validation.'
build: test/GuardClauses.UnitTests/GuardAgainstOutOfRangeForDecimal.cs#L73
Possible null reference argument for parameter 'parameterName' in 'double GuardClauseExtensions.OutOfRange<double>(IGuardClause guardClause, double input, string parameterName, double rangeFrom, double rangeTo, string? message = null)'.
build: test/GuardClauses.UnitTests/GuardAgainstOutOfRangeForDateTime.cs#L87
Possible null reference argument for parameter 'parameterName' in 'DateTime GuardClauseExtensions.OutOfRange<DateTime>(IGuardClause guardClause, DateTime input, string parameterName, DateTime rangeFrom, DateTime rangeTo, string? message = null)'.
build: test/GuardClauses.UnitTests/GuardAgainstExpressionDeprecated.cs#L64
'GuardClauseExtensions.AgainstExpression<T>(IGuardClause, Func<T, bool>, T, string)' is obsolete: 'Deprecated: Switch to Expression for validation.'