Ethan Fie
Ethan Fie
## General summary of the issue Using Pester 5.1.1 I had something like this: ```powershell It "calls Write-Progress" { $tracker = [myCustomClass]::new(@(1)) Should -Invoke Write-Progress -Exactly 1 } ``` The...
## General summary of the issue Pester is placing mock inside of module scope even when ```-ModuleName``` isn't specified. Diagnostic output incorrectly assets that ModuleName _was_ specified. ## Describe your...
### Describe the bug When using `validateSearch`, if you return a default value it becomes available via the `useSearch` hook in a component, but it does not appear in the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug In Program.cs I have the following section of code: ```csharp...
### The problem in depth I would like to render a row in my DataGridPro as a loading skeleton, similar to how it's done with lazy loading for server side...