dotnet / dotnet/xcsync

The [`-d`,`--dotnet-path`] should be used for all calls out to `dotnet`

Open
#135 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
25
Forks
10
Avg merge
12h 50m
Merged PRs (30d)
10

Description

When parsing the command line parameters, it is possible that the [`-tfm`,`--target-framework`] option will be validated before the [`-d`,`--dotnet-path`] is. In this case the path to the dotnet SDK is not initialized so it will use the system default. The commands should ensure that the dotnet path is configured before any calls using `dotnet` are made.

Related to #132

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.