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

Change env:PSModulePath removing by assigning to $null rather than em… #209

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

JamesWTruher
Copy link
Collaborator

…pty string.

This is for new dotnet behavior of environment variables. Previously, dotnet would remove an environment variable if it was set to an empty string, now it will only remove the variable if it is set to $null.

PR Summary

PR Context

PR Checklist

…pty string.

This is for new dotnet behavior of environment variables.
Previously, dotnet would remove an environment variable if it was set to an empty string, now it will only remove the variable if it is set to $null.
@TravisEz13 TravisEz13 merged commit 8ccfd2a into TravisEz13:preview.6 Aug 12, 2024
1 of 2 checks passed
TravisEz13 pushed a commit that referenced this pull request Aug 12, 2024
…pty string. (#209)

This is for new dotnet behavior of environment variables.
Previously, dotnet would remove an environment variable if it was set to an empty string, now it will only remove the variable if it is set to $null.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants