PowerShell/src/System.Management.Automation/resources
Dongbo Wang 979f105a99
Fix parser to generate error when array has more than 32 dimensions (#16276)
An array cannot have more than 32 dimensions. See the doc of MarkArrayType(int rank)) https://docs.microsoft.com/en-us/dotnet/api/system.type.makearraytype?view=net-5.0#System_Type_MakeArrayType_System_Int32_ for details.

The fix is to not create the ArrayTypeName instance when the number of dimensions exceeds 32, but instead, generate a parsing error.
2021-10-29 08:16:26 +05:00
..
Authenticode.resx
AuthorizationManagerBase.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
AutomationExceptions.resx Fix parameter name in the Get-Variable cmdlet error message. (#7384) 2018-07-31 08:50:41 +05:00
CatalogStrings.resx
CimInstanceTypeAdapterResources.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
CmdletizationCoreResources.resx Removing invalid resources to make Visual Studio builds compile. 2018-04-02 18:22:37 -07:00
CommandBaseStrings.resx Make the native command error handling optionally honor ErrorActionPreference (#15897) 2021-08-24 15:27:22 -07:00
ConsoleInfoErrorStrings.resx
CoreClrStubResources.resx
CoreMshSnapinResources.resx
Credential.resx
CredentialAttributeStrings.resx
CredUI.resx
DebuggerStrings.resx Improvements in breakpoint APIs for remote scenarios (#11312) 2019-12-12 17:23:12 -08:00
DescriptionsStrings.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
DiscoveryExceptions.resx Change "operable" to "executable" (#13281) 2020-08-06 13:02:43 +05:00
EnumExpressionEvaluatorStrings.resx
ErrorCategoryStrings.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
ErrorPackage.resx Transition ActionPreference.Suspend enumeration value into a non-supported, reserved state, and remove restriction on using ActionPreference.Ignore in preference variables (#10317) 2019-09-07 23:45:36 +05:00
ErrorPackageRemoting.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
EtwLoggingStrings.resx
EventingResources.resx
EventResource.resx Update use of Windows PowerShell to just PowerShell (#9508) 2019-05-03 15:38:06 +05:00
ExperimentalFeatureStrings.resx Add Enable-ExperimentalFeature and Disable-ExperimentalFeature cmdlets (#8318) 2018-12-05 12:20:58 -08:00
ExtendedTypeSystem.resx Handle operations with ByRef-like types gracefully in PowerShell (#7533) 2018-08-26 12:50:58 -07:00
FileSystemProviderStrings.resx Don't allow Move-Item with FileSystemProvider to move a directory into itself (#16198) 2021-10-12 14:16:32 -07:00
FormatAndOut_format_xxx.resx Fix for #6855 - Measure-Object should handle scriptblock properties. (#6934) 2018-06-20 00:23:11 -07:00
FormatAndOut_MshParameter.resx
FormatAndOut_out_xxx.resx
FormatAndOutXmlLoadingStrings.resx
GetErrorText.resx
HelpDisplayStrings.resx Update error message if Update-Help fails for the current UICulture (#11356) 2019-12-20 15:16:26 -08:00
HelpErrors.resx Added line break to Acess Denied error message. (#6607) 2018-04-10 07:51:06 +04:00
HistoryStrings.resx
HostInterfaceExceptionsStrings.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
InternalCommandStrings.resx Fix for ForEach-Object -Parallel performance problem with many runspaces (#10455) 2019-09-05 11:27:20 -07:00
InternalHostStrings.resx
InternalHostUserInterfaceStrings.resx Add -UseMinimalHeader to Start-Transcript to minimize transcript header (#8402) 2018-12-20 11:12:14 -08:00
Logging.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
Metadata.resx Consolidation of all Windows PowerShell work ported to PSCore6 (#8257) 2018-11-13 16:16:29 -08:00
MiniShellErrors.resx
Modules.resx Change "PowerShell Core" to "PowerShell" in a resource string (#11928) 2020-03-12 18:04:29 -07:00
MshHostRawUserInterfaceStrings.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
MshSignature.resx
MshSnapInCmdletResources.resx Remove old 'customPSSnapInType' parameter from PSSnapInInfo() (#8333) 2018-11-26 11:21:46 +05:00
MshSnapinInfo.resx
NativeCP.resx
ParameterBinderStrings.resx Added more helpful message for AmbiguousParameterSet exception (#5537) 2017-11-24 18:37:20 +04:00
ParserStrings.resx Fix parser to generate error when array has more than 32 dimensions (#16276) 2021-10-29 08:16:26 +05:00
PathUtilsStrings.resx Create warnings when UTF7 is specified as an encoding (#13430) 2020-08-17 22:19:22 -07:00
PipelineStrings.resx
PowerShellStrings.resx Cleanup workflow - remove PSProxyJob (#10083) 2019-07-12 07:56:27 +05:00
ProgressRecordStrings.resx
ProviderBaseSecurity.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
ProxyCommandStrings.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
PSCommandStrings.resx Remove Unicode BOM from text files (#11546) 2020-01-11 12:15:34 +05:00
PSConfigurationStrings.resx Write better error message if config file is broken (#13496) 2020-11-13 17:22:26 -08:00
PSDataBufferStrings.resx
PSListModifierStrings.resx
PSStyleStrings.resx Add validation to $PSStyle to reject printable text as ANSI escape sequence (#15825) 2021-07-27 17:14:20 +00:00
RegistryProviderStrings.resx
RemotingErrorIdStrings.resx Fix SSH remoting connection hang with misconfigured endpoint (#15175) 2021-04-13 15:36:36 -07:00
RunspaceInit.resx Make the native command error handling optionally honor ErrorActionPreference (#15897) 2021-08-24 15:27:22 -07:00
RunspacePoolStrings.resx Update use of Windows PowerShell to just PowerShell (#9508) 2019-05-03 15:38:06 +05:00
RunspaceStrings.resx Update error message that Disconnect is only supported with WSMan (#6689) 2018-04-24 16:29:01 -07:00
SecuritySupportStrings.resx Allow cross-platform CAPI-compatible remote key exchange (#11185) 2020-02-19 12:28:43 -08:00
Serialization.resx Improve error message on non-Windows when importing clixml with securestring (#7997) 2018-10-12 10:56:35 -07:00
SessionStateProviderBaseStrings.resx
SessionStateStrings.resx Fix error message from new symbolic link missing target (#13085) 2020-07-03 12:54:26 +05:00
StringDecoratedStrings.resx Change default to OutputRendering.Host and remove OutputRendering.Automatic (#15882) 2021-08-16 14:17:07 -07:00
SubsystemStrings.resx Initial work of the subsystem plugin model (for minimal powershell) (#13186) 2020-08-20 17:41:44 -07:00
SuggestionStrings.resx Add support to show suggestions on CommandNotFound exception (#8458) 2019-01-10 13:35:30 -08:00
TabCompletionStrings.resx Fix typo in -icontains description from"incase sensitive" to "case insensitive" (#7840) 2018-10-23 13:32:51 -07:00
TransactionStrings.resx
TypesXmlStrings.resx
VerbDescriptionStrings.resx
WildcardPatternStrings.resx