PowerShellStandard
PowerShellStandard copied to clipboard
Several properties missing from ProviderInfo
The following properties are missing from class ProviderInfo in version 7 prerelease 1:
public bool VolumeSeparatedByColon
public char ItemSeparator
public char AltItemSeparator
The last two, ItemSeparator and AltItemSeparator, have been added by PowerShell/PowerShell#8587.