While using the library (thanks, btw), I was struck by the fact that despite CorrelationId being set, it is not reported by the ToActionResult extension method when converting a CriticalError result object. Is there a specific reason behind this? I'm using critical errors to capture unchecked exceptions, and it would be nice to let the user see their request id, especially for troubleshooting purposes.
While using the library (thanks, btw), I was struck by the fact that despite
CorrelationIdbeing set, it is not reported by theToActionResultextension method when converting aCriticalErrorresult object. Is there a specific reason behind this? I'm using critical errors to capture unchecked exceptions, and it would be nice to let the user see their request id, especially for troubleshooting purposes.