46eccf7a9bbd3aecec0b49dae487b4e38bf9a3cb
Added a validation in the `ReCClient` constructor to ensure that an `ILogger` instance is provided when the `LogSuccessfulRequests` option in `ReCClientOptions` is enabled. Throws an `InvalidOperationException` with a detailed message if no logger is injected. The message includes guidance on resolving the issue by either registering a logging provider or disabling the option.
Description
Languages
C#
100%