Staffan Gustafsson
Staffan Gustafsson
This is done to not trigger unnecessary module loads during command auto-discovery.
I'm using the following code ```charp var fileName = @"C:\The Platters - The Great Pretender.mp3"; var decoder = new NAudioDecoder(fileName); var ctx = new AcoustID.ChromaContext(); ctx.Start(decoder.SampleRate, decoder.Channels); decoder.Decode(ctx, 120); ctx.Finish();...
It would be nice to have an option to generate PSObject instead of OrderedDictionaries when generating objects.
### Checklist - [x] Issue has a meaningful title - [x] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [x] I have tested using the latest version of...
When building a module referencing Spectre.Console, I run into conflicts: ```powershell ipmo PwshSpectreConsole Import-Module: Could not load file or assembly 'Spectre.Console, Version=1.0.0.0, Culture=neutral, PublicKeyToken=170fe27f8af98a30'. Assembly with same name is already...
## Summary Add the complement to --no-ansi, that forces --ansi output, even if output is redirected. ## Background and Motivation When running the tests from a PowerShell script, I may...