PowerShellStandard icon indicating copy to clipboard operation
PowerShellStandard copied to clipboard

Several properties missing from ProviderInfo

Open matt9ucci opened this issue 4 years ago • 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.

matt9ucci avatar Nov 05 '21 08:11 matt9ucci