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

Disable multi-level lookup #115

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Disable multi-level lookup #115

merged 1 commit into from
Jun 13, 2022

Conversation

Zastai
Copy link
Contributor

@Zastai Zastai commented Jun 13, 2022

This will set the DOTNET_MULTILEVEL_LOOKUP environment variable to 0 when using an explicitly configured SDK.

Without this, a more recent system-level SDK can get used (especially on Windows) instead of the configured one (even with PATH and DOTNET_ROOT set appropriately).

This will set the `DOTNET_MULTILEVEL_LOOKUP` to `0` when using an
explicitly configured SDK.

Without this, a more recent system-level SDK can get used (especially on
Windows) instead of the configured one (even with `PATH` and
`DOTNET_ROOT` set appropriately).
@Zastai Zastai added the enhancement New feature or request label Jun 13, 2022
@Zastai Zastai merged commit ad87aef into main Jun 13, 2022
@Zastai Zastai deleted the disable-multilevel-lookup branch June 13, 2022 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant