master
Use null propagation operator in `System.Management.Automation` (#17792)
Fix `IDE0049` for `object` in `System.Management.Automation`. Part 1 (#25923)
Remove redundant `Attribute` suffix (#24940)
Replace `msh` in public API comment based documentation with PowerShell equivalent (#18483)
Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574)
Remove unused `FileStreamBackReader.NativeMethods` type (#26062)
Enable usage in AppContainers (#27266)
Set-Acl: Do not fail on untranslatable SID (#21096)
Fix SA1504: All accessors should be single-line or multi-lin (#14241)
Enable nullable: System.Management.Automation.Provider.IContentCmdletProvider (#14184)
Enable nullablE for `System.Management.Automation.Provider.IContentReader` (#14151)
Enable nullable: System.Management.Automation.Provider.IContentWriter (#14152)
Enable nullable: System.Management.Automation.Provider.IDynamicPropertyProvider (#14167)
Enable nullable: System.Management.Automation.Provider.ISecurityDescriptorCmdletProvider (#14162)
Enable nullable: System.Management.Automation.Provider.IPropertyCmdletProvider (#14176)
Change public API mention of `monad` to PowerShell (#18491)
Enable CA1858: Use 'StartsWith' instead of 'IndexOf' (#26107)
Use compound assignment in /System.Management.Automation (#17724)
Fix IDE0083: UseNotPattern (#26209)
Fix ///-comments that violate the docs schema (#19957)
Fix `SA1028`: Code should not contain trailing whitespace. Part 1. (#26203)
Use consistent spacing in xml documentation tags (#14231)
Enable nullable: Microsoft.PowerShell.Commands.IRegistryWrapper (#14177)
Revert "Use `is null` syntax (#13277)" (#13322)
Remove redundant `CharSet` from `StructLayout` attributes. Part 1 (#26216)