You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?