I have a project where I need to return a correlation ID in an HTTP response, and the correlation ID is currently being generated where I end up returning Result.Error(). Would you be open to me adding a CorrelationId property? Alternatively, I'd also be open to a generic Property Bag using a Dictionary<string, object>. Thoughts?
I have a project where I need to return a correlation ID in an HTTP response, and the correlation ID is currently being generated where I end up returning Result.Error(). Would you be open to me adding a CorrelationId property? Alternatively, I'd also be open to a generic Property Bag using a Dictionary<string, object>. Thoughts?