-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor exception handling and update XML references (#2419)
♻️ (MigrationTools): refactor exception handling and update XML references Update the XML documentation to reflect the latest commit and tag information, ensuring that the documentation remains accurate and up-to-date. This change is necessary to maintain consistency with the current state of the codebase. Refactor exception handling in `TfsNodeStructureTool.cs` by introducing an extension method `AsMigrationToolsException`. This improves code readability and reduces redundancy by centralizing the conversion of exceptions to `MigrationToolsException`. The refactoring also removes unused imports and redundant code, streamlining the codebase for better maintainability. Should fix #2406
- Loading branch information
Showing
3 changed files
with
24 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters