PowerShell/src
Ilya dd7e45fe2e
Code cleanup: use IndexOf(char) overload (#9722)
- Use IndexOf(char) overload instead of IndexOf(string) to benefit from Ordinal search
- Replace IndexOf with Contains to get more understandable code
- Use StringComparison.Ordinal for ASCII chars
2019-06-26 11:02:07 +05:00
..
libpsl-native Cleanup all native code from repository (#7892) 2018-10-02 12:48:42 -07:00
Microsoft.Management.Infrastructure.CimCmdlets Style fixes for CimAsyncOperations (#9945) 2019-06-20 16:36:49 +05:00
Microsoft.PowerShell.Commands.Diagnostics Cleanup: Use EndsWith(char) and StartsWith(char) (#9994) 2019-06-25 11:02:31 -07:00
Microsoft.PowerShell.Commands.Management Code cleanup: use IndexOf(char) overload (#9722) 2019-06-26 11:02:07 +05:00
Microsoft.PowerShell.Commands.Utility Cleanup: Use EndsWith(char) and StartsWith(char) (#9994) 2019-06-25 11:02:31 -07:00
Microsoft.PowerShell.ConsoleHost Move consts and methods to single CharExtensions class (#9992) 2019-06-25 15:37:47 -07:00
Microsoft.PowerShell.CoreCLR.Eventing Remove EtwActivity empty constructor and make minor style fixes (#9958) 2019-06-21 17:21:06 +05:00
Microsoft.PowerShell.GlobalTool.Shim Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
Microsoft.PowerShell.LocalAccounts Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
Microsoft.PowerShell.MarkdownRender Build(deps): Bump Markdig.Signed from 0.16.0 to 0.17.0 (#9579) 2019-05-11 22:38:35 +05:00
Microsoft.PowerShell.ScheduledJob Cleanup: sort usings (#9490) 2019-04-30 10:25:11 +05:00
Microsoft.PowerShell.SDK Build(deps): Bump System.Net.Http.WinHttpHandler from 4.5.3 to 4.5.4 (#9786) 2019-05-31 15:00:34 -07:00
Microsoft.PowerShell.Security Fix wrong comparison in CertificateProvider (#9987) 2019-06-24 10:24:49 -07:00
Microsoft.WSMan.Management Cleanup: Use EndsWith(char) and StartsWith(char) (#9994) 2019-06-25 11:02:31 -07:00
Microsoft.WSMan.Runtime Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
Modules Build(deps): Bump ThreadJob from 1.1.2 to 2.0.1 in /src/Modules (#10003) 2019-06-25 16:53:05 -07:00
powershell Style: Add the ending period to the XML document texts (#8577) 2019-01-05 15:40:24 -08:00
powershell-native Port PowerShell to .NET Core 3.0 (#9597) 2019-05-21 13:43:51 +08:00
powershell-unix Port PowerShell to .NET Core 3.0 (#9597) 2019-05-21 13:43:51 +08:00
powershell-win-core Add launchSettings.json for better out of box experience when using Visual Studio (#9818) 2019-06-11 10:49:19 -07:00
PowerShell.Core.Instrumentation Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
ResGen Port PowerShell to .NET Core 3.0 (#9597) 2019-05-21 13:43:51 +08:00
Schemas Propose fix some typos (#8206) 2018-11-09 08:33:24 +05:00
signing clean up map.json related files and scripts (#4532) 2017-08-10 13:32:19 -07:00
System.Management.Automation Code cleanup: use IndexOf(char) overload (#9722) 2019-06-26 11:02:07 +05:00
TypeCatalogGen Port PowerShell to .NET Core 3.0 (#9597) 2019-05-21 13:43:51 +08:00