a43d1ebc20d21ddc3dcf4564746b8bb23c59dad1
Added an optional `configureOptions` parameter to `AddRecClient` methods, enabling configuration of `ReCClientOptions`. Introduced conditional compilation to handle nullability differences between .NET Framework and other frameworks. Implemented a private helper method `AddRecClientOptions` to ensure default options are registered even when no configuration action is provided. Updated `AddRecClient` overloads to use this helper. Included `System.Net.Http` in `#if NETFRAMEWORK` directives to maintain compatibility with .NET Framework.
Description
Languages
C#
100%