-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The GetPortMappingsFromServerConfig method in Utilities.cs retrieves port mapping information from the server configuration. Accessing and processing server configuration is a core responsibility.
This logic should reside within a service or class specifically responsible for managing and accessing server configuration data in the core layer.
Action:
- Create or identify a core-level class responsible for managing server configuration (e.g.,
ServerConfigurationService.cs). - Move the
GetPortMappingsFromServerConfigmethod to this class. - Update any code that uses
GetPortMappingsFromServerConfigto reference the new service. - Add or update tests for the port mapping retrieval logic.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request