v1.0.2 - Validation Error Helpers #4
Annotations
10 warnings
Build:
src/Deveel.Results/OperationResultExtensions.cs#L231
Type parameter 'T' has no matching typeparam tag in the XML comment on 'OperationResultExtensions.Match<T, TResult>(IOperationResult<T>, Func<T?, TResult>?, Func<IOperationError?, TResult>?, Func<T?, TResult>?)' (but other type parameters do)
|
Build:
src/Deveel.Results/OperationResultExtensions.cs#L286
Type parameter 'T' has no matching typeparam tag in the XML comment on 'OperationResultExtensions.MatchAsync<T, TResult>(IOperationResult<T>, Func<T?, Task<TResult>>?, Func<IOperationError?, Task<TResult>>?, Func<T?, Task<TResult>>?)' (but other type parameters do)
|
Build:
test/Deveel.Results.XUnit/OperationErrorTests.cs#L56
Cannot convert null literal to non-nullable reference type.
|
Build:
test/Deveel.Results.XUnit/OperationErrorTests.cs#L62
Cannot convert null literal to non-nullable reference type.
|
Build:
test/Deveel.Results.XUnit/OperationResultTests.cs#L116
Dereference of a possibly null reference.
|
Build:
test/Deveel.Results.XUnit/OperationErrorTests.cs#L140
Cannot convert null literal to non-nullable reference type.
|
Build:
test/Deveel.Results.XUnit/OperationErrorTests.cs#L146
Cannot convert null literal to non-nullable reference type.
|
Build:
test/Deveel.Results.XUnit/OperationErrorTests.cs#L152
Cannot convert null literal to non-nullable reference type.
|
Build:
test/Deveel.Results.XUnit/OperationResultTests.cs#L141
Dereference of a possibly null reference.
|
Build:
test/Deveel.Results.XUnit/OperationResultOfTTests.cs#L267
Dereference of a possibly null reference.
|
Loading