Refactored ActionController to include IMediator dependency in the constructor. Updated CreateFakeAction method to: - Set a default value for `endpointUri`. - Add an optional `endpointPath` parameter and logic to construct a full URI. - Include the `Active` property in CreateRecActionCommand. - Ensure `endpointUri` is non-nullable. Also added the `System.IO` namespace for potential future use.
ReC
Description
Languages
C#
100%