You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Summary of the new feature
This PR in PowerShell - Add support for named argument with .NET Methods will add additional functionality which would be useful to add some rules around it's use to aid in coding styles, not only to aid in coding style but to reduce errors in use
Examples & levels that I think would be useful include
Avoid mixing named & positional parameters on object creation (Information)
Use only named parameters for object creation (Information)
Use only positional parameters for object creation (Warning) (for backcompat checks
What is the latest version of PSScriptAnalyzer at the point of writing
1.22.0
The text was updated successfully, but these errors were encountered:
*Summary of the new feature
This PR in PowerShell - Add support for named argument with .NET Methods will add additional functionality which would be useful to add some rules around it's use to aid in coding styles, not only to aid in coding style but to reduce errors in use
Examples & levels that I think would be useful include
What is the latest version of PSScriptAnalyzer at the point of writing
1.22.0
The text was updated successfully, but these errors were encountered: