#psscriptanalyzer 검색 결과

All day, every day. ♥ #psscriptanalyzer @PowerShell_Team cc @sydneysmithreal for Friday meme time.

HimugLamuh's tweet image. All day, every day. ♥ #psscriptanalyzer @PowerShell_Team cc @sydneysmithreal for Friday meme time.

@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.

CJHarmath's tweet image. @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!

Jaap_Brasser's tweet image. 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!
Jaap_Brasser's tweet image. 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 😇

brwilkinson's tweet image. 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 😇
brwilkinson's tweet image. 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…

CBergmeister's tweet image. @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.

guyrleech's tweet image. 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.

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…

JustinWGrote's tweet image. 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…

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".

WindosNZ's tweet image. 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! ❤️😎

adilio's tweet image. 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…

CBergmeister's tweet image. 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…


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

HimugLamuh's tweet image. 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

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

devblackops's tweet image. 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

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

AndresGorzelany's tweet image. Seems a good friday night to test my #Powershell scripts with #PsScriptAnalyzer on an @AzureDevOps pipeline using @ToreGroneng custom task

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

UCMadScientist's tweet image. 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…

CBergmeister's tweet image. 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…

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


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

SasStu's tweet image. 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.


Just released a new version of #PowerShell plugin for @intellijidea @pycharm @JetBrainsRider and others IJ IDEs!🎉 #PSScriptAnalyzer embedded into Editor, stability fixes and run configuration improvements. Check it out: plugins.jetbrains.com/plugin/10249-p…


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. :(



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.

guyrleech's tweet image. 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

UCMadScientist's tweet image. 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

The latest update of the main PowerShell extension for VS-Code runs now on #PSScriptAnalyzer 1.21.0 as well github.com/PowerShell/vsc…


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


⚠️ 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

mrhvid's tweet image. 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…

JustinWGrote's tweet image. 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…

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?😆


All day, every day. ♥ #psscriptanalyzer @PowerShell_Team cc @sydneysmithreal for Friday meme time.

HimugLamuh's tweet image. All day, every day. ♥ #psscriptanalyzer @PowerShell_Team cc @sydneysmithreal for Friday meme time.

@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.

CJHarmath's tweet image. @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.

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 😇

brwilkinson's tweet image. 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 😇
brwilkinson's tweet image. 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 😇

#PSScriptAnalyzer is close to 500 stars and we are only 36 stars away from overtaking the vscode-powershell extension. :-) github.com/PowerShell/PSS…

CBergmeister's tweet image. #PSScriptAnalyzer is close to 500 stars and we are only 36 stars away from overtaking the vscode-powershell extension. :-)
github.com/PowerShell/PSS…

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

HimugLamuh's tweet image. 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

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

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

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!

Jaap_Brasser's tweet image. 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!
Jaap_Brasser's tweet image. 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!

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".

WindosNZ's tweet image. 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".

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

AndresGorzelany's tweet image. 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…

JustinWGrote's tweet image. 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…

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.

guyrleech's tweet image. 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.

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! ❤️😎

adilio's tweet image. 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…

CBergmeister's tweet image. 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…


Want to learn about @AzureDevOps, #PowerShell Core 6.1, #PSScriptAnalyzer and #SQLServer in one night from @CBergmeister & @masifqadeer? Join us this Thursday at 18:30 for our September Meetup buff.ly/2DiUwxt at No.1 London Bridge with our gracious host @dotmailer. #DBA

lonpsug's tweet image. Want to learn about @AzureDevOps, #PowerShell Core 6.1, #PSScriptAnalyzer and #SQLServer in one night from @CBergmeister & @masifqadeer? Join us this Thursday at 18:30 for our September Meetup buff.ly/2DiUwxt at No.1 London Bridge with our gracious host @dotmailer. #DBA
lonpsug's tweet image. Want to learn about @AzureDevOps, #PowerShell Core 6.1, #PSScriptAnalyzer and #SQLServer in one night from @CBergmeister & @masifqadeer? Join us this Thursday at 18:30 for our September Meetup buff.ly/2DiUwxt at No.1 London Bridge with our gracious host @dotmailer. #DBA
lonpsug's tweet image. Want to learn about @AzureDevOps, #PowerShell Core 6.1, #PSScriptAnalyzer and #SQLServer in one night from @CBergmeister & @masifqadeer? Join us this Thursday at 18:30 for our September Meetup buff.ly/2DiUwxt at No.1 London Bridge with our gracious host @dotmailer. #DBA

Loading...

Something went wrong.


Something went wrong.


United States Trends