Skip to content

Conversation

@johanndev
Copy link
Contributor

  • Adds the DotnetNew.UninstallAsync() method to clean up dotnet template installations between test runs.
  • Add missing exception annotations
  • Move the call to ProcessExtensions.StartAsync into a private method

Fixes: #357

- Adds the `DotnetNew.UninstallAsync()` method to clean up dotnet template installations between test runs. - Add missing exception annotations - Move the call to `ProcessExtensions.StartAsync` into a private method Fixes: #357
Copy link
Member

@RehanSaeed RehanSaeed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for raising. A couple of very small comments made.

- Split argument checking into null check and separate length check - Extract GetProjectFilePath method
@RehanSaeed RehanSaeed added enhancement Issues or pull requests adding an enhancement. minor Pull requests requiring a minor version update according to semantic versioning. labels Oct 4, 2021
@RehanSaeed
Copy link
Member

Looks good. Thanks again for the PR.

@RehanSaeed RehanSaeed merged commit 01dc955 into Dotnet-Boxed:main Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Issues or pull requests adding an enhancement. minor Pull requests requiring a minor version update according to semantic versioning.

2 participants