#psscriptanalyzer zoekresultaten
@VSCode with #PSScriptAnalyzer for the win, so you catch these early. Also a CI pipeline can catch these by running Invoke-Scriptanalyzer and break the build for you as a second layer of defense in case someone is not using VSCode with the PowerShell extension.

Robert Holt has kicked off his #PSConfAsia session on #VSCode, #PSScriptAnalyzer and cross-platform #PowerShell development. Only standing room left as the room is completely packed! Milton is almost successfully blending in with the wall!


I took some time to figure out why I had troubles formatting PSD1 Files. #PowerShell 1) pic 1, what I was doing (manually formatting, badly) 2) pic 2, I realized if I wrap arrays of hash tables in @() it formats according to the #PSScriptAnalyzer rules 😇


@adilio just created an awesome logo proposal for #PSScriptAnalyzer. What do you think? Please comment below github.com/adilio/ps-desi…

Spot the difference! Non-working code copied from web page - wrong kind of dash! Doh! That's 2 hours of my evening I'm not getting back. Long time since I've been bitten by this - must run #PSScriptAnalyzer more often! Useful troubleshooting script coming soon.

PowerShell Aliases, PSScriptAnalyzer and VSCode stackoverflow.com/questions/6088… #psscriptanalyzer #powershell #visualstudiocode #aliases

So much fun working with @CBergmeister and the #PowerShell Community on this one! Check out the new #PSScriptAnalyzer logo! Also, feel free to submit to ps-design repo if you 'd like to collab on something! ❤️😎

After a few iterations, we now have the final version of the #PSScriptAnalyzer wallpaper 🎉 (the logo is the same without the text). All of this awesome work is thanks to @adilio, definitely checkout his ps-design GitHub repo: github.com/adilio/ps-desi…

Given 100% of my @AzureDevOps Pipeline failures are due to #PSScriptAnalyzer I think I should get better about writing good #PowerShell. Willing to bet at least 1/4 of my commit messages are "Appeasing PSSA".

I made a #PowerShell #PSScriptAnalyzer custom rule that warns you if you have a format command in the middle of your pipeline! Thanks Gainsville PSUG for the idea! @AndrewPlaTech gist.github.com/JustinGrote/0b…

At #PSHSummit @BrucePayette is covering essential foundational knowledge for my session on Thursday (10 AM) on #PSScriptAnalyzer custom rules. Going to dive into AST to figure out if scripts violate our rule or not. #funtimes

Seems a good friday night to test my #Powershell scripts with #PsScriptAnalyzer on an @AzureDevOps pipeline using @ToreGroneng custom task

Version 2.0.0 of the PSScriptAnalyzer @github action has been released! 🎉 Use this to run PSSA checks and receive summary results right in the pull request! github.com/marketplace/ac… github.com/devblackops/gi… #PowerShell #PSScriptAnalyzer #GitHubActions

Props to the #PsScriptAnalyzer team. There has been a bug in some of my code that I and ISESteriods never spotted. How did I find it? Setting up automation for the deployment of UcmPsTools to the #PsGallery #GreigHatesHowIDoCurlyBraces

After a few iterations, we now have the final version of the #PSScriptAnalyzer wallpaper 🎉 (the logo is the same without the text). All of this awesome work is thanks to @adilio, definitely checkout his ps-design GitHub repo: github.com/adilio/ps-desi…

Updated version, All. Background is currently transparent, but that can be adjusted. Please check the thread and give feedback: github.com/adilio/ps-desi…

Hey @TylerLeonhardt Do you have a idea how to fix this? I have a feeling it is a #PSScriptAnalyzer rule in #vscode . I would love at least 1 indentation after a " | " with Select-object. I think it makes the code easier to read. No idea where to start. #PowerShell

A Crash Course In Building Your Own #PSScriptAnalyzer Rules – My #PowerShell & #DevOps Global Summit Session Recording bit.ly/2wpHXNb

#PSScriptAnalyzer 1.18.0 has been published to the PSGallery. A blog post and an update to the vscode extension are coming soon.
New #PSScriptAnalyzer release today 🥳 Release 1.24.0 · PowerShell/PSScriptAnalyzer
Any one that can help @bielawb out with #PSScriptAnalyzer rules in binary for #PowerShell?
Anyone has a good tutorial on creating custom PSScriptAnalyzer rules in binary format? Our build takes forever due to handful of custom rules written in PowerShell, I was thinking binary could help speed things up. We are talking minutes here for script rules. :(
@PowerShell_Team (@jwtruher and I) have done it again and released a new version of #PSScriptAnalyzer. github.com/PowerShell/PSS…
About typing in lengthy command names: don't forget #PowerShell supports aliases, so you can type short versions interactively, and use long versions for readability in scripts (and #PSScriptAnalyzer will help you converting from aliases to long versions)
Spot the difference! Non-working code copied from web page - wrong kind of dash! Doh! That's 2 hours of my evening I'm not getting back. Long time since I've been bitten by this - must run #PSScriptAnalyzer more often! Useful troubleshooting script coming soon.

Almost time for my first session at #PSConfEU. Hope to see everyone in room A2 to learn about #psscriptanalyzer and #pester and how to combine them together! #PowerShell #Testing #Conference
Props to the #PsScriptAnalyzer team. There has been a bug in some of my code that I and ISESteriods never spotted. How did I find it? Setting up automation for the deployment of UcmPsTools to the #PsGallery #GreigHatesHowIDoCurlyBraces

#PowerShell #PSScriptAnalyzer PSScriptAnalyzer (PSSA) 1.21.0 has been released bit.ly/3N349QJ
The latest update of the main PowerShell extension for VS-Code runs now on #PSScriptAnalyzer 1.21.0 as well github.com/PowerShell/vsc…
Docs updates of the #PSScriptAnalyzer 1.21.0 release are now live as well at learn.microsoft.com learn.microsoft.com/en-us/powershe…
#PSScriptAnalyzer 1.21.0 been released and published to the @ThePSGallery . Expect a blog on devblogs.microsoft.com/powershell soon. Here are the release notes for now github.com/PowerShell/PSS…
New v2022.9.2-preview release of PowerShell extension includes now #PSScriptAnalyzer 1.21.0 and with that a new setting to configure its new formatting rule, which is off by default: powershell.codeFormatting.avoidSemicolonsAsLineTerminators
#PSScriptAnalyzer 1.21.0 been released and published to the @ThePSGallery . Expect a blog on devblogs.microsoft.com/powershell soon. Here are the release notes for now github.com/PowerShell/PSS…
⚠️ Starting with AZ 2.40.0 its entrypoint changed from a batch to a #PowerShell script but this causes #PSScriptAnalyzer to give a PSAvoidUsingPositionalParameters warning. Working on an exclusion for it and hope to include it in a new release soon.
Hey @TylerLeonhardt Do you have a idea how to fix this? I have a feeling it is a #PSScriptAnalyzer rule in #vscode . I would love at least 1 indentation after a " | " with Select-object. I think it makes the code easier to read. No idea where to start. #PowerShell

I made a #PowerShell #PSScriptAnalyzer custom rule that warns you if you have a format command in the middle of your pipeline! Thanks Gainsville PSUG for the idea! @AndrewPlaTech gist.github.com/JustinGrote/0b…

#Github code scanning now supports #PowerShell #PSScriptAnalyzer! github.blog/2021-07-28-new…
I get that the explicit check is generally considered easier to read, but if we're optimizing for readability, shouldn't it be the other way around? Consider which sounds more natural: "This object is null" "Null is this object" Is #PSScriptAnalyzer optimizing for King James?😆
#PSScriptAnalyzer is close to 500 stars and we are only 36 stars away from overtaking the vscode-powershell extension. :-) github.com/PowerShell/PSS…

Robert Holt has kicked off his #PSConfAsia session on #VSCode, #PSScriptAnalyzer and cross-platform #PowerShell development. Only standing room left as the room is completely packed! Milton is almost successfully blending in with the wall!


@VSCode with #PSScriptAnalyzer for the win, so you catch these early. Also a CI pipeline can catch these by running Invoke-Scriptanalyzer and break the build for you as a second layer of defense in case someone is not using VSCode with the PowerShell extension.

@adilio just created an awesome logo proposal for #PSScriptAnalyzer. What do you think? Please comment below github.com/adilio/ps-desi…

PowerShell Aliases, PSScriptAnalyzer and VSCode stackoverflow.com/questions/6088… #psscriptanalyzer #powershell #visualstudiocode #aliases

At #PSHSummit @BrucePayette is covering essential foundational knowledge for my session on Thursday (10 AM) on #PSScriptAnalyzer custom rules. Going to dive into AST to figure out if scripts violate our rule or not. #funtimes

#Coding #coala #PSScriptAnalyzer Bear for #PowerShell #codeAnalysis On the #bearship! #WhereElse? github.com/coala/coala-be… @coala_io @PSHOrg

I took some time to figure out why I had troubles formatting PSD1 Files. #PowerShell 1) pic 1, what I was doing (manually formatting, badly) 2) pic 2, I realized if I wrap arrays of hash tables in @() it formats according to the #PSScriptAnalyzer rules 😇


Spot the difference! Non-working code copied from web page - wrong kind of dash! Doh! That's 2 hours of my evening I'm not getting back. Long time since I've been bitten by this - must run #PSScriptAnalyzer more often! Useful troubleshooting script coming soon.

Given 100% of my @AzureDevOps Pipeline failures are due to #PSScriptAnalyzer I think I should get better about writing good #PowerShell. Willing to bet at least 1/4 of my commit messages are "Appeasing PSSA".

So much fun working with @CBergmeister and the #PowerShell Community on this one! Check out the new #PSScriptAnalyzer logo! Also, feel free to submit to ps-design repo if you 'd like to collab on something! ❤️😎

After a few iterations, we now have the final version of the #PSScriptAnalyzer wallpaper 🎉 (the logo is the same without the text). All of this awesome work is thanks to @adilio, definitely checkout his ps-design GitHub repo: github.com/adilio/ps-desi…

Seems a good friday night to test my #Powershell scripts with #PsScriptAnalyzer on an @AzureDevOps pipeline using @ToreGroneng custom task

I made a #PowerShell #PSScriptAnalyzer custom rule that warns you if you have a format command in the middle of your pipeline! Thanks Gainsville PSUG for the idea! @AndrewPlaTech gist.github.com/JustinGrote/0b…

Best Practices : Analysez votre code #PowerShell avec #PSScriptAnalyzer > bit.ly/2qNSD1Q via @ITConnect_fr #dev #code

Version 2.0.0 of the PSScriptAnalyzer @github action has been released! 🎉 Use this to run PSSA checks and receive summary results right in the pull request! github.com/marketplace/ac… github.com/devblackops/gi… #PowerShell #PSScriptAnalyzer #GitHubActions

Something went wrong.
Something went wrong.
United States Trends
- 1. $CHA 1,193 posts
- 2. #KaneAI N/A
- 3. #VSFashionShow 108K posts
- 4. jihyo 68.4K posts
- 5. Nancy 101K posts
- 6. #TWICExVictoriasSecret 65.5K posts
- 7. Supreme Court 136K posts
- 8. Argentina 448K posts
- 9. Waddle 5,680 posts
- 10. TWICE LIGHTS UP VSFS 58.9K posts
- 11. #TORQSports N/A
- 12. #drwfirstgoal N/A
- 13. UTEP 2,331 posts
- 14. SCOTUS 42.4K posts
- 15. Banish 1,615 posts
- 16. tzuyu 59.4K posts
- 17. Big Balls 34.6K posts
- 18. Malcolm Brogdon 5,432 posts
- 19. Olave 4,363 posts
- 20. Biker Boyz N/A