Skip to content

Add AppendErrors method to OperationResult<TResult> #17

Add AppendErrors method to OperationResult<TResult>

Add AppendErrors method to OperationResult<TResult> #17

Triggered via pull request November 17, 2025 11:28
Status Success
Total duration 39s
Artifacts

pull-request-validation.yml

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

Annotations

10 warnings
Build and test: src/OneBitSoftware.Utilities.OperationResult/PolymorphicOperationErrorSerializer.cs#L127
Converting null literal or possible null value to non-nullable type.
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)'.