Fixing progress for Get-ComputerInfo#9236
Fixing progress for Get-ComputerInfo#9236adityapatwardhan merged 2 commits intoPowerShell:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
858b021 to
c033494
Compare
src/Microsoft.PowerShell.Commands.Management/commands/management/GetComputerInfoCommand.cs
Outdated
Show resolved
Hide resolved
|
@powercode I believe you're the first person to get to experience @PoshChan's new capability. I'm curious of your thoughts if it was helpful and if you have any suggestions to improve it. |
|
@SteveL-MSFT I loved the easy access to the test failures! Didn't think much about what should be improved as I just saw it as a huge improvement! I was very pleasantly surprised! |
|
@powercode I was wondering whether a test like the following should be added: PowerShell/test/powershell/engine/Help/HelpSystem.Tests.ps1 Lines 99 to 110 in 665cd26 |
|
@adityapatwardhan You're welcome to push it! |
|
@powercode Found a bug while adding test. The value of |
PR Summary
The function that handled progress for Get-ComputerInfo always set the RecordType to Completed.
PR Context
Progress for the cmdlet seemed to disappear.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.[feature]to your commit messages if the change is significant or affects feature tests