You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#42 Refactoring and Enhance error handling and localization support
- Updated `GitHubClientExtensions` for improved error handling when retrieving file content and added `GetDefaultBranchAsync`.
- Introduced `GetLocalizedString` method in `LocalizationExtensions` for `RequestType` enum.
- Modified `StringExtensions` to support Unicode characters and added `NormalizeToValidChars` method.
- Corrected error constants in `Constants` class for better clarity.
- Enhanced `DevExIssueRequestModel`, `RepositoryRequestModel`, and `TeamRequestModel` with fallback logic for localization.
- Updated `GitHubIssueFormParser` to handle Unicode in `FormatKey`.
- Added new localization keys in resource files for repository and team actions.
- Improved user experience in `DevExIssuesEventProcessorService` and `RepositoryService` by using localized strings for issue labels.
- Updated `TeamService` to better manage team member lists and maintainers.
0 commit comments