-
**Summary of the new feature**
As a user, I want a single switch to elevate warnings to errors so that my repos can have error-less, warning-less code. In CI scenarios, like @justinGrote's [Super-D…
-
Before submitting a bug report:
- Make sure you are able to repro it on the latest released version
- Perform a quick search for existing issues to check if this bug has already been reported
S…
-
What aliases should we put on the white-list? This is a open thread for discussion.
-
### Summary of new feature
`Invoke-DbatoolsFormatter` currently only uses `CodeFormattingOTBS` setting, which is hard-coded inside the code.
These settings have some odd inconsistencies in the d…
-
### search you tried in the issue tracker
Psscriptanalyzer
### describe your issue
This is reference to below: since it was wrongly created under different repo.
While Performing Powershell lint…
-
In Plaster, we have separated out user customizable variables and tasks into a file called `build.setting.ps1`. This file only gets used in a "dot sourced" context from within `build.psake.ps1`. Bec…
-
I made the below feature request in the vscode-powershell extension git and was enlightened that this functionality originate from the PSScriptAnalyzer module. [https://github.com/PowerShell/vscode-po…
hanpq updated
2 months ago
-
## Description
**ExchangeOnlineManagement failed to load after Az.Storage loaded**
Error:
```powershell
Import-Module -Name Az.Storage
Connect-ExchangeOnline -Credential $o365Creds -ShowP…
-
You can't determine if a command is "State Changing" based purely on the verb. This is the sort of stuff that makes me SO upset at this module that I just want to throw it out -- it takes too much tim…
-
Following up from #847 / #948,
PSSA 1.18.0 Invoke-Formatter no longer inserts a space between letter/word based unary operators, such as `-split` or `-not`.
If I use the format selection command…