PowerShell/src/System.Management.Automation/utils
Travis Plunk d74c6bfb7b
Configure ApplicationInsights to not send cloud role name (#16246)
Configure ApplicationInsights to not send cloud role name

Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
2021-10-14 15:12:37 -07:00
..
perfCounters Use nameof to get parameter names when creating ArgumentNullException (#15604) 2021-07-05 22:04:13 -07:00
tracing Seal private classes (#15725) 2021-07-19 14:09:12 +05:00
ArchitectureSensitiveAttribute.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
assert.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
BackgroundDispatcher.cs Use nameof to get parameter names when creating ArgumentNullException (#15604) 2021-07-05 22:04:13 -07:00
ClrFacade.cs Enable IDE0054: Use compound assignment (#13546) 2020-11-05 09:48:13 +05:00
CommandDiscoveryExceptions.cs Enable SA1131: Use readable conditions (#14132) 2020-11-20 17:26:46 +05:00
CommandProcessorExceptions.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
CoreProviderCmdlets.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
CryptoUtils.cs Make classes sealed (#15675) 2021-07-04 16:49:52 +05:00
EncodingUtils.cs Code performance fixes follow-up (#14207) 2020-11-20 15:29:58 -08:00
ExecutionExceptions.cs Enable IDE0074: Use coalesce compound assignment (#13396) 2020-11-25 17:37:01 +05:00
ExtensionMethods.cs Enable IDE0054: Use compound assignment (#13546) 2020-11-05 09:48:13 +05:00
FormatAndTypeDataHelper.cs Replace ProcessModule.FileName with Environment.ProcessPath and remove PSUtils.GetMainModule (#15012) 2021-06-03 12:32:55 -07:00
FuzzyMatch.cs Remove unnecessary using in utils folder (#13863) 2020-11-02 12:47:29 +05:00
GraphicalHostReflectionWrapper.cs Make classes sealed (#15675) 2021-07-04 16:49:52 +05:00
HostInterfacesExceptions.cs Enable SA1003: Symbols should be spaced correctly (#14476) 2020-12-23 21:21:26 +05:00
IObjectReader.cs Remove unnecessary using in utils folder (#13863) 2020-11-02 12:47:29 +05:00
IObjectWriter.cs Mark local variable as const (#13217) 2020-11-24 20:06:16 +05:00
MetadataExceptions.cs Enable SA1003: Symbols should be spaced correctly (#14476) 2020-12-23 21:21:26 +05:00
MshArgumentException.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
MshArgumentNullException.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
MshArgumentOutOfRangeException.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
MshInvalidOperationException.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
MshNotImplementedException.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
MshNotSupportedException.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
MshObjectDisposedException.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
MshTraceSource.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
ObjectReader.cs Enable SA1314: Type parameter names should begin with T (#14470) 2020-12-23 08:02:22 +05:00
ObjectStream.cs Enable SA1131: Use readable conditions (#14132) 2020-11-20 17:26:46 +05:00
ObjectWriter.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
ParameterBinderExceptions.cs Enable IDE0074: Use coalesce compound assignment (#13396) 2020-11-25 17:37:01 +05:00
ParserException.cs Use static lambda keyword (#15154) 2021-04-12 12:44:05 -07:00
PathUtils.cs Add error catch for unauthorized access when removing AppLocker test files (#15881) 2021-08-10 11:03:53 -07:00
PInvokeDllNames.cs Handle exception if ConsoleHost tries to set cursor out of bounds because screen buffer changed (#15380) 2021-05-14 11:05:49 -07:00
PlatformInvokes.cs Remove unneeded SSH standard handle workaround (#15308) 2021-04-30 09:35:55 -07:00
PowerShellETWTracer.cs Update to .NET Preview 6 SDK (#15452) 2021-05-25 19:24:28 -07:00
PowerShellExecutionHelper.cs Use is not syntax part 2 (#13338) 2020-11-05 10:23:50 +05:00
PSTelemetryMethods.cs Add single blank line after copyright header (#13486) 2020-09-02 08:15:16 +05:00
PSTelemetryWrapper.cs Add single blank line after copyright header (#13486) 2020-09-02 08:15:16 +05:00
PsUtils.cs Replace ProcessModule.FileName with Environment.ProcessPath and remove PSUtils.GetMainModule (#15012) 2021-06-03 12:32:55 -07:00
ResourceManagerCache.cs Autofix SA1518: The code must not contain extra blank lines at the end of the file (#13574) 2020-11-11 12:15:20 +05:00
RuntimeException.cs Fix SA1504: All accessors should be single-line or multi-lin (#14241) 2021-01-09 12:44:38 +05:00
SessionStateExceptions.cs Enable SA1131: Use readable conditions (#14132) 2020-11-20 17:26:46 +05:00
StringUtil.cs Reformat StringUtil (#13509) 2020-08-29 11:21:28 +05:00
StructuredTraceSource.cs Fix SA1504: All accessors should be single-line or multi-lin (#14241) 2021-01-09 12:44:38 +05:00
Telemetry.cs Configure ApplicationInsights to not send cloud role name (#16246) 2021-10-14 15:12:37 -07:00
Verbs.cs Fix IDE0044: MakeFieldReadonly part 13 (#13968) 2020-11-05 08:29:50 +05:00
VTUtils.cs Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00