The following properties are missing from [`class ProviderInfo` in version 7 prerelease 1](https://github.com/PowerShell/PowerShellStandard/blob/c7c7ad3fa406631c57a307704bd86c6ff80c676f/src/5/System.Management.Automation-lib.cs#L4310-L4324): ```cs public bool VolumeSeparatedByColon public char ItemSeparator public char AltItemSeparator ``` The last two, `ItemSeparator` and `AltItemSeparator`, have been added by PowerShell/PowerShell#8587.