New-PartnerAccessToken throws error on Linux and PowerShell core 6.X.X
See original GitHub issueSteps to reproduce
What steps can reproduce the defect? Please share the setup, commandline for vstest.console, sample project, target framework etc.
The error is:
New-PartnerAccessToken : Unable to load shared library 'libsecret-1.so.0' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibsecret-1.so.0.so: cannot open shared object file: No such file or directory
Is there some undocumented dependencies on linux?
Expected behavior
Share the expected output
Actual behavior
What is the behavior observed?
Diagnostic logs
Please share test platform diagnostics logs.
The logs may contain test assembly paths, kindly review and mask those before sharing.
Environment
Please share additional details about your environment. Version
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Getting error while running Powershell on Linux #16787
I am experiencing an issue while running Powershell 7.0 on my Rhel Docker image. ... From this link I have downloaded powershell-7.2.1-rhel.x.
Read more >PowerShell Core 6.0: Generally Available (GA) and ...
PowerShell Core 6.0 is a new edition of PowerShell that is cross-platform (Windows, macOS, and Linux), open-source, and built for ...
Read more >Differences between Windows PowerShell 5.1 and ...
This article summarizes the differences and breaking changes from Windows PowerShell 5.1 and the current version of PowerShell that is based ...
Read more >Install PowerShell on Linux
Learn about the Linux distributions supported by PowerShell. ... PowerShell can be installed on different Linux distributions.
Read more >about Throw - PowerShell
The throw keyword causes a terminating error. You can use the throw keyword to stop the processing of a command, function, or script....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@slavizh that is the only dependency that is not self contained. It is my understanding the Azure Active Directory team is planning to address this particular issue. Once they do we will get the library updated, so this will not be an issue after that point. Until then we are exploring the best option here because there is one remaining item that needs to be resolved.
Since this particular issue is related to #266 I am going to close this particular issue. All updates being made on this front will be tracked under the other issue.