master
Fix a null reference crash in completion code (#19916)
Handle empty-string and null-value results returned from custom argument completer more properly (#27398)
Fix `SA1028`: Code should not contain trailing whitespace. Part 1. (#26203)
Fix to use accurate message for validating a string argument is not null and not an empty string (#26668)
Add the parameter `Register-ArgumentCompleter -NativeFallback` to support registering a cover-all completer for native commands (#25230)
Fix parameter completion when script requirements fail (#17687)
Move common completion methods to CompletionHelpers class (#25138)