Introduced a new extension method `ToHttpRequestMessage` in `HttpExtensions` to simplify `HttpRequestMessage` creation with URI validation. Added `System.Diagnostics.CodeAnalysis` for `StringSyntaxAttribute` support. Refactored `InvokeRecActionCommandHandler` to use the new `ToHttpRequestMessage` method, improving readability and encapsulation. Renamed `msg` to `reqMsg` for clarity.
ReC
Description
Languages
C#
100%