Jakub Jares
Announcements!
Pester v5 – release candidate 1
(github.com)
Pester release candidate is finally here! As the name suggests this release is close to final and
By: Jakub Jares submitted:Jun 15 2022
Pester release candidate is finally here! As the name suggests this release is close to final and
most things that I wanted to get working actually work. This version is already stable enough to be used for new projects, and is the recommended choice if you just started learning Pester. If you own a larger project, please give it a try and report back.
By: Jakub Jares submitted:Jun 15 2022
Pester v5.0.3 Released
(github.com)
t fixes some of the scoping issues with the top level BeforeAll. It should now not leave functions
By: Jakub Jares submitted:Jun 16 2022
t fixes some of the scoping issues with the top level BeforeAll. It should now not leave functions
and variables behind. It still leaves $script: scoped variables behind but I am researching how to fix that.
By: Jakub Jares submitted:Jun 16 2022
Projects, Scripts, and Modules
Make your code faster with Profiler
(powershellmagazine.com)
Making PowerShell code faster has always been a difficult task. There are few DOs and DON'Ts of
By: Jakub Jares submitted:Jun 16 2022
Making PowerShell code faster has always been a difficult task. There are few DOs and DON'Ts of
writing fast PowerShell code, but until now there was not a good way to measure what is actually happening. This changes with my new Profiler module....
By: Jakub Jares submitted:Jun 16 2022
PowerShell Profiler 4.0.0 just landed in PSGallery
(github.com)
No more using of | Format-Table, new function summary, and export to http://speedscope.app
By: Jakub Jares submitted:Jun 17 2022
No more using of | Format-Table, new function summary, and export to http://speedscope.app
visualizer.
By: Jakub Jares submitted:Jun 17 2022