TekH 66cfe0525c perf(logging): use AsSpan for substring in LogCurl to reduce allocations
- 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.
2025-08-18 16:49:49 +02:00
2025-07-07 13:58:45 +02:00
2025-08-14 18:27:01 +02:00
2025-07-07 13:58:45 +02:00

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.
Readme 2.9 MiB
Languages
C# 100%