ardalis / Result

A result abstraction that can be mapped to HTTP response codes if needed.
MIT License
866 stars 107 forks source link

BaseResponse can just use the RequestId as its CorrelationId #28

Closed ardalis closed 4 years ago

ardalis commented 4 years ago

No need to set ResponseId = Guid.NewGuid();

We only need one id to track a request/response pair.

It may make sense to rename the RequestId to CorrelationId.