Björn Sundling

Results 16 issues of Björn Sundling

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Resolution-Won't Fix
Breaking-Change
WG-Engine-Providers
Area-FileSystem-Provider

The goal is to get a PR to be built and tested on both Windows and Linux platforms. Since this workflow triggers on PR, I kind of need this open...

skipReleaseNotes

Add build and run tests on linux as well as windows in the CI pipeline.

enhancement

Draft: initial version for testing.

newFeature

Fixes a misplaced "an" in the sentence `Use command invoke to run commands an with attached file or directory`

Change sent to author
do-not-merge
aq-pr-triaged
private-link/svc

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? content/actions/using-workflows/workflow-commands-for-github-actions.md ### What part(s)...

content

### Why: Closes #24883 This PR fixes code examples in `workflow-commands-for-github-actions.md` to better reflect PowerShell commonly agreed best practices by - Replacing aliases with full commands - Using named parameters...

content
actions
waiting for review

When running `ConvertFrom-ArmTemplate -Path .\MyTemplate.json' an error is thrown as the CmdLet looks for the template in the wrong folder. Using full path works as expected. ![image](https://user-images.githubusercontent.com/17783007/113211077-46b49200-9275-11eb-8a2f-0428b76ee9ea.png)

We need more tests of different exclude patterns. Today I only have tests for LinePatterns (as version 1 support only those) Also needed is tests of GetExclusions as that has...

Today the folder scanning is serial, and matches one pattern / time. This could probably be _greatly_ improved without impacting memory / cpu / disk usage by - Build a...

🏎️ - Speed