Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ BenchmarkDotNet.Artifacts

# ReplayCheck (temporary)
.replaycheck/

# Node.js dependencies
node_modules/
package-lock.json
package.json
3 changes: 3 additions & 0 deletions docs/core/tools/global-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ Specifies the locations that should be considered when searching for a compatibl

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

> [!NOTE]
> 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`.

#### errorMessage

- Type: `string`
Expand Down