We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa7467 commit a1f5f0cCopy full SHA for a1f5f0c
1 file changed
src/OneBitSoftware.Utilities.OperationResult/OperationResult.cs
@@ -264,7 +264,7 @@ public OperationResult(TResult resultObject) : base()
264
/// <summary>
265
/// Gets or sets the related result object of the operation.
266
/// </summary>
267
- public TResult ResultObject { get; set; }
+ public TResult? ResultObject { get; set; }
268
269
270
/// This method will append an error with a specific `user-friendly` message to this operation result instance.
0 commit comments