coreipc
coreipc copied to clipboard
[ROBO-4985] RemoteException - Client StackTrace
- Refactored
RemoteExceptioninDtos.csto handle stack traces differently for .NET Core and other frameworks. - Implemented the
DivideByZerooperation inSystemServiceto test exceptions. - Added
RemoteExceptionStackTrace_ShouldAlsoIncludeClientFramestest to validate stack trace inclusion of client and server frames. - Added
ShouldPartiallyContainInOrdermethod inShouldlyHelpers.csfor enumerable validation with logging. - Removed unused namespaces and improved exception handling for clarity.