SSWConsulting / SSWConsulting/SSW.CleanArchitecture
📝 README - PowerShell Execution Policy
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 199
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Hi @danielmackay
Pain
When following instructions in README.md to start project, I found that I could not run command .\up.ps1 due to the ExecutionPolicy set in PowerShell.
Though I was able to work around this using the command powershell.exe -ExecutionPolicy Unrestricted .\up.ps1, I am not sure that this is the best solution.
Tasks
- Add best-practice instruction to
README.mdallowup.ps1to be securely run
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing startup instructions in README.md and the referenced up.ps1 script. Check the appropriate PowerShell ExecutionPolicy guidance for running that script securely, then update README.md with the recommended instruction. Done means a new user can follow the README and run up.ps1 without the reported policy error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100