-
### Before submitting a bug report:
- [x] Ensure you are able to reproduce it on the latest released version (_we release often_)
- [x] Verified this bug is not already reported in an issue
- [x]…
-
Consider the following:
`New-StaticRoute -FolderPath "./static" -RoutePath "/public"`
if there's an `index.html` located in `./static`we should register that as a route to: `/public`. In other …
-
- Allow the user to declare assembly dependencies. (what UX?)
- e.g. A function depends on a custom assembly, which will be loaded by `using Assembly ...` or `Add-Type ...`, or `Assembly.Load(...)…
-
Once PowerShell Core is mature enough, suggest making it the default shell on Windows. Otherwise it'll never get much adoption among Windows users and many developers.
I can't send someone a script…
-
Just as the current _Windows PowerShell_ File Explorer context-menu integration (with Shift-right-click) is broken with paths with embedded `'` chars. , as described [here](https://superuser.com/q/131…
-
I understand that the fault may lie with PowerShell/vscode-powershell. I'm opening this bug here for the following reasons:
1. It reflects badly on PSScriptAnalyzer regardless of the cause.
2. […
alx9r updated
6 years ago
-
This works but it seems like terrible practice - should we detect/deny using $_ as a user defined variable?
(At PSCONF.EU and a customer's colleague is doing this in his code)
foreach ($_ in gps |…
-
It should be possible to connect two labs to test e.g. desaster recovery, migrations, ..... The idea would be:
- Create the initial lab
- Create the second lab while specifying which lab to connect …
-
Hi,
Lovin' Plaster and the new 'Parameter condition' feature!
I'd love to see the Compare-Object command from the constrained runspace for the conditions, especially when testing whether any value…
-
Doing multipart requests with PowerShell is quite complicated and requires several extra steps for large file uploads. [An easy example for a small file can be found on StackOverflow](http://stackover…