-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The RconPermissionToString method in Utilities.cs provides a specific conversion from an RconPermission enum to its string representation. This is a domain-specific conversion related to RCON functionality within the core.
This conversion logic should reside closer to the RconPermission enum itself or within a service related to RCON handling in the core.
Action:
- Create an extension method for the enum in a core utility file.
- Move the conversion logic from
RconPermissionToStringto the extension method in the core. - Update any code that uses
RconPermissionToStringto use the new conversion method. - Remove
RconPermissionToStringfrom theUtilitiesclass. - Add or update tests for the RCON permission string conversion.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request