Skip to content

Bump Nuke.Common from 6.2.1 to 6.3.0 (#26) #21

Bump Nuke.Common from 6.2.1 to 6.3.0 (#26)

Bump Nuke.Common from 6.2.1 to 6.3.0 (#26) #21

GitHub Actions / Test Report succeeded Dec 26, 2023 in 0s

Test Report ✔️

Tests passed successfully

✔️ tests/Resulteles.Tests/TestResults/test_result.xml

82 tests were completed in 2s with 82 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Resulteles.Tests.ResultAsyncTests 11✔️ 53ms
Resulteles.Tests.ResultLinqTests 30✔️ 233ms
Resulteles.Tests.ResultTests 27✔️ 64ms
Resulteles.Tests.ResultValueTests 14✔️ 15ms

✔️ Resulteles.Tests.ResultAsyncTests

✔️ ShouldBindAsync
✔️ ShouldMapAsync
✔️ ShouldMapOkAndErrorsOnErrorAsync
✔️ ShouldMapOkAndErrorsOnOkAsync
✔️ ShouldMatchErrorBothValue
✔️ ShouldMatchErrorValue
✔️ ShouldMatchSuccessValueAsync
✔️ ShouldMatchSuccessValueBothAsync
✔️ ShouldSwitchOnErrorValueAsync
✔️ ShouldSwitchOnSuccessValueAsync
✔️ ShouldTapValue

✔️ Resulteles.Tests.ResultLinqTests

✔️ ShouldArrayBeEmptyOnError
✔️ ShouldAsEnumerableBeEmptyOnError
✔️ ShouldAsEnumerableHaveOneItemOnOk
✔️ ShouldAToArrayHaveOneItemOnOk
✔️ ShouldChooseOnlyOkValuesFromEnumerable
✔️ ShouldCombineOkResults
✔️ ShouldEnumerableResultIntoErrorListResult
✔️ ShouldEnumerableResultIntoOkListResult
✔️ ShouldGetErrorValuesFromCollections
✔️ ShouldGetOkValuesFromCollections
✔️ ShouldMapErrorValue
✔️ ShouldMapOkAndErrorValuesOnError
✔️ ShouldMapOkAndErrorValuesOnOk
✔️ ShouldMapOkValue
✔️ ShouldPropagateErrorToString
✔️ ShouldPropagateOkToString
✔️ ShouldRespectFunctorCompositionLaw
✔️ ShouldRespectFunctorIdentityLaw
✔️ ShouldRespectMonadAssociativityIdentityLaw
✔️ ShouldRespectMonadLeftIdentityLaw
✔️ ShouldRespectMonadRightIdentityLaw
✔️ ShouldShorCircuitErrorResult
✔️ ShouldTraverseEnumerableIntoSingleErrorResult
✔️ ShouldTraverseResultIntoErrorListResult
✔️ ShouldTraverseResultIntoOkListResult
✔️ ShouldTraverseResultIntoSingleErrorResult
✔️ ShouldZipValuesIntoTupleOnOk
✔️ ShouldZipValuesIntoTupleReturnErrorWhenFirstResultIsError
✔️ ShouldZipValuesIntoTupleReturnErrorWhenSecondResultIsError
✔️ ShouldZipValuesWithFunction

✔️ Resulteles.Tests.ResultTests

✔️ ShouldCompareEqualBeFalse
✔️ ShouldCompareEqualBeTrue
✔️ ShouldCompareNotEqualBeFalse
✔️ ShouldCompareNotEqualBeTrue
✔️ ShouldExplicitCastOnError
✔️ ShouldExplicitCastOnOk
✔️ ShouldMatchErrorValue
✔️ ShouldMatchSuccessValue
✔️ ShouldPatternMatchPropertyOk
✔️ ShouldPatternMatchTupleOk
✔️ ShouldReturnErrorValueImplicitly
✔️ ShouldReturnOkValueImplicitly
✔️ ShouldSerializeErrorResult
✔️ ShouldSerializeOkResult
✔️ ShouldSwitchOnErrorValue
✔️ ShouldSwitchOnSuccessValue
✔️ ShouldThrowOnBadExplicitErrorCast
✔️ ShouldThrowOnExplicitCastOnError
✔️ ShouldTryAsyncResultWithError
✔️ ShouldTryAsyncResultWithSuccess
✔️ ShouldTryError
✔️ ShouldTryGetOrError
✔️ ShouldTryOk
✔️ ShouldTryResultWithError
✔️ ShouldTryResultWithSuccess
✔️ ShouldValueBeSameAsErrorValue
✔️ ShouldValueBeSameAsOkValue

✔️ Resulteles.Tests.ResultValueTests

✔️ ShouldGetValueOrThrowRaiseACustomExceptionWhenIsError
✔️ ShouldGetValueOrThrowRaiseAFormattedExceptionWhenIsError
✔️ ShouldGetValueOrThrowRaiseAnExceptionWhenIsError
✔️ ShouldGetValueOrThrowReturnValueWhenIsOk
✔️ ShouldReturnDefaultValueWhenDefaultValueOnErrorResult
✔️ ShouldReturnDefaultValueWhenDefaultWithOnErrorResult
✔️ ShouldReturnNullableValueTypeErrorToNullable
✔️ ShouldReturnNullableValueTypeOkToNullable
✔️ ShouldReturnOkValueWhenDefaultValueOnOkResult
✔️ ShouldReturnOkValueWhenDefautlWithOnOkResult
✔️ ShouldTapValue
✔️ ShouldThrowIfErrorRaiseCustomExceptionOnError
✔️ ShouldThrowIfErrorRaiseExceptionOnError
✔️ ShouldThrowIfErrorRaiseFormattedExceptionOnError