master
Fix IDE0090: Simplify new expression part 2 (#14200)
Update branch to use the .NET 11 SDK 11.0.100-preview.4 (#27504)
Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574)
Remove parenthesis for empty attribute parameters (#20087)
Convert `DllImport` to `LibraryImport` for recyclebin, clipboard, and computerinfo cmdlets (#18526)
Add -Extension parameter to Join-Path cmdlet (#26482)
Refactor IsComputerNameValid character validation (#26274)
Fix `IDE0049` for `string` in `System.Management.Automation` (#25921)
Seal internal types in `Microsoft.PowerShell.Commands.Management` (#25849)
Add `-Force` parameter to `Resolve-Path` and `Convert-Path` cmdlets to support wildcard hidden files (#20981)
Fix SA1504: All accessors should be single-line or multi-lin (#14241)
Add `-r` alias to `Get-ChildItem` command (#20100)
Add Delimiter parameter to Get-Clipboard (#26134)
Fix regression -Tail 0 -Wait (#20734)
Remove unnecessary usings part 3 (#14021)
Fix `IDisposable` implementation in sealed classes (#26215)
Fix Start-Process -Wait polling (#24711)
Use compound assignment in `/Microsoft.PowerShell.Commands` (#17722)
Fix `Remove-Item` confirmation message to use provider path instead (#27123)
Refactor Tooltip/ListItemText mapping to use `CompletionDisplayInfoMapper` delegate (#25395)
Respect -Qualifier/-NoQualifier/-Leaf/-IsAbsolute:$false in Split-Path (#26474)
Fix `SA1028`: Code should not contain trailing whitespace. Part 1. (#26203)
Add verbose message to `Get-Service` when properties cannot be returned (#27109)
Set-Clipboard -AsOSC52 (#18222)
Respect -Repeat/-MtuSize/-Traceroute:$false in Test-Connection (#26479)
Respect -ListAvailable:$false in Get-TimeZone (#26463)