We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running posh-git against PS 6.0.0-alpha gives me the following every time a PS session is started:
Unable to find type [EnvironmentVariableTarget]. At C:\Users\Kent\Repository\THIRD_PARTY\posh-git\GitUtils.ps1:234 char:67 + ... EnvironmentVariable($key, $value, [EnvironmentVariableTarget]::Proces ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (EnvironmentVariableTarget:TypeName) [], RuntimeException + FullyQualifiedErrorId : TypeNotFound Unable to find type [EnvironmentVariableTarget]. At C:\Users\Kent\Repository\THIRD_PARTY\posh-git\GitUtils.ps1:234 char:67 + ... EnvironmentVariable($key, $value, [EnvironmentVariableTarget]::Proces ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (EnvironmentVariableTarget:TypeName) [], RuntimeException + FullyQualifiedErrorId : TypeNotFound
Despite this, posh-git appears to work OK.
The text was updated successfully, but these errors were encountered:
@kentcb Thanks for the report. I have one PR I need to approve to fix another .NET Core portability issue. I'll see if I can get this fixed as well.
Sorry, something went wrong.
No branches or pull requests
Running posh-git against PS 6.0.0-alpha gives me the following every time a PS session is started:
Despite this, posh-git appears to work OK.
The text was updated successfully, but these errors were encountered: