Skip to content

Add AppendErrors method to OperationResult<TResult> #18

Add AppendErrors method to OperationResult<TResult>

Add AppendErrors method to OperationResult<TResult> #18

Triggered via pull request November 18, 2025 08:45
Status Success
Total duration 46s
Artifacts

pull-request-validation.yml

on: pull_request
Build and test
41s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and test: src/OneBitSoftware.Utilities.OperationResult/OperationResultJsonConverter.cs#L113
Possible null reference argument for parameter 'operationResult' in 'void ReadOnlyPartialConverter.AppendErrorType(JsonElement element, Type mappedType, OperationResult operationResult, JsonSerializerOptions options)'.
Build and test: src/OneBitSoftware.Utilities.OperationResult/PolymorphicOperationErrorSerializer.cs#L38
Converting null literal or possible null value to non-nullable type.
Build and test: src/OneBitSoftware.Utilities.OperationResult/OperationResult.cs#L305
Possible null reference argument for parameter 'otherOperationResult' in 'OperationResult OperationResult.AppendErrors(OperationResult otherOperationResult)'.