66cfe0525ceaf8fecb1fae366d64113928a42d10
- Replaced `.Substring(0, maxLength)` with `AsSpan(0, maxLength)` and `string.Concat`. - Improves performance by avoiding temporary string allocations when truncating cURL output. - Maintains existing logging behavior with truncated cURL strings.
Leanetec.EConnect
Includes client services for sending requests to the EConnect API over HTTP and Windows Service for specific automation tasks.
Description
Includes client services for sending requests to the EConnect API over HTTP and Windows Service for specific automation tasks.
Languages
C#
100%