Skip to content

Commit 9d9e993

Browse files
Copilotagocke
andcommitted
Add clarification about global.json paths feature SDK-only limitations
Co-authored-by: agocke <[email protected]>
1 parent 7e8e709 commit 9d9e993

File tree

1,472 files changed

+235210
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,472 files changed

+235210
-0
lines changed

docs/core/tools/global-json.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ Specifies the locations that should be considered when searching for a compatibl
9595

9696
These paths are searched in the order they're defined and the first [matching](#matching-rules) SDK is used.
9797

98+
> [!NOTE]
99+
> The "paths" feature only works when using commands that engage the .NET SDK, such as with `dotnet run`. It does NOT affect scenarios such as running the native apphost launcher (`app.exe`), running with `dotnet app.dll`, or running with `dotnet exec app.dll`. To use the "paths" feature, you must use SDK commands like `dotnet run`.
100+
98101
#### errorMessage
99102

100103
- Type: `string`

node_modules/.bin/js-yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/katex

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/markdown-it

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/markdownlint-cli2

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)