porting-assistant-dotnet-ui icon indicating copy to clipboard operation
porting-assistant-dotnet-ui copied to clipboard

feat: added path too long check in both react and C#.

Open JiayuW2 opened this issue 1 year ago • 0 comments

Issue #, if available: V731980280

Description of changes:

  • Added path too long check in both react and C#.
  1. Frontend: added path too long check
  2. C#: added path too long check for solutionPath and destinationPath
  3. C#: added unit tests for solutionPath and destinationPath

Testing done:

  • Added unit tests for C#.

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

  • [x] I have read the CONTRIBUTING doc
  • [x] I used the commit message format described in CONTRIBUTING
  • [x] I have updated any necessary documentation, including READMEs and comments (where appropriate)

Tests

  • [ ] I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • [ ] I have checked that my tests are not configured for a specific environment

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

JiayuW2 avatar Oct 24 '22 01:10 JiayuW2