Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor exception handling and update XML references #2419

Merged
merged 1 commit into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. ♻️ (MigrationTools): refactor exception handling and update XML refer…

    …ences
    
    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.
    MrHinsh committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    65ebf53 View commit details
    Browse the repository at this point in the history