-
The paths to CoreCLR and PSHOME read by pwrshplugin should be validated before use to protect against bad input.
A potential API to use is [PathIsDirectory](https://msdn.microsoft.com/en-us/library…
-
Steps to reproduce
------------------
```powershell
Set-ExecutionPolicy -Policy AllSigned -scope process
import-module pester -force #Import a module which lives in $PSHome
```
But if y…
-
Any chances to fix this v5 regression in v6?
This command
```powershell
Get-ChildItem -Path $PSHOME -Include *.exe -Recurse
```
gets expected Microsoft.OneGet.exe, NuGet.exe, pwsh.exe
…
-
The following CmdLets are expected to be available in Nano but are not:
- [ ] Get-DnsClient
- [ ] Get-DnsClientGlobalSetting
- [ ] Get-DnsClientServerAddress
- [ ] Get-AutologgerConfig
- [ ] Get-EtwTr…
-
Environment data
----------------
Steps to reproduce or exception report
--------------------------------------
```
An exception:
System.MissingMethodException: Method not found:
"Sy…
-
I have a module that has no function definitions in PSM1 - it imports functions from subfolders in module path. All functions are signed.
I get an error while running Push-Module
PS > Push-M…
-
Just try this image https://hub.docker.com/r/lalyos/powershell/
?1h=PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
nnPS /> nn
Oops, something went wrong. Please report th…
-
Environment data
----------------
PS version: 5.1.16275.1000
PSReadline version: 1.2
os: 10.0.16275.1000 (WinBuild.160101.0800)
PS file version: 10.0.16275.1000 (WinBuild.160101.0800)
St…
-
Environment data
----------------
PS version: 5.1.14409.1005
PSReadline version: 1.2
os: 6.3.9600.16384 (winblue_rtm.130821-1623)
PS file version: 10.0.14409.1005 (rs1_srvoob.161208-1155)
…
-
Hi,
I'm using the WorkItemUpdater as part of a TaskGroup for a Build Definition.
I am getting the following error:
2017-06-09T06:27:46.2874550Z ##[section]Starting: WorkItem Updater
2017-06-09…