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

fix(dotnet): should work with paths that contain spaces #392

Merged
merged 9 commits into from
Mar 3, 2022

Commits on Feb 28, 2022

  1. fix(dotnet): project with spaces do not bug out the command

    When a user has a project that contains a space in it's name the command
    failed because it does not escaped the space to the shell command.
    Fixes nx-dotnet#308
    asinino committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    5df3a4a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    cb9a4c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix/issue#308

    # Conflicts:
    #	packages/dotnet/src/lib/core/dotnet.client.ts
    asinino committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    e545b4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b7da5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    a3bae30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3ddb86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c818c77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e28a15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ee665d View commit details
    Browse the repository at this point in the history