Skip to content

309 warn when creating a project inside an existing install

Closes #309 (closed) Closes #307 (closed)

  • Use a newer nuget api version endpoint in order to get versions that were previously missing. The newer version uses gzipped streams, so new response handling was also needed.

  • Warn if a new project is created in a directory which is an ancestor of another tap installation as this can lead to broken installs.

  • Various minor usability improvements

Merge request reports