Frode Flaten

Results 405 comments of Frode Flaten
trafficstars

Not parameters in general, just the operator (Invoke\Be\...). I'd recommend always using the operator as your first parameter for readability. As a bonus that would let you keep it on...

If implemented, NUnit3-console stores it in the xml-report as both a property and reason-element: ```xml ```

This is caused by an alias in the module that hijacks an internal Pester-function. ![image](https://user-images.githubusercontent.com/3436158/167304030-aeffe909-c384-48e8-b473-2eb96e8ee0d8.png) Try importing the module without aliases (or specify the once you need except 'any' with...

> Yeah that is an option too. Any preference? We could probably limit it to some or all of these single word functions at first. Less risk of someone adding...

I agree. Suffix or "pesterAny" etc sounds good. We real only need to fix the ones above to if you want. Don't think `Fold-Block` etc will be stolen by an...

Alternative configuration using `StringOption Output.RenderMode`: - **Auto** (default): - Set to Plaintext if `$env:NO_COLOR` - Set to Ansi if `$host.UI.SupportsVirtualTerminal` - Else, default (ConsoleColor like today) - **Ansi** (force it,...

> Is writing via console directly necessary to implement this? Or is that just for perf? Perf. Regain the delay added by wrapper (and more). I'm considering replacing option `ConsoleColor`...

Printing 1000 lines with ForegroundColor (average of 5 runs) | Method | PowerShell 5.1 | Pwsh 7.2.5 | VSCode Integrated 5.1 | |---------------------------------|----------------:|--------------:|----------------------:| | Write-Host (reference) | 450ms | 217ms...

Ready for review. Good thing we squash commits. 😄 Let me know if I should rebase