PowerShell/PowerShellStandard

Several properties missing from ProviderInfo

matt9ucci opened this issue · 0 comments

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.