PowerShell/src/System.Management.Automation/namespaces
Steve Lee 7459b54639 Set-Location should use path with wildcard characters if it exists instead of globbing (#5839)
When InitialSessionState initializes it tries to SetLocation to current working directory,
 but if the directory name contains PowerShell wildcard characters, it fails and reverts
 to $PSHOME.
 The change affects Set-Location in that if the path exists (even if containing wildcard characters), just use it. It is a breaking change.
2018-01-17 08:58:55 +04:00
..
AliasProvider.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
ContainerProviderBase.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
CoreCommandContext.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
DriveProviderBase.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
EnvironmentProvider.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
FileSystemContentStream.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
FileSystemProvider.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
FileSystemSecurity.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
FunctionProvider.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
IContentProvider.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
IContentReader.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
IContentWriter.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
IDynamicPropertyProvider.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
IPermissionProvider.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
IPropertiesProvider.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
ItemProviderBase.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
LocationGlobber.cs Set-Location should use path with wildcard characters if it exists instead of globbing (#5839) 2018-01-17 08:58:55 +04:00
NavigationProviderBase.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
PathInfo.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
ProviderBase.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
ProviderBaseSecurity.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
ProviderDeclarationAttribute.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
RegistryProvider.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
RegistrySecurity.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
RegistryWrapper.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
SafeRegistryHandle.cs Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00
SafeTransactionHandle.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
SessionStateProviderBase.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
StackInfo.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
TransactedRegistry.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
TransactedRegistryKey.cs Removed double spaces from .cs and .ps1 files (#4743) 2017-09-04 19:45:51 -07:00
TransactedRegistrySecurity.cs Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
VariableProvider.cs Use consistent '(c)' for copyright symbol (#5210) 2017-10-26 14:12:19 -07:00
Win32Native.cs Clean up '#if CORE' in ProcessCodeMethods.cs and 'ClrFacade.GetSafeProcessHandle' (#4428) 2017-08-08 09:20:57 -07:00