Edwin Young
Edwin Young
If you have a module with name ABC which is listed in the gallery as abc, you can Install it, but once installed Get-Module -ListAvailable and other commands won't find...
now irrelevant
We have received some reports of issues observed in Azure Cloud Shell which have been traced to filesystem corruption in the user's home directory in Cloud Shell. We have not...
When trying to install it in tools.dockerfile, the install fails. From logs it appears to have new dependencies, including on Rust, which cause the install to fail. It has been...
Since Python 2 is formally unsupported by the Python Software Foundation, and Python 3 has been available in Cloud Shell for a long time, we plan to remove Python 2...
If I run a set of benchmarks with `dotnet run -c:Release -- -f *Log* --runtimes net8.0 --envVars x:1 y:2` And export a JSON report, the JSON contains the environment variables...
Addresses #2506 Adds a property `EnvironmentVariables` to the Benchmark JSON output. The value is an object with keys and values for the environment variables, like this: ```json "EnvironmentVariables":{ "foo":"bar" }...
Repro: open https://www.powershellgallery.com/packages/Daterpillar.Automation/4.8.8 Observe in browser toolbar the page is shown as 'not secure'. That's because the page fetches datapiller.png via HTTP. Should we use https? In this case the...
Repro: Search for 'sqlite' and sort by popularity. The top result is SQLite, with 1937 downloads, and PSSqlite with 13,811 downloads is 3rd. In general the ordering doesn't make much...
This leaves caching entirely up to the browser, and in some cases it will serve stale content quite a long time. Eg: ```powershell $resp = iwr https://www.powershellgallery.com/packages/PowerShellGet C:\WINDOWS\system32>$resp.Headers Key Value...