master
Fix `SA1028`: Code should not contain trailing whitespace. Part 1. (#26203)
Make sure the assembly/library resolvers are registered at early stage (#21361)
Update copyright notice to latest guidance (#12190)
Fix `IDisposable` implementation in sealed classes (#26215)
Support PSObject wrapped values in ArgumentToEncodingTransformationAttribute (#24555)
Enable IDE0054: Use compound assignment (#13546)
Replace `ProcessModule.FileName` with `Environment.ProcessPath` and remove `PSUtils.GetMainModule` (#15012)
Make the fuzzy searching flexible by passing in the fuzzy matcher (#18270)
Fix the CLR internal error and null ref exception when running `show-command` with PowerShell API (#26669)
Remove unnecessary using in utils folder (#13863)
Mark local variable as const (#13217)
Remove obsolete `CA2240` rule suppression (#25957)
Update to .NET 8 Preview 4 (#19696)
Use `ArgumentException.ThrowIfNullOrEmpty()` in more places (#19213)
Replace ArgumentNullException(nameof()) -> ArgumentNullException.ThrowIfNull() (#18784)
Use null propagation operator in `System.Management.Automation` (#17792)
Update to use `ComputeCore.dll` for PowerShell Direct (#18194)
Add single blank line after copyright header (#13486)
Change `docs.microsoft.com` to `learn.microsoft.com` (#19994)
Update `IndexOfAny` calls with invalid path/filename to `SearchValues<char>` for more efficient char searching (#24896)
Remove redundant `CharSet` from `StructLayout` attributes. Part 1 (#26216)
Update to .NET Preview 6 SDK (#15452)
Apply the `InlineAsTypeCheck` rule in the engine code - 1st pass (#19692)
Fix IDE0083: UseNotPattern (#26209)
Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574)
Fix `VtSubstring` helper method to correctly check chars copied (#19240)
Fix ///-comments that violate the docs schema (#19957)
Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows (#27328)
Support mapping foreground/background `ConsoleColor` values to VT escape sequences (#17938)
Move common completion methods to CompletionHelpers class (#25138)
Remove `JetBrains.Annotations` attributes (#21246)