master
Use interpolated strings 8 (#18988)
Fix typos in comments (#19064)
Enable CA1052: Static holder types should be Static or NotInheritable (#14483)
Remove redundant `Attribute` suffix (#24940)
Enable CA1868: Unnecessary call to 'Contains' for sets (#21165)
Get-Help may report parameters with `ValueFromRemainingArguments` attribute as pipeline-able (#23871)
Update copyright notice to latest guidance (#12190)
Remove some static constants from `Utils.Separators` (#18154)
Update to .NET 8 Preview 4 (#19696)
Remove trailing space from event source name (#24192)
Fix `IDE0049` in `System.Management.Automation` [Part 2] (#27378)
Fix IDE0044: MakeFieldReadonly part 14 (#13969)
Make classes sealed (#15675)
Revert "Use `is null` syntax (#13277)" (#13322)
Replace `ProcessModule.FileName` with `Environment.ProcessPath` and remove `PSUtils.GetMainModule` (#15012)
Fix up all comments to be in the proper order with proper spacing (#18619)
Fix some typos in source code (#17481)
Refactor `MUIFileSearcher.AddFiles` in the help related code (#18825)
Ensure `HelpInfo.Category` is consistently a string (#18254)
Move build to .NET 8 preview 6 (#19991)
Use compound assignment in /System.Management.Automation (#17724)
Revert some of the interpolated string changes (#19018)
Update `HelpInfoUri` for 7.5 (#24610)
Allow partial culture matching in `Update-Help` (#18037)
Remove 4 assertions which cause debug build test runs to fail (#15963)
Add `CodeQL` suppressions for `UpdatableHelp` and `NativeCommandProcessor` methods (#26132)
Make `Update-Help` throw proper error when current culture is not associated with a language (#19765)