Skip to content

PSCodeHealth fails to analyse PSScriptAnalyzer repo #1

@bergmeister

Description

@bergmeister

Before submitting a bug report, please ensure you :

  • Verified this bug is not already reported in an issue
  • Reproduced the problem with the variable system.debug set to true to get verbose logs

Describe the Problem

I am trying to run PSCodeHealth against the root of the PSScriptAnalyzer repo here and it fails completely. By looking at the logs, it seems the value of the checkbox so search in sub directories is not being used because the checkbox is not ticked but it seems the tool analyses also subfolders and fails on files in them

Steps To Reproduce

  1. Use default PSCodeHealth options:
    image

  2. Use Hosted VS 2017 agent

  3. It fails to analyse:

2018-09-15T11:01:42.5080958Z ##[section]Starting: PowerShell Code Analysis
2018-09-15T11:01:42.5086811Z ==============================================================================
2018-09-15T11:01:42.5087070Z Task         : PSCodeHealth (PowerShell code analysis)
2018-09-15T11:01:42.5087304Z Description  : Gather PowerShell code quality metrics and enforce quality gates based on these metrics
2018-09-15T11:01:42.5087525Z Version      : 0.0.108
2018-09-15T11:01:42.5087691Z Author       : Mathieu Buisson
2018-09-15T11:01:42.5087899Z Help         : [More Information](https://github.com/MathieuBuisson/vsts-PSCodeHealth)
2018-09-15T11:01:42.5088466Z ==============================================================================
2018-09-15T11:01:44.1658157Z Loading helpers into the current scope
2018-09-15T11:01:44.3089400Z Value of [Path] : D:\a\1\s
2018-09-15T11:01:44.3090653Z Value of [Recurse] : False
2018-09-15T11:01:44.3092138Z Value of [PassThru] : True
2018-09-15T11:01:44.3093615Z Value of [TestsPath] : D:\a\1\s
2018-09-15T11:01:44.3095736Z Value of [HtmlReportPath] : D:\a\1\a\PSCodeHealth.html
2018-09-15T11:01:44.5441818Z The module [Pester] is already present, skipping installation.
2018-09-15T11:01:44.5442361Z Loading module [Pester]
2018-09-15T11:01:52.0893253Z Loading module [PSScriptAnalyzer] shipped in the VSTS extension
2018-09-15T11:01:52.2163194Z Loading module [PSCodeHealth] shipped in the VSTS extension
2018-09-15T11:01:52.3550302Z Running the PowerShell code analysis ...
2018-09-15T11:01:59.0654795Z ##[error]The specified module 'ScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T11:01:59.2939654Z ##[error]The specified module 'PSScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T11:01:59.4077290Z ##[error]The specified module 'PSScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T11:02:22.9144708Z ##[warning]Cannot parse settings. Will abort the invocation.
2018-09-15T11:02:26.1151762Z Invoke-ScriptAnalyzer : The term 'Invoke-ScriptAnalyzer' is not recognized as the name of a cmdlet, function, script 
2018-09-15T11:02:26.1152197Z file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct 
2018-09-15T11:02:26.1152537Z and try again.
2018-09-15T11:02:26.1152694Z At line:1 char:1
2018-09-15T11:02:26.1153470Z + Invoke-ScriptAnalyzer -ScriptDefinition gci -EnableExit
2018-09-15T11:02:26.1153722Z + ~~~~~~~~~~~~~~~~~~~~~
2018-09-15T11:02:26.1154016Z     + CategoryInfo          : ObjectNotFound: (Invoke-ScriptAnalyzer:String) [], CommandNotFoundException
2018-09-15T11:02:26.1154261Z     + FullyQualifiedErrorId : CommandNotFoundException
2018-09-15T11:02:26.1154435Z  
2018-09-15T11:02:26.6491701Z ##[error]Cannot validate argument on parameter 'First'. The argument is null, empty, or an element of the argument collection contains a null value. Supply a collection that does not contain any null values and then try the command again.
2018-09-15T11:02:26.7133916Z ##[section]Finishing: PowerShell Code Analysis

Expected behavior

It works as usual

Environment

  • Server : VSTS

  • Agent :

    • HostedVS 2017

Additional context

Verbose Logs:

2018-09-15T15:59:56.8669756Z ##[debug]Evaluating condition for step: 'PowerShell Code Analysis'
2018-09-15T15:59:56.8670867Z ##[debug]Evaluating: succeeded()
2018-09-15T15:59:56.8671257Z ##[debug]Evaluating succeeded:
2018-09-15T15:59:56.8671745Z ##[debug]=> True
2018-09-15T15:59:56.8672197Z ##[debug]Result: True
2018-09-15T15:59:56.8672601Z ##[section]Starting: PowerShell Code Analysis
2018-09-15T15:59:56.8679072Z ==============================================================================
2018-09-15T15:59:56.8679356Z Task         : PSCodeHealth (PowerShell code analysis)
2018-09-15T15:59:56.8679702Z Description  : Gather PowerShell code quality metrics and enforce quality gates based on these metrics
2018-09-15T15:59:56.8679884Z Version      : 0.0.108
2018-09-15T15:59:56.8680061Z Author       : Mathieu Buisson
2018-09-15T15:59:56.8680249Z Help         : [More Information](https://github.com/MathieuBuisson/vsts-PSCodeHealth)
2018-09-15T15:59:56.8680495Z ==============================================================================
2018-09-15T15:59:58.2960628Z ##[debug]VstsTaskSdk 0.10.0 commit 787a46ec0a2df5b4d12c2e801bd3f319975c054c
2018-09-15T15:59:58.6318001Z ##[debug]Entering D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\EntryPoint.ps1.
2018-09-15T15:59:58.6622477Z Loading helpers into the current scope
2018-09-15T15:59:58.7188410Z ##[debug]BUILD_SOURCESDIRECTORY: 'D:\a\1\s'
2018-09-15T15:59:58.7241762Z ##[debug]BUILD_ARTIFACTSTAGINGDIRECTORY: 'D:\a\1\a'
2018-09-15T15:59:58.7551998Z ##[debug]INPUT_SOURCECODEPATH: 'D:\a\1\s'
2018-09-15T15:59:58.7599624Z ##[debug]INPUT_TESTSPATH: 'D:\a\1\s'
2018-09-15T15:59:58.7600503Z ##[debug]INPUT_RECURSE: 'false'
2018-09-15T15:59:58.7603147Z ##[debug] Converted to bool: False
2018-09-15T15:59:58.7641485Z ##[debug]INPUT_GENERATEHTMLREPORT: 'false'
2018-09-15T15:59:58.7666503Z ##[debug] Converted to bool: False
2018-09-15T15:59:58.7667416Z ##[debug]INPUT_EXCLUDE (empty)
2018-09-15T15:59:58.7716004Z ##[debug] Defaulted to: 'False'
2018-09-15T15:59:58.7821373Z Value of [Path] : D:\a\1\s
2018-09-15T15:59:58.7823000Z Value of [Recurse] : False
2018-09-15T15:59:58.7824768Z Value of [TestsPath] : D:\a\1\s
2018-09-15T15:59:59.0103580Z ##[debug]Number of elements in 'Exclude' task input : 0
2018-09-15T15:59:59.0312117Z ##[debug]Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1'.
2018-09-15T15:59:59.0448523Z The module [Pester] is already present, skipping installation.
2018-09-15T15:59:59.0449189Z Loading module [Pester]
2018-09-15T15:59:59.0485652Z ##[debug]Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psd1'.
2018-09-15T15:59:59.0512813Z ##[debug]Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1'.
2018-09-15T16:00:00.6489421Z ##[debug]
2018-09-15T16:00:00.6503859Z ##[debug]    namespace Pester
2018-09-15T16:00:00.6517818Z ##[debug]    {
2018-09-15T16:00:00.6530694Z ##[debug]        using System;
2018-09-15T16:00:00.6543229Z ##[debug]        using System.Management.Automation;
2018-09-15T16:00:00.6556635Z ##[debug]
2018-09-15T16:00:00.6569079Z ##[debug]        public static class ClosingBraceFinder
2018-09-15T16:00:00.6581155Z ##[debug]        {
2018-09-15T16:00:00.6594778Z ##[debug]            public static int GetClosingBraceIndex(PSToken[] tokens, int startIndex)
2018-09-15T16:00:00.6606718Z ##[debug]            {
2018-09-15T16:00:00.6619154Z ##[debug]                int groupLevel = 1;
2018-09-15T16:00:00.6631114Z ##[debug]                int len = tokens.Length;
2018-09-15T16:00:00.6642932Z ##[debug]
2018-09-15T16:00:00.6655979Z ##[debug]                for (int i = startIndex + 1; i < len; i++)
2018-09-15T16:00:00.6667717Z ##[debug]                {
2018-09-15T16:00:00.6689045Z ##[debug]                    PSTokenType type = tokens[i].Type;
2018-09-15T16:00:00.7254676Z ##[debug]                    if (type == PSTokenType.GroupStart)
2018-09-15T16:00:00.7412471Z ##[debug]                    {
2018-09-15T16:00:00.7414600Z ##[debug]                        groupLevel++;
2018-09-15T16:00:00.7414904Z ##[debug]                    }
2018-09-15T16:00:00.7415234Z ##[debug]                    else if (type == PSTokenType.GroupEnd)
2018-09-15T16:00:00.7415522Z ##[debug]                    {
2018-09-15T16:00:00.7415812Z ##[debug]                        groupLevel--;
2018-09-15T16:00:00.7416085Z ##[debug]
2018-09-15T16:00:00.7416367Z ##[debug]                        if (groupLevel <= 0) { return i; }
2018-09-15T16:00:00.7416662Z ##[debug]                    }
2018-09-15T16:00:00.7417028Z ##[debug]                }
2018-09-15T16:00:00.7417229Z ##[debug]
2018-09-15T16:00:00.7417450Z ##[debug]                return -1;
2018-09-15T16:00:00.7417672Z ##[debug]            }
2018-09-15T16:00:00.7417875Z ##[debug]        }
2018-09-15T16:00:00.7418094Z ##[debug]    }
2018-09-15T16:00:06.3158546Z ##[debug]Exporting function 'Context'.
2018-09-15T16:00:06.3177120Z ##[debug]Exporting function 'Describe'.
2018-09-15T16:00:06.3196764Z ##[debug]Exporting function 'In'.
2018-09-15T16:00:06.3213330Z ##[debug]Exporting function 'It'.
2018-09-15T16:00:06.3230824Z ##[debug]Exporting function 'Mock'.
2018-09-15T16:00:06.3249288Z ##[debug]Exporting function 'Assert-VerifiableMocks'.
2018-09-15T16:00:06.3266278Z ##[debug]Exporting function 'Assert-MockCalled'.
2018-09-15T16:00:06.3289021Z ##[debug]Exporting function 'Set-TestInconclusive'.
2018-09-15T16:00:06.3311400Z ##[debug]Exporting function 'InModuleScope'.
2018-09-15T16:00:06.3327362Z ##[debug]Exporting function 'Invoke-Mock'.
2018-09-15T16:00:06.3360292Z ##[debug]Exporting function 'New-Fixture'.
2018-09-15T16:00:06.3654515Z ##[debug]Exporting function 'Get-TestDriveItem'.
2018-09-15T16:00:06.3664241Z ##[debug]Exporting function 'Setup'.
2018-09-15T16:00:06.3665320Z ##[debug]Exporting function 'Should'.
2018-09-15T16:00:06.3665905Z ##[debug]Exporting function 'Invoke-Pester'.
2018-09-15T16:00:06.3666247Z ##[debug]Exporting function 'BeforeEach'.
2018-09-15T16:00:06.4251440Z ##[debug]Exporting function 'AfterEach'.
2018-09-15T16:00:06.4715383Z ##[debug]Exporting function 'BeforeAll'.
2018-09-15T16:00:06.4716975Z ##[debug]Exporting function 'AfterAll'.
2018-09-15T16:00:06.4717812Z ##[debug]Exporting function 'Set-DynamicParameterVariables'.
2018-09-15T16:00:06.4718205Z ##[debug]Exporting function 'Get-MockDynamicParameters'.
2018-09-15T16:00:06.4718632Z ##[debug]Exporting function 'New-PesterOption'.
2018-09-15T16:00:06.4719096Z ##[debug]Exporting function 'SafeGetCommand'.
2018-09-15T16:00:06.4719629Z ##[debug]Importing function 'AfterAll'.
2018-09-15T16:00:06.4720220Z ##[debug]Importing function 'AfterEach'.
2018-09-15T16:00:06.4720636Z ##[debug]Importing function 'Assert-MockCalled'.
2018-09-15T16:00:06.4721003Z ##[debug]Importing function 'Assert-VerifiableMocks'.
2018-09-15T16:00:06.4721357Z ##[debug]Importing function 'BeforeAll'.
2018-09-15T16:00:06.4721704Z ##[debug]Importing function 'BeforeEach'.
2018-09-15T16:00:06.4722035Z ##[debug]Importing function 'Context'.
2018-09-15T16:00:06.4722412Z ##[debug]Importing function 'Describe'.
2018-09-15T16:00:06.4722771Z ##[debug]Importing function 'Get-MockDynamicParameters'.
2018-09-15T16:00:06.4723357Z ##[debug]Importing function 'Get-TestDriveItem'.
2018-09-15T16:00:06.4723729Z ##[debug]Importing function 'In'.
2018-09-15T16:00:06.4724082Z ##[debug]Importing function 'InModuleScope'.
2018-09-15T16:00:06.4724554Z ##[debug]Importing function 'Invoke-Mock'.
2018-09-15T16:00:06.4724991Z ##[debug]Importing function 'Invoke-Pester'.
2018-09-15T16:00:06.4725310Z ##[debug]Importing function 'It'.
2018-09-15T16:00:06.4725622Z ##[debug]Importing function 'Mock'.
2018-09-15T16:00:06.4725927Z ##[debug]Importing function 'New-Fixture'.
2018-09-15T16:00:06.4726252Z ##[debug]Importing function 'New-PesterOption'.
2018-09-15T16:00:06.4726581Z ##[debug]Importing function 'SafeGetCommand'.
2018-09-15T16:00:06.4726903Z ##[debug]Importing function 'Set-DynamicParameterVariables'.
2018-09-15T16:00:06.4727244Z ##[debug]Importing function 'Set-TestInconclusive'.
2018-09-15T16:00:06.4728233Z ##[debug]Importing function 'Setup'.
2018-09-15T16:00:06.4728642Z ##[debug]Importing function 'Should'.
2018-09-15T16:00:06.4729023Z Loading module [PSScriptAnalyzer] shipped in the VSTS extension
2018-09-15T16:00:06.4729581Z ##[debug]Loading module from path 'D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSScriptAnalyzer\PSScriptAnalyzer.psd1'.
2018-09-15T16:00:06.4730569Z ##[debug]Loading 'TypesToProcess' from path 'D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSScriptAnalyzer\ScriptAnalyzer.types.ps1xml'.
2018-09-15T16:00:06.4733276Z ##[debug]Loading 'FormatsToProcess' from path 'D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSScriptAnalyzer\ScriptAnalyzer.format.ps1xml'.
2018-09-15T16:00:06.5826902Z ##[debug]Populating RepositorySourceLocation property for module PSScriptAnalyzer.
2018-09-15T16:00:06.5848272Z ##[debug]Loading module from path 'D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSScriptAnalyzer\PSScriptAnalyzer.psm1'.
2018-09-15T16:00:06.6101928Z ##[debug]Loading module from path 'D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSScriptAnalyzer\Microsoft.Windows.PowerShell.ScriptAnalyzer.dll'.
2018-09-15T16:00:06.6170950Z ##[debug]Importing cmdlet 'Get-ScriptAnalyzerRule'.
2018-09-15T16:00:06.6186840Z ##[debug]Importing cmdlet 'Invoke-Formatter'.
2018-09-15T16:00:06.6202699Z ##[debug]Importing cmdlet 'Invoke-ScriptAnalyzer'.
2018-09-15T16:00:06.6268544Z ##[debug]Exporting function 'RuleNameCompleter'.
2018-09-15T16:00:06.6284734Z ##[debug]Exporting cmdlet 'Get-ScriptAnalyzerRule'.
2018-09-15T16:00:06.6301033Z ##[debug]Exporting cmdlet 'Invoke-Formatter'.
2018-09-15T16:00:06.6318357Z ##[debug]Exporting cmdlet 'Invoke-ScriptAnalyzer'.
2018-09-15T16:00:06.6335275Z ##[debug]Importing cmdlet 'Get-ScriptAnalyzerRule'.
2018-09-15T16:00:06.6354092Z ##[debug]Importing cmdlet 'Invoke-Formatter'.
2018-09-15T16:00:06.6369409Z ##[debug]Importing cmdlet 'Invoke-ScriptAnalyzer'.
2018-09-15T16:00:06.6372693Z Loading module [PSCodeHealth] shipped in the VSTS extension
2018-09-15T16:00:06.6391557Z ##[debug]Loading module from path 'D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\PSCodeHealth.psd1'.
2018-09-15T16:00:06.6428579Z ##[debug]Loading 'FormatsToProcess' from path 'D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\PSCodeHealth.Format.ps1xml'.
2018-09-15T16:00:06.6556051Z ##[debug]Loading module from path 'D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\.\PSCodeHealth.psm1'.
2018-09-15T16:00:06.7731853Z ##[debug]Exporting function 'Get-PSCodeHealthComplianceRule'.
2018-09-15T16:00:06.7749587Z ##[debug]Exporting function 'Invoke-PSCodeHealth'.
2018-09-15T16:00:06.7767755Z ##[debug]Exporting function 'Test-PSCodeHealthCompliance'.
2018-09-15T16:00:06.7798151Z ##[debug]Exporting alias 'ipch'.
2018-09-15T16:00:06.7816575Z ##[debug]Importing function 'Get-PSCodeHealthComplianceRule'.
2018-09-15T16:00:06.7834046Z ##[debug]Importing function 'Invoke-PSCodeHealth'.
2018-09-15T16:00:06.7850759Z ##[debug]Importing function 'Test-PSCodeHealthCompliance'.
2018-09-15T16:00:06.7868497Z ##[debug]Importing alias 'ipch'.
2018-09-15T16:00:06.7871562Z Running the PowerShell code analysis ...
2018-09-15T16:00:07.0457480Z ##[debug]2018-09-15T16:00:07 [Invoke-PSCodeHealth] : Found the following PowerShell files in the directory :
2018-09-15T16:00:07.0484209Z ##[debug]2018-09-15T16:00:07 [Invoke-PSCodeHealth] : D:\a\1\s\build.ps1
2018-09-15T16:00:07.0497895Z ##[debug]D:\a\1\s\buildCoreClr.ps1
2018-09-15T16:00:07.0510970Z ##[debug]D:\a\1\s\New-StronglyTypedCsFileForResx.ps1
2018-09-15T16:00:07.0650066Z ##[debug]
2018-09-15T16:00:07.0911835Z ##[debug]2018-09-15T16:00:07 [Get-FunctionDefinition] : Parsing file : D:\a\1\s\build.ps1
2018-09-15T16:00:08.0478943Z ##[debug]2018-09-15T16:00:07 [Get-FunctionDefinition] : Found function : CreateIfNotExists
2018-09-15T16:00:08.0483936Z ##[debug]2018-09-15T16:00:07 [Get-FunctionDefinition] : Found function : GetTestRunnerScriptContent
2018-09-15T16:00:08.0484678Z ##[debug]2018-09-15T16:00:07 [Get-FunctionDefinition] : Found function : CreateTestRunnerScript
2018-09-15T16:00:08.0485232Z ##[debug]2018-09-15T16:00:07 [Get-FunctionDefinition] : Found function : GetTestPath
2018-09-15T16:00:08.0485626Z ##[debug]2018-09-15T16:00:07 [Get-FunctionDefinition] : Found function : RunTest
2018-09-15T16:00:08.0486037Z ##[debug]2018-09-15T16:00:07 [Get-FunctionDefinition] : Parsing file : D:\a\1\s\buildCoreClr.ps1
2018-09-15T16:00:08.0486453Z ##[debug]2018-09-15T16:00:07 [Get-FunctionDefinition] : Found function : CopyToDestinationDir
2018-09-15T16:00:08.0486881Z ##[debug]2018-09-15T16:00:07 [Get-FunctionDefinition] : Parsing file : D:\a\1\s\New-StronglyTypedCsFileForResx.ps1
2018-09-15T16:00:08.0487336Z ##[debug]2018-09-15T16:00:07 [Get-FunctionDefinition] : Found function : Get-StronglyTypeCsFileForResx
2018-09-15T16:00:08.0487757Z ##[debug]2018-09-15T16:00:07 [Invoke-PSCodeHealth] : Gathering metrics for function : CreateIfNotExists
2018-09-15T16:00:08.0488418Z ##[debug]2018-09-15T16:00:07 [Get-FunctionTestCoverage] : The function [CreateIfNotExists] comes from the file :  D:\a\1\s\build.ps1
2018-09-15T16:00:08.0488782Z ##[debug]Exporting function 'EnterDescribe'.
2018-09-15T16:00:08.0489593Z ##[debug]Exporting function 'LeaveDescribe'.
2018-09-15T16:00:08.0490643Z ##[debug]Exporting function 'EnterContext'.
2018-09-15T16:00:08.0491456Z ##[debug]Exporting function 'LeaveContext'.
2018-09-15T16:00:08.0492138Z ##[debug]Exporting function 'EnterTest'.
2018-09-15T16:00:08.0492522Z ##[debug]Exporting function 'LeaveTest'.
2018-09-15T16:00:08.0492873Z ##[debug]Exporting function 'AddTestResult'.
2018-09-15T16:00:08.0493228Z ##[debug]Exporting variable 'Strict'.
2018-09-15T16:00:08.0493808Z ##[debug]Exporting variable 'Quiet'.
2018-09-15T16:00:08.0494198Z ##[debug]Exporting variable 'TagFilter'.
2018-09-15T16:00:08.0494569Z ##[debug]Exporting variable 'ExcludeTagFilter'.
2018-09-15T16:00:08.0494910Z ##[debug]Exporting variable 'TestNameFilter'.
2018-09-15T16:00:08.0495237Z ##[debug]Exporting variable 'SessionState'.
2018-09-15T16:00:08.0495578Z ##[debug]Exporting variable 'CurrentContext'.
2018-09-15T16:00:08.0495921Z ##[debug]Exporting variable 'CurrentDescribe'.
2018-09-15T16:00:08.0496265Z ##[debug]Exporting variable 'CurrentTest'.
2018-09-15T16:00:08.0496592Z ##[debug]Exporting variable 'CommandCoverage'.
2018-09-15T16:00:08.0496940Z ##[debug]Exporting variable 'BeforeEach'.
2018-09-15T16:00:08.0497284Z ##[debug]Exporting variable 'AfterEach'.
2018-09-15T16:00:08.0497610Z ##[debug]Exporting variable 'BeforeAll'.
2018-09-15T16:00:08.0497950Z ##[debug]Exporting variable 'AfterAll'.
2018-09-15T16:00:08.0498295Z ##[debug]Exporting variable 'TestResult'.
2018-09-15T16:00:08.0499936Z ##[debug]Exporting variable 'TotalCount'.
2018-09-15T16:00:08.0500419Z ##[debug]Exporting variable 'Time'.
2018-09-15T16:00:08.0501014Z ##[debug]Exporting variable 'PassedCount'.
2018-09-15T16:00:08.0501397Z ##[debug]Exporting variable 'FailedCount'.
2018-09-15T16:00:08.0501735Z ##[debug]Exporting variable 'SkippedCount'.
2018-09-15T16:00:08.0502087Z ##[debug]Exporting variable 'PendingCount'.
2018-09-15T16:00:08.0502440Z ##[debug]Exporting variable 'InconclusiveCount'.
2018-09-15T16:00:08.0502785Z ##[debug]Exporting variable 'IncludeVSCodeMarker'.
2018-09-15T16:00:08.3396964Z ##[debug]2018-09-15T16:00:08 [Get-FunctionTestCoverage] : Number of commands found in the function : 3
2018-09-15T16:00:08.3426971Z ##[debug]2018-09-15T16:00:08 [Get-FunctionTestCoverage] : Number of commands exercized in the tests : 0
2018-09-15T16:00:10.6675481Z ##[debug]2018-09-15T16:00:10 [Get-FunctionLinesOfCode] : Function name : CreateIfNotExists
2018-09-15T16:00:10.6943180Z ##[debug]2018-09-15T16:00:10 [Get-FunctionLinesOfCode] : Number of lines to substract : 0.
2018-09-15T16:00:10.7419974Z ##[debug]2018-09-15T16:00:10 [Measure-FunctionComplexity] : Number of code paths due to For loops : 0
2018-09-15T16:00:10.7545063Z ##[debug]2018-09-15T16:00:10 [Measure-FunctionComplexity] : Number of code paths due to If and ElseIf statements : 1
2018-09-15T16:00:10.7703319Z ##[debug]2018-09-15T16:00:10 [Measure-FunctionComplexity] : Number of code paths due to logical operators : 0
2018-09-15T16:00:10.7822861Z ##[debug]2018-09-15T16:00:10 [Measure-FunctionComplexity] : Number of code paths due to Switch statements : 0
2018-09-15T16:00:10.7991145Z ##[debug]2018-09-15T16:00:10 [Measure-FunctionComplexity] : Number of code paths due to Trap statements and Catch clauses : 0
2018-09-15T16:00:10.8038353Z ##[debug]2018-09-15T16:00:10 [Measure-FunctionComplexity] : Number of code paths due to While loops : 0
2018-09-15T16:00:10.8391496Z ##[debug]2018-09-15T16:00:10 [Measure-FunctionMaxNestingDepth] : Number of nesting depth values : 2
2018-09-15T16:00:10.8787600Z ##[debug]2018-09-15T16:00:10 [Invoke-PSCodeHealth] : Gathering metrics for function : GetTestRunnerScriptContent
2018-09-15T16:00:10.8814060Z ##[debug]2018-09-15T16:00:10 [Get-FunctionTestCoverage] : The function [GetTestRunnerScriptContent] comes from the file :  D:\a\1\s\build.ps1
2018-09-15T16:00:10.9056855Z ##[debug]Exporting function 'EnterDescribe'.
2018-09-15T16:00:10.9074371Z ##[debug]Exporting function 'LeaveDescribe'.
2018-09-15T16:00:10.9092036Z ##[debug]Exporting function 'EnterContext'.
2018-09-15T16:00:10.9108569Z ##[debug]Exporting function 'LeaveContext'.
2018-09-15T16:00:10.9124789Z ##[debug]Exporting function 'EnterTest'.
2018-09-15T16:00:10.9141590Z ##[debug]Exporting function 'LeaveTest'.
2018-09-15T16:00:10.9159215Z ##[debug]Exporting function 'AddTestResult'.
2018-09-15T16:00:10.9176763Z ##[debug]Exporting variable 'Strict'.
2018-09-15T16:00:10.9191957Z ##[debug]Exporting variable 'Quiet'.
2018-09-15T16:00:10.9208193Z ##[debug]Exporting variable 'TagFilter'.
2018-09-15T16:00:10.9223631Z ##[debug]Exporting variable 'ExcludeTagFilter'.
2018-09-15T16:00:10.9239813Z ##[debug]Exporting variable 'TestNameFilter'.
2018-09-15T16:00:10.9255538Z ##[debug]Exporting variable 'SessionState'.
2018-09-15T16:00:10.9272311Z ##[debug]Exporting variable 'CurrentContext'.
2018-09-15T16:00:10.9288484Z ##[debug]Exporting variable 'CurrentDescribe'.
2018-09-15T16:00:10.9304796Z ##[debug]Exporting variable 'CurrentTest'.
2018-09-15T16:00:10.9321686Z ##[debug]Exporting variable 'CommandCoverage'.
2018-09-15T16:00:10.9337733Z ##[debug]Exporting variable 'BeforeEach'.
2018-09-15T16:00:10.9354121Z ##[debug]Exporting variable 'AfterEach'.
2018-09-15T16:00:10.9370648Z ##[debug]Exporting variable 'BeforeAll'.
2018-09-15T16:00:10.9386768Z ##[debug]Exporting variable 'AfterAll'.
2018-09-15T16:00:10.9403103Z ##[debug]Exporting variable 'TestResult'.
2018-09-15T16:00:10.9419738Z ##[debug]Exporting variable 'TotalCount'.
2018-09-15T16:00:10.9435509Z ##[debug]Exporting variable 'Time'.
2018-09-15T16:00:10.9452221Z ##[debug]Exporting variable 'PassedCount'.
2018-09-15T16:00:10.9468354Z ##[debug]Exporting variable 'FailedCount'.
2018-09-15T16:00:10.9483993Z ##[debug]Exporting variable 'SkippedCount'.
2018-09-15T16:00:10.9500829Z ##[debug]Exporting variable 'PendingCount'.
2018-09-15T16:00:10.9516222Z ##[debug]Exporting variable 'InconclusiveCount'.
2018-09-15T16:00:10.9533127Z ##[debug]Exporting variable 'IncludeVSCodeMarker'.
2018-09-15T16:00:11.0342761Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : Number of commands found in the function : 2
2018-09-15T16:00:11.0352536Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : Number of commands exercized in the tests : 0
2018-09-15T16:00:11.1581283Z ##[debug]2018-09-15T16:00:11 [Get-FunctionLinesOfCode] : Function name : GetTestRunnerScriptContent
2018-09-15T16:00:11.1663254Z ##[debug]2018-09-15T16:00:11 [Get-FunctionLinesOfCode] : Number of lines to substract : 0.
2018-09-15T16:00:11.2193459Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to For loops : 0
2018-09-15T16:00:11.2197351Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to If and ElseIf statements : 0
2018-09-15T16:00:11.2198171Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to logical operators : 0
2018-09-15T16:00:11.2198656Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to Switch statements : 0
2018-09-15T16:00:11.2199132Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to Trap statements and Catch clauses : 0
2018-09-15T16:00:11.2199594Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to While loops : 0
2018-09-15T16:00:11.2200155Z ##[debug]2018-09-15T16:00:11 [Invoke-PSCodeHealth] : Gathering metrics for function : CreateTestRunnerScript
2018-09-15T16:00:11.2200599Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : The function [CreateTestRunnerScript] comes from the file :  D:\a\1\s\build.ps1
2018-09-15T16:00:11.2432550Z ##[debug]Exporting function 'EnterDescribe'.
2018-09-15T16:00:11.2449058Z ##[debug]Exporting function 'LeaveDescribe'.
2018-09-15T16:00:11.2466036Z ##[debug]Exporting function 'EnterContext'.
2018-09-15T16:00:11.2483760Z ##[debug]Exporting function 'LeaveContext'.
2018-09-15T16:00:11.2500732Z ##[debug]Exporting function 'EnterTest'.
2018-09-15T16:00:11.2517868Z ##[debug]Exporting function 'LeaveTest'.
2018-09-15T16:00:11.2544335Z ##[debug]Exporting function 'AddTestResult'.
2018-09-15T16:00:11.2561177Z ##[debug]Exporting variable 'Strict'.
2018-09-15T16:00:11.2577124Z ##[debug]Exporting variable 'Quiet'.
2018-09-15T16:00:11.2592531Z ##[debug]Exporting variable 'TagFilter'.
2018-09-15T16:00:11.2608633Z ##[debug]Exporting variable 'ExcludeTagFilter'.
2018-09-15T16:00:11.2624389Z ##[debug]Exporting variable 'TestNameFilter'.
2018-09-15T16:00:11.2640772Z ##[debug]Exporting variable 'SessionState'.
2018-09-15T16:00:11.2658562Z ##[debug]Exporting variable 'CurrentContext'.
2018-09-15T16:00:11.2675191Z ##[debug]Exporting variable 'CurrentDescribe'.
2018-09-15T16:00:11.2693747Z ##[debug]Exporting variable 'CurrentTest'.
2018-09-15T16:00:11.2709461Z ##[debug]Exporting variable 'CommandCoverage'.
2018-09-15T16:00:11.2727368Z ##[debug]Exporting variable 'BeforeEach'.
2018-09-15T16:00:11.2743309Z ##[debug]Exporting variable 'AfterEach'.
2018-09-15T16:00:11.2760161Z ##[debug]Exporting variable 'BeforeAll'.
2018-09-15T16:00:11.2775841Z ##[debug]Exporting variable 'AfterAll'.
2018-09-15T16:00:11.2791636Z ##[debug]Exporting variable 'TestResult'.
2018-09-15T16:00:11.2806482Z ##[debug]Exporting variable 'TotalCount'.
2018-09-15T16:00:11.2822221Z ##[debug]Exporting variable 'Time'.
2018-09-15T16:00:11.2838158Z ##[debug]Exporting variable 'PassedCount'.
2018-09-15T16:00:11.2853967Z ##[debug]Exporting variable 'FailedCount'.
2018-09-15T16:00:11.2870920Z ##[debug]Exporting variable 'SkippedCount'.
2018-09-15T16:00:11.2886799Z ##[debug]Exporting variable 'PendingCount'.
2018-09-15T16:00:11.2902436Z ##[debug]Exporting variable 'InconclusiveCount'.
2018-09-15T16:00:11.2918610Z ##[debug]Exporting variable 'IncludeVSCodeMarker'.
2018-09-15T16:00:11.3495786Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : Number of commands found in the function : 6
2018-09-15T16:00:11.3519229Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : Number of commands exercized in the tests : 0
2018-09-15T16:00:11.4783042Z ##[debug]2018-09-15T16:00:11 [Get-FunctionLinesOfCode] : Function name : CreateTestRunnerScript
2018-09-15T16:00:11.4813469Z ##[debug]2018-09-15T16:00:11 [Get-FunctionLinesOfCode] : Number of lines to substract : 0.
2018-09-15T16:00:11.4916102Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to For loops : 0
2018-09-15T16:00:11.4955328Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to If and ElseIf statements : 0
2018-09-15T16:00:11.5009703Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to logical operators : 0
2018-09-15T16:00:11.5049533Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to Switch statements : 0
2018-09-15T16:00:11.5119973Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to Trap statements and Catch clauses : 0
2018-09-15T16:00:11.5157534Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to While loops : 0
2018-09-15T16:00:11.5234059Z ##[debug]2018-09-15T16:00:11 [Invoke-PSCodeHealth] : Gathering metrics for function : GetTestPath
2018-09-15T16:00:11.5260453Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : The function [GetTestPath] comes from the file :  D:\a\1\s\build.ps1
2018-09-15T16:00:11.5509734Z ##[debug]Exporting function 'EnterDescribe'.
2018-09-15T16:00:11.5528071Z ##[debug]Exporting function 'LeaveDescribe'.
2018-09-15T16:00:11.5545143Z ##[debug]Exporting function 'EnterContext'.
2018-09-15T16:00:11.5562310Z ##[debug]Exporting function 'LeaveContext'.
2018-09-15T16:00:11.5579258Z ##[debug]Exporting function 'EnterTest'.
2018-09-15T16:00:11.5598616Z ##[debug]Exporting function 'LeaveTest'.
2018-09-15T16:00:11.5615718Z ##[debug]Exporting function 'AddTestResult'.
2018-09-15T16:00:11.5634167Z ##[debug]Exporting variable 'Strict'.
2018-09-15T16:00:11.5651553Z ##[debug]Exporting variable 'Quiet'.
2018-09-15T16:00:11.5668915Z ##[debug]Exporting variable 'TagFilter'.
2018-09-15T16:00:11.5687738Z ##[debug]Exporting variable 'ExcludeTagFilter'.
2018-09-15T16:00:11.5706253Z ##[debug]Exporting variable 'TestNameFilter'.
2018-09-15T16:00:11.5724062Z ##[debug]Exporting variable 'SessionState'.
2018-09-15T16:00:11.5743446Z ##[debug]Exporting variable 'CurrentContext'.
2018-09-15T16:00:11.5761341Z ##[debug]Exporting variable 'CurrentDescribe'.
2018-09-15T16:00:11.5778504Z ##[debug]Exporting variable 'CurrentTest'.
2018-09-15T16:00:11.5795752Z ##[debug]Exporting variable 'CommandCoverage'.
2018-09-15T16:00:11.5814507Z ##[debug]Exporting variable 'BeforeEach'.
2018-09-15T16:00:11.5831592Z ##[debug]Exporting variable 'AfterEach'.
2018-09-15T16:00:11.5849485Z ##[debug]Exporting variable 'BeforeAll'.
2018-09-15T16:00:11.5867011Z ##[debug]Exporting variable 'AfterAll'.
2018-09-15T16:00:11.5883924Z ##[debug]Exporting variable 'TestResult'.
2018-09-15T16:00:11.5901177Z ##[debug]Exporting variable 'TotalCount'.
2018-09-15T16:00:11.5918424Z ##[debug]Exporting variable 'Time'.
2018-09-15T16:00:11.5936266Z ##[debug]Exporting variable 'PassedCount'.
2018-09-15T16:00:11.5953723Z ##[debug]Exporting variable 'FailedCount'.
2018-09-15T16:00:11.5971081Z ##[debug]Exporting variable 'SkippedCount'.
2018-09-15T16:00:11.5988665Z ##[debug]Exporting variable 'PendingCount'.
2018-09-15T16:00:11.6005282Z ##[debug]Exporting variable 'InconclusiveCount'.
2018-09-15T16:00:11.6022746Z ##[debug]Exporting variable 'IncludeVSCodeMarker'.
2018-09-15T16:00:11.6788636Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : Number of commands found in the function : 4
2018-09-15T16:00:11.6843711Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : Number of commands exercized in the tests : 0
2018-09-15T16:00:11.8134289Z ##[debug]2018-09-15T16:00:11 [Get-FunctionLinesOfCode] : Function name : GetTestPath
2018-09-15T16:00:11.8157135Z ##[debug]2018-09-15T16:00:11 [Get-FunctionLinesOfCode] : Number of lines to substract : 0.
2018-09-15T16:00:11.8242556Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to For loops : 0
2018-09-15T16:00:11.8305005Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to If and ElseIf statements : 1
2018-09-15T16:00:11.8350584Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to logical operators : 0
2018-09-15T16:00:11.8379918Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to Switch statements : 0
2018-09-15T16:00:11.8446123Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to Trap statements and Catch clauses : 0
2018-09-15T16:00:11.8479577Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionComplexity] : Number of code paths due to While loops : 0
2018-09-15T16:00:11.8527381Z ##[debug]2018-09-15T16:00:11 [Measure-FunctionMaxNestingDepth] : Number of nesting depth values : 4
2018-09-15T16:00:11.8571019Z ##[debug]2018-09-15T16:00:11 [Invoke-PSCodeHealth] : Gathering metrics for function : RunTest
2018-09-15T16:00:11.8594522Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : The function [RunTest] comes from the file :  D:\a\1\s\build.ps1
2018-09-15T16:00:11.8830865Z ##[debug]Exporting function 'EnterDescribe'.
2018-09-15T16:00:11.8847461Z ##[debug]Exporting function 'LeaveDescribe'.
2018-09-15T16:00:11.8863340Z ##[debug]Exporting function 'EnterContext'.
2018-09-15T16:00:11.8879440Z ##[debug]Exporting function 'LeaveContext'.
2018-09-15T16:00:11.8895546Z ##[debug]Exporting function 'EnterTest'.
2018-09-15T16:00:11.8911417Z ##[debug]Exporting function 'LeaveTest'.
2018-09-15T16:00:11.8926801Z ##[debug]Exporting function 'AddTestResult'.
2018-09-15T16:00:11.8942678Z ##[debug]Exporting variable 'Strict'.
2018-09-15T16:00:11.8962055Z ##[debug]Exporting variable 'Quiet'.
2018-09-15T16:00:11.8979316Z ##[debug]Exporting variable 'TagFilter'.
2018-09-15T16:00:11.8994995Z ##[debug]Exporting variable 'ExcludeTagFilter'.
2018-09-15T16:00:11.9011967Z ##[debug]Exporting variable 'TestNameFilter'.
2018-09-15T16:00:11.9027888Z ##[debug]Exporting variable 'SessionState'.
2018-09-15T16:00:11.9043049Z ##[debug]Exporting variable 'CurrentContext'.
2018-09-15T16:00:11.9058389Z ##[debug]Exporting variable 'CurrentDescribe'.
2018-09-15T16:00:11.9073289Z ##[debug]Exporting variable 'CurrentTest'.
2018-09-15T16:00:11.9089865Z ##[debug]Exporting variable 'CommandCoverage'.
2018-09-15T16:00:11.9105149Z ##[debug]Exporting variable 'BeforeEach'.
2018-09-15T16:00:11.9122412Z ##[debug]Exporting variable 'AfterEach'.
2018-09-15T16:00:11.9138544Z ##[debug]Exporting variable 'BeforeAll'.
2018-09-15T16:00:11.9153688Z ##[debug]Exporting variable 'AfterAll'.
2018-09-15T16:00:11.9169332Z ##[debug]Exporting variable 'TestResult'.
2018-09-15T16:00:11.9185123Z ##[debug]Exporting variable 'TotalCount'.
2018-09-15T16:00:11.9201780Z ##[debug]Exporting variable 'Time'.
2018-09-15T16:00:11.9217785Z ##[debug]Exporting variable 'PassedCount'.
2018-09-15T16:00:11.9232487Z ##[debug]Exporting variable 'FailedCount'.
2018-09-15T16:00:11.9248938Z ##[debug]Exporting variable 'SkippedCount'.
2018-09-15T16:00:11.9264848Z ##[debug]Exporting variable 'PendingCount'.
2018-09-15T16:00:11.9281819Z ##[debug]Exporting variable 'InconclusiveCount'.
2018-09-15T16:00:11.9297731Z ##[debug]Exporting variable 'IncludeVSCodeMarker'.
2018-09-15T16:00:11.9906774Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : Number of commands found in the function : 10
2018-09-15T16:00:11.9926175Z ##[debug]2018-09-15T16:00:11 [Get-FunctionTestCoverage] : Number of commands exercized in the tests : 0
2018-09-15T16:00:12.3270113Z ##[debug]2018-09-15T16:00:12 [Get-FunctionLinesOfCode] : Function name : RunTest
2018-09-15T16:00:12.3300645Z ##[debug]2018-09-15T16:00:12 [Get-FunctionLinesOfCode] : Number of lines to substract : 0.
2018-09-15T16:00:12.3403351Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to For loops : 0
2018-09-15T16:00:12.3457155Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to If and ElseIf statements : 1
2018-09-15T16:00:12.3503676Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to logical operators : 0
2018-09-15T16:00:12.3537108Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to Switch statements : 0
2018-09-15T16:00:12.3604408Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to Trap statements and Catch clauses : 0
2018-09-15T16:00:12.3640944Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to While loops : 0
2018-09-15T16:00:12.3731272Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionMaxNestingDepth] : Number of nesting depth values : 8
2018-09-15T16:00:12.3805431Z ##[debug]2018-09-15T16:00:12 [Invoke-PSCodeHealth] : Gathering metrics for function : CopyToDestinationDir
2018-09-15T16:00:12.3806935Z ##[debug]2018-09-15T16:00:12 [Get-FunctionTestCoverage] : The function [CopyToDestinationDir] comes from the file :  D:\a\1\s\buildCoreClr.ps1
2018-09-15T16:00:12.4199199Z ##[debug]Exporting function 'EnterDescribe'.
2018-09-15T16:00:12.4214433Z ##[debug]Exporting function 'LeaveDescribe'.
2018-09-15T16:00:12.4231994Z ##[debug]Exporting function 'EnterContext'.
2018-09-15T16:00:12.4247953Z ##[debug]Exporting function 'LeaveContext'.
2018-09-15T16:00:12.4263463Z ##[debug]Exporting function 'EnterTest'.
2018-09-15T16:00:12.4279461Z ##[debug]Exporting function 'LeaveTest'.
2018-09-15T16:00:12.4295032Z ##[debug]Exporting function 'AddTestResult'.
2018-09-15T16:00:12.4311876Z ##[debug]Exporting variable 'Strict'.
2018-09-15T16:00:12.4327988Z ##[debug]Exporting variable 'Quiet'.
2018-09-15T16:00:12.4343509Z ##[debug]Exporting variable 'TagFilter'.
2018-09-15T16:00:12.4358584Z ##[debug]Exporting variable 'ExcludeTagFilter'.
2018-09-15T16:00:12.4374642Z ##[debug]Exporting variable 'TestNameFilter'.
2018-09-15T16:00:12.4391622Z ##[debug]Exporting variable 'SessionState'.
2018-09-15T16:00:12.4408171Z ##[debug]Exporting variable 'CurrentContext'.
2018-09-15T16:00:12.4424344Z ##[debug]Exporting variable 'CurrentDescribe'.
2018-09-15T16:00:12.4440030Z ##[debug]Exporting variable 'CurrentTest'.
2018-09-15T16:00:12.4455020Z ##[debug]Exporting variable 'CommandCoverage'.
2018-09-15T16:00:12.4470847Z ##[debug]Exporting variable 'BeforeEach'.
2018-09-15T16:00:12.4485165Z ##[debug]Exporting variable 'AfterEach'.
2018-09-15T16:00:12.4500517Z ##[debug]Exporting variable 'BeforeAll'.
2018-09-15T16:00:12.4515342Z ##[debug]Exporting variable 'AfterAll'.
2018-09-15T16:00:12.4531439Z ##[debug]Exporting variable 'TestResult'.
2018-09-15T16:00:12.4546168Z ##[debug]Exporting variable 'TotalCount'.
2018-09-15T16:00:12.4561857Z ##[debug]Exporting variable 'Time'.
2018-09-15T16:00:12.4576956Z ##[debug]Exporting variable 'PassedCount'.
2018-09-15T16:00:12.4592222Z ##[debug]Exporting variable 'FailedCount'.
2018-09-15T16:00:12.4608028Z ##[debug]Exporting variable 'SkippedCount'.
2018-09-15T16:00:12.4622950Z ##[debug]Exporting variable 'PendingCount'.
2018-09-15T16:00:12.4638557Z ##[debug]Exporting variable 'InconclusiveCount'.
2018-09-15T16:00:12.4655320Z ##[debug]Exporting variable 'IncludeVSCodeMarker'.
2018-09-15T16:00:12.5182174Z ##[debug]2018-09-15T16:00:12 [Get-FunctionTestCoverage] : Number of commands found in the function : 7
2018-09-15T16:00:12.5201310Z ##[debug]2018-09-15T16:00:12 [Get-FunctionTestCoverage] : Number of commands exercized in the tests : 0
2018-09-15T16:00:12.5962267Z ##[debug]2018-09-15T16:00:12 [Get-FunctionLinesOfCode] : Function name : CopyToDestinationDir
2018-09-15T16:00:12.5987718Z ##[debug]2018-09-15T16:00:12 [Get-FunctionLinesOfCode] : Number of lines to substract : 0.
2018-09-15T16:00:12.6070272Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to For loops : 0
2018-09-15T16:00:12.6121802Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to If and ElseIf statements : 1
2018-09-15T16:00:12.6165923Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to logical operators : 0
2018-09-15T16:00:12.6203662Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to Switch statements : 0
2018-09-15T16:00:12.6264155Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to Trap statements and Catch clauses : 0
2018-09-15T16:00:12.6295711Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionComplexity] : Number of code paths due to While loops : 0
2018-09-15T16:00:12.6339732Z ##[debug]2018-09-15T16:00:12 [Measure-FunctionMaxNestingDepth] : Number of nesting depth values : 4
2018-09-15T16:00:12.6380690Z ##[debug]2018-09-15T16:00:12 [Invoke-PSCodeHealth] : Gathering metrics for function : Get-StronglyTypeCsFileForResx
2018-09-15T16:00:12.6403119Z ##[debug]2018-09-15T16:00:12 [Get-FunctionTestCoverage] : The function [Get-StronglyTypeCsFileForResx] comes from the file :  D:\a\1\s\New-StronglyTypedCsFileForResx.ps1
2018-09-15T16:00:12.6617351Z ##[debug]Exporting function 'EnterDescribe'.
2018-09-15T16:00:12.6632795Z ##[debug]Exporting function 'LeaveDescribe'.
2018-09-15T16:00:12.6648275Z ##[debug]Exporting function 'EnterContext'.
2018-09-15T16:00:12.6663349Z ##[debug]Exporting function 'LeaveContext'.
2018-09-15T16:00:12.6678054Z ##[debug]Exporting function 'EnterTest'.
2018-09-15T16:00:12.6693302Z ##[debug]Exporting function 'LeaveTest'.
2018-09-15T16:00:12.6708557Z ##[debug]Exporting function 'AddTestResult'.
2018-09-15T16:00:12.6725027Z ##[debug]Exporting variable 'Strict'.
2018-09-15T16:00:12.6741830Z ##[debug]Exporting variable 'Quiet'.
2018-09-15T16:00:12.6758160Z ##[debug]Exporting variable 'TagFilter'.
2018-09-15T16:00:12.6773098Z ##[debug]Exporting variable 'ExcludeTagFilter'.
2018-09-15T16:00:12.6788613Z ##[debug]Exporting variable 'TestNameFilter'.
2018-09-15T16:00:12.6805392Z ##[debug]Exporting variable 'SessionState'.
2018-09-15T16:00:12.6821358Z ##[debug]Exporting variable 'CurrentContext'.
2018-09-15T16:00:12.6837262Z ##[debug]Exporting variable 'CurrentDescribe'.
2018-09-15T16:00:12.6852814Z ##[debug]Exporting variable 'CurrentTest'.
2018-09-15T16:00:12.6869132Z ##[debug]Exporting variable 'CommandCoverage'.
2018-09-15T16:00:12.6885859Z ##[debug]Exporting variable 'BeforeEach'.
2018-09-15T16:00:12.6901441Z ##[debug]Exporting variable 'AfterEach'.
2018-09-15T16:00:12.6917265Z ##[debug]Exporting variable 'BeforeAll'.
2018-09-15T16:00:12.6933491Z ##[debug]Exporting variable 'AfterAll'.
2018-09-15T16:00:12.6948574Z ##[debug]Exporting variable 'TestResult'.
2018-09-15T16:00:12.6965539Z ##[debug]Exporting variable 'TotalCount'.
2018-09-15T16:00:12.6983134Z ##[debug]Exporting variable 'Time'.
2018-09-15T16:00:12.6998951Z ##[debug]Exporting variable 'PassedCount'.
2018-09-15T16:00:12.7015033Z ##[debug]Exporting variable 'FailedCount'.
2018-09-15T16:00:12.7030326Z ##[debug]Exporting variable 'SkippedCount'.
2018-09-15T16:00:12.7046209Z ##[debug]Exporting variable 'PendingCount'.
2018-09-15T16:00:12.7061599Z ##[debug]Exporting variable 'InconclusiveCount'.
2018-09-15T16:00:12.7076941Z ##[debug]Exporting variable 'IncludeVSCodeMarker'.
2018-09-15T16:00:12.8444262Z ##[debug]2018-09-15T16:00:12 [Get-FunctionTestCoverage] : Number of commands found in the function : 22
2018-09-15T16:00:12.8471576Z ##[debug]2018-09-15T16:00:12 [Get-FunctionTestCoverage] : Number of commands exercized in the tests : 0
2018-09-15T16:00:13.0800968Z ##[debug]2018-09-15T16:00:13 [Get-FunctionLinesOfCode] : Function name : Get-StronglyTypeCsFileForResx
2018-09-15T16:00:13.0849986Z ##[debug]2018-09-15T16:00:13 [Get-FunctionLinesOfCode] : Number of lines to substract : 0.
2018-09-15T16:00:13.0980269Z ##[debug]2018-09-15T16:00:13 [Measure-FunctionComplexity] : Number of code paths due to For loops : 0
2018-09-15T16:00:13.1053063Z ##[debug]2018-09-15T16:00:13 [Measure-FunctionComplexity] : Number of code paths due to If and ElseIf statements : 3
2018-09-15T16:00:13.1138164Z ##[debug]2018-09-15T16:00:13 [Measure-FunctionComplexity] : Number of code paths due to logical operators : 0
2018-09-15T16:00:13.1188057Z ##[debug]2018-09-15T16:00:13 [Measure-FunctionComplexity] : Number of code paths due to Switch statements : 0
2018-09-15T16:00:13.1304530Z ##[debug]2018-09-15T16:00:13 [Measure-FunctionComplexity] : Number of code paths due to Trap statements and Catch clauses : 0
2018-09-15T16:00:13.1370754Z ##[debug]2018-09-15T16:00:13 [Measure-FunctionComplexity] : Number of code paths due to While loops : 0
2018-09-15T16:00:13.1438913Z ##[debug]2018-09-15T16:00:13 [Measure-FunctionMaxNestingDepth] : Number of nesting depth values : 8
2018-09-15T16:00:13.2517566Z ##[debug]Exporting function 'EnterDescribe'.
2018-09-15T16:00:13.2544216Z ##[debug]Exporting function 'LeaveDescribe'.
2018-09-15T16:00:13.2561972Z ##[debug]Exporting function 'EnterContext'.
2018-09-15T16:00:13.2579991Z ##[debug]Exporting function 'LeaveContext'.
2018-09-15T16:00:13.2596614Z ##[debug]Exporting function 'EnterTest'.
2018-09-15T16:00:13.2614813Z ##[debug]Exporting function 'LeaveTest'.
2018-09-15T16:00:13.2632615Z ##[debug]Exporting function 'AddTestResult'.
2018-09-15T16:00:13.2651506Z ##[debug]Exporting variable 'Strict'.
2018-09-15T16:00:13.2669677Z ##[debug]Exporting variable 'Quiet'.
2018-09-15T16:00:13.2687155Z ##[debug]Exporting variable 'TagFilter'.
2018-09-15T16:00:13.2704524Z ##[debug]Exporting variable 'ExcludeTagFilter'.
2018-09-15T16:00:13.2722224Z ##[debug]Exporting variable 'TestNameFilter'.
2018-09-15T16:00:13.2741321Z ##[debug]Exporting variable 'SessionState'.
2018-09-15T16:00:13.2758189Z ##[debug]Exporting variable 'CurrentContext'.
2018-09-15T16:00:13.2775542Z ##[debug]Exporting variable 'CurrentDescribe'.
2018-09-15T16:00:13.2793044Z ##[debug]Exporting variable 'CurrentTest'.
2018-09-15T16:00:13.2811323Z ##[debug]Exporting variable 'CommandCoverage'.
2018-09-15T16:00:13.2829361Z ##[debug]Exporting variable 'BeforeEach'.
2018-09-15T16:00:13.2845790Z ##[debug]Exporting variable 'AfterEach'.
2018-09-15T16:00:13.2870149Z ##[debug]Exporting variable 'BeforeAll'.
2018-09-15T16:00:13.2940153Z ##[debug]Exporting variable 'AfterAll'.
2018-09-15T16:00:13.2956487Z ##[debug]Exporting variable 'TestResult'.
2018-09-15T16:00:13.2974570Z ##[debug]Exporting variable 'TotalCount'.
2018-09-15T16:00:13.2991971Z ##[debug]Exporting variable 'Time'.
2018-09-15T16:00:13.3009653Z ##[debug]Exporting variable 'PassedCount'.
2018-09-15T16:00:13.3027407Z ##[debug]Exporting variable 'FailedCount'.
2018-09-15T16:00:13.3045790Z ##[debug]Exporting variable 'SkippedCount'.
2018-09-15T16:00:13.3064494Z ##[debug]Exporting variable 'PendingCount'.
2018-09-15T16:00:13.3082679Z ##[debug]Exporting variable 'InconclusiveCount'.
2018-09-15T16:00:13.3100371Z ##[debug]Exporting variable 'IncludeVSCodeMarker'.
2018-09-15T16:00:14.0608983Z ##[debug]Error record:
2018-09-15T16:00:14.1205408Z ##[debug]Import-Module : The specified module 'ScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.1220250Z ##[debug]At D:\a\1\s\Tests\DisabledRules\CommandNotFound.tests.ps1:1 char:1
2018-09-15T16:00:14.1235229Z ##[debug]+ Import-Module -Verbose ScriptAnalyzer
2018-09-15T16:00:14.1294726Z ##[debug]+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2018-09-15T16:00:14.1296543Z ##[debug]    + CategoryInfo          : ResourceUnavailable: (ScriptAnalyzer:String) [Import-Module], FileNotFoundException
2018-09-15T16:00:14.1298200Z ##[debug]    + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
2018-09-15T16:00:14.1298632Z ##[debug] 
2018-09-15T16:00:14.1310455Z ##[debug]Script stack trace:
2018-09-15T16:00:14.1444835Z ##[debug]at <ScriptBlock>, D:\a\1\s\Tests\DisabledRules\CommandNotFound.tests.ps1: line 1
2018-09-15T16:00:14.1448318Z ##[debug]at <ScriptBlock>, C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1: line 297
2018-09-15T16:00:14.1449443Z ##[debug]at Invoke-Pester, C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1: line 310
2018-09-15T16:00:14.1449995Z ##[debug]at New-PSCodeHealthReport, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\Private\New-PSCodeHealthReport.ps1: line 112
2018-09-15T16:00:14.1450651Z ##[debug]at Invoke-PSCodeHealth, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\Public\Invoke-PSCodeHealth.ps1: line 192
2018-09-15T16:00:14.1451127Z ##[debug]at <ScriptBlock>, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\EntryPoint.ps1: line 18
2018-09-15T16:00:14.1451769Z ##[debug]at <ScriptBlock>, <No file>: line 1
2018-09-15T16:00:14.1452107Z ##[debug]at <ScriptBlock>, <No file>: line 22
2018-09-15T16:00:14.1452675Z ##[debug]at <ScriptBlock>, <No file>: line 18
2018-09-15T16:00:14.1453174Z ##[debug]at <ScriptBlock>, <No file>: line 1
2018-09-15T16:00:14.1476411Z ##[debug]Exception:
2018-09-15T16:00:14.1519463Z ##[debug]System.IO.FileNotFoundException: The specified module 'ScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.1654603Z ##[error]The specified module 'ScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.1663946Z ##[debug]Processed: ##vso[task.logissue type=error]The specified module 'ScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.1667374Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:14.2064064Z ##[debug]Analyzing file: D:\a\1\s\Tests\DisabledRules\CommandNotFound.ps1
2018-09-15T16:00:14.2547339Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:14.2553800Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:14.2824498Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:14.2835208Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:14.2845206Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:14.2848103Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:14.2858589Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:14.3501253Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:14.3502154Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:14.3502763Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:14.3503354Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:14.3503972Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:14.3504577Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:14.3505160Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:14.3505748Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:14.3506323Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:14.3507354Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:14.3507947Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:14.3508633Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:14.3509204Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:14.3510182Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:14.3510721Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:14.3511367Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:14.3511981Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:14.3512553Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:14.3513393Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:14.3536577Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:14.3596530Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:14.3600641Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:14.3602066Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:14.3602489Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:14.3602854Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:14.3603240Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:14.3603664Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:14.3604309Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:14.3604674Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:14.3605432Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:14.3605826Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:14.3606171Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:14.4918379Z ##[debug]Error record:
2018-09-15T16:00:14.5030729Z ##[debug]Import-Module : The specified module 'PSScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.5042800Z ##[debug]At D:\a\1\s\Tests\DisabledRules\TypeNotFound.tests.ps1:1 char:1
2018-09-15T16:00:14.5058082Z ##[debug]+ Import-Module -Verbose PSScriptAnalyzer
2018-09-15T16:00:14.5072119Z ##[debug]+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2018-09-15T16:00:14.5086347Z ##[debug]    + CategoryInfo          : ResourceUnavailable: (PSScriptAnalyzer:String) [Import-Module], FileNotFoundException
2018-09-15T16:00:14.5100654Z ##[debug]    + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
2018-09-15T16:00:14.5113766Z ##[debug] 
2018-09-15T16:00:14.5135610Z ##[debug]Script stack trace:
2018-09-15T16:00:14.5156739Z ##[debug]at <ScriptBlock>, D:\a\1\s\Tests\DisabledRules\TypeNotFound.tests.ps1: line 1
2018-09-15T16:00:14.5169971Z ##[debug]at <ScriptBlock>, C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1: line 297
2018-09-15T16:00:14.5183247Z ##[debug]at Invoke-Pester, C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1: line 310
2018-09-15T16:00:14.5197576Z ##[debug]at New-PSCodeHealthReport, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\Private\New-PSCodeHealthReport.ps1: line 112
2018-09-15T16:00:14.5212290Z ##[debug]at Invoke-PSCodeHealth, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\Public\Invoke-PSCodeHealth.ps1: line 192
2018-09-15T16:00:14.5226458Z ##[debug]at <ScriptBlock>, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\EntryPoint.ps1: line 18
2018-09-15T16:00:14.5240998Z ##[debug]at <ScriptBlock>, <No file>: line 1
2018-09-15T16:00:14.5255029Z ##[debug]at <ScriptBlock>, <No file>: line 22
2018-09-15T16:00:14.5269078Z ##[debug]at <ScriptBlock>, <No file>: line 18
2018-09-15T16:00:14.5283223Z ##[debug]at <ScriptBlock>, <No file>: line 1
2018-09-15T16:00:14.5305512Z ##[debug]Exception:
2018-09-15T16:00:14.5346229Z ##[debug]System.IO.FileNotFoundException: The specified module 'PSScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.5370597Z ##[error]The specified module 'PSScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.5371311Z ##[debug]Processed: ##vso[task.logissue type=error]The specified module 'PSScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.5416430Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:14.5761375Z ##[debug]Analyzing file: D:\a\1\s\Tests\DisabledRules\TypeNotFound.ps1
2018-09-15T16:00:14.5828898Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:14.7188428Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:14.7250107Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:14.7250484Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:14.7250794Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:14.7542091Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:14.7544428Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:14.7545077Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:14.7546233Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:14.7547478Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:14.7547781Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:14.7548058Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:14.7548559Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:14.7548856Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:14.7549152Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:14.7549454Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:14.7549744Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:14.7550036Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:14.7550573Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:14.7550922Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:14.7551205Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:14.7551455Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:14.7551704Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:14.7552117Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:14.7567582Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:14.7604455Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:14.7610854Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:14.7635872Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:14.7656420Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:14.7675276Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:14.7694050Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:14.7712328Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:14.7732634Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:14.7751381Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:14.7770381Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:14.7788696Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:14.7806533Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:14.7825955Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:14.7844534Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:14.8212200Z ##[debug]Error record:
2018-09-15T16:00:14.8306453Z ##[debug]Import-Module : The specified module 'PSScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.8320575Z ##[debug]At D:\a\1\s\Tests\DisabledRules\UseTypeAtVariableAssignment.tests.ps1:1 char:1
2018-09-15T16:00:14.8338213Z ##[debug]+ Import-Module -Verbose PSScriptAnalyzer
2018-09-15T16:00:14.8352277Z ##[debug]+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2018-09-15T16:00:14.8366323Z ##[debug]    + CategoryInfo          : ResourceUnavailable: (PSScriptAnalyzer:String) [Import-Module], FileNotFoundException
2018-09-15T16:00:14.8388072Z ##[debug]    + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
2018-09-15T16:00:14.8402220Z ##[debug] 
2018-09-15T16:00:14.8423794Z ##[debug]Script stack trace:
2018-09-15T16:00:14.8446163Z ##[debug]at <ScriptBlock>, D:\a\1\s\Tests\DisabledRules\UseTypeAtVariableAssignment.tests.ps1: line 1
2018-09-15T16:00:14.8459858Z ##[debug]at <ScriptBlock>, C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1: line 297
2018-09-15T16:00:14.8476559Z ##[debug]at Invoke-Pester, C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1: line 310
2018-09-15T16:00:14.8492102Z ##[debug]at New-PSCodeHealthReport, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\Private\New-PSCodeHealthReport.ps1: line 112
2018-09-15T16:00:14.8505373Z ##[debug]at Invoke-PSCodeHealth, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\Public\Invoke-PSCodeHealth.ps1: line 192
2018-09-15T16:00:14.8519973Z ##[debug]at <ScriptBlock>, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\EntryPoint.ps1: line 18
2018-09-15T16:00:14.8533233Z ##[debug]at <ScriptBlock>, <No file>: line 1
2018-09-15T16:00:14.8548210Z ##[debug]at <ScriptBlock>, <No file>: line 22
2018-09-15T16:00:14.8561825Z ##[debug]at <ScriptBlock>, <No file>: line 18
2018-09-15T16:00:14.8575197Z ##[debug]at <ScriptBlock>, <No file>: line 1
2018-09-15T16:00:14.8596557Z ##[debug]Exception:
2018-09-15T16:00:14.8636460Z ##[debug]System.IO.FileNotFoundException: The specified module 'PSScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.8660203Z ##[error]The specified module 'PSScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.8661255Z ##[debug]Processed: ##vso[task.logissue type=error]The specified module 'PSScriptAnalyzer' was not loaded because no valid module file was found in any module directory.
2018-09-15T16:00:14.8718130Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:14.9049663Z ##[debug]Analyzing file: D:\a\1\s\Tests\DisabledRules\UseTypeAtVariableAssignment.ps1
2018-09-15T16:00:14.9077710Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:14.9098015Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:14.9115457Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:14.9133603Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:14.9152071Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:14.9174267Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:14.9192672Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:14.9210966Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:14.9229812Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:14.9248555Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:14.9268203Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:14.9288173Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:14.9308717Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:14.9329441Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:14.9349997Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:14.9370201Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:14.9390670Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:14.9411463Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:14.9431882Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:14.9453837Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:14.9473232Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:14.9493592Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:14.9514451Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:14.9534740Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:14.9556414Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:14.9577282Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:14.9597929Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:14.9619074Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:14.9640309Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:14.9661184Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:14.9682100Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:14.9703085Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:14.9723604Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:14.9750267Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:14.9770720Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:14.9791371Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:14.9811459Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:14.9862352Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:14.9881192Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:16.0280966Z ##[debug]Settings not provided. Will look for settings file in the given path .
2018-09-15T16:00:16.0303927Z ##[debug]Found D:\a\1\s\Tests\Engine\SettingsTest\Issue828\PSScriptAnalyzerSettings.psd1. Will use it to provide settings for this invocation.
2018-09-15T16:00:16.0821493Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\SettingsTest\Issue828\Issue828.tests.ps1
2018-09-15T16:00:16.1424796Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:16.1451278Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:16.1476635Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:16.1478853Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:16.1487474Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:16.1565208Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:16.1566438Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:16.1567891Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:16.1568800Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:16.1716428Z ##[debug]Running PSAlignAssignmentStatement rule.
2018-09-15T16:00:16.2178426Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:16.2178799Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:16.2179112Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:16.2179432Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:16.2179752Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:16.2180061Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:16.2180698Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:16.2180992Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:16.2181292Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:16.2181584Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:16.2181959Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:16.2182191Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:16.2182450Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:16.2182702Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:16.2182940Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:16.2183193Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:16.2183440Z ##[debug]Running PSUseConsistentIndentation rule.
2018-09-15T16:00:16.2183673Z ##[debug]Running PSPlaceCloseBrace rule.
2018-09-15T16:00:16.2183927Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:16.2184189Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:16.2184431Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:16.2184686Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:16.2185259Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:16.2185536Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:16.2185821Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:16.2186096Z ##[debug]Running PSUseConsistentWhitespace rule.
2018-09-15T16:00:16.2186361Z ##[debug]Running PSPlaceOpenBrace rule.
2018-09-15T16:00:16.3948024Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:16.3952172Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:16.9670569Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:16.9673727Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:16.9692527Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:16.9712707Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\SettingsTest\Issue828\PSScriptAnalyzerSettings.psd1
2018-09-15T16:00:16.9792258Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:16.9812182Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:16.9830913Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:16.9849346Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:16.9868005Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:16.9886213Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:16.9904570Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:16.9923171Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:16.9941809Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:16.9961327Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:16.9982189Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:17.0001048Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:17.0019524Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:17.0038516Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:17.0057795Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:17.0075998Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:17.0094435Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:17.0113580Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:17.0132105Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:17.0150768Z ##[debug]Running PSAlignAssignmentStatement rule.
2018-09-15T16:00:17.0168415Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:17.0188264Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:17.0206607Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:17.0224779Z ##[debug]Running PSPlaceCloseBrace rule.
2018-09-15T16:00:17.0242922Z ##[debug]Running PSPlaceOpenBrace rule.
2018-09-15T16:00:17.0263194Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:17.0283191Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:17.0303050Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:17.0321846Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:17.0341250Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:17.0361336Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:17.0381400Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:17.0400034Z ##[debug]Running PSUseConsistentIndentation rule.
2018-09-15T16:00:17.0419120Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:17.0438275Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:17.0457831Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:17.0476739Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:17.0495295Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:17.0514370Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:17.0533463Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:17.0552452Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:17.0571546Z ##[debug]Running PSUseConsistentWhitespace rule.
2018-09-15T16:00:17.0590668Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\SettingsTest\Issue828\script.ps1
2018-09-15T16:00:17.0617748Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:17.0636349Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:17.0655116Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:17.0673448Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:17.0692038Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:17.0710108Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:17.0728209Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:17.0748119Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:17.0766117Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:17.0785661Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:17.0804889Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:17.0824085Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:17.0842934Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:17.0861435Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:17.0881055Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:17.0901602Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:17.0920791Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:17.0940855Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:17.0961179Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:17.0979910Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:17.1000340Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:17.1019523Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:17.1039523Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:17.1059896Z ##[debug]Running PSPlaceCloseBrace rule.
2018-09-15T16:00:17.1080752Z ##[debug]Running PSPlaceOpenBrace rule.
2018-09-15T16:00:17.1102457Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:17.1123479Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:17.1146199Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:17.1169306Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:17.1190914Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:17.1212927Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:17.1246840Z ##[debug]Running PSUseConsistentIndentation rule.
2018-09-15T16:00:17.1270017Z ##[debug]Running PSUseConsistentWhitespace rule.
2018-09-15T16:00:17.1293121Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:17.1314389Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:17.1336362Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:17.1355280Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:17.1378034Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:17.1399626Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:17.1420194Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:17.1440210Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:17.1461143Z ##[debug]Running PSAlignAssignmentStatement rule.
2018-09-15T16:00:17.4043367Z ##[debug]Loading module from path 'D:\a\1\s\Tests\PSScriptAnalyzerTestHelper.psm1'.
2018-09-15T16:00:17.4074590Z ##[debug]Exporting function 'Test-CorrectionExtent'.
2018-09-15T16:00:17.4093306Z ##[debug]Exporting function 'Test-CorrectionExtentFromContent'.
2018-09-15T16:00:17.4112762Z ##[debug]Exporting function 'Test-PSEditionCoreCLR'.
2018-09-15T16:00:17.4133025Z ##[debug]Exporting function 'Test-PSVersionV3'.
2018-09-15T16:00:17.4151753Z ##[debug]Exporting function 'Test-PSVersionV4'.
2018-09-15T16:00:17.4171264Z ##[debug]Exporting function 'Get-Count'.
2018-09-15T16:00:17.4190816Z ##[debug]Importing function 'Get-Count'.
2018-09-15T16:00:17.4209485Z ##[debug]Importing function 'Test-CorrectionExtent'.
2018-09-15T16:00:17.4228970Z ##[debug]Importing function 'Test-CorrectionExtentFromContent'.
2018-09-15T16:00:17.4247464Z ##[debug]Importing function 'Test-PSEditionCoreCLR'.
2018-09-15T16:00:17.4265321Z ##[debug]Importing function 'Test-PSVersionV3'.
2018-09-15T16:00:17.4285411Z ##[debug]Importing function 'Test-PSVersionV4'.
2018-09-15T16:00:17.4712943Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\SampleRulesWithErrors.psm1' ...
2018-09-15T16:00:17.9212034Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:17.9231986Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\SampleRulesWithErrors.psm1' ...
2018-09-15T16:00:17.9814281Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:17.9837582Z ##[debug]Running SampleRulesWithErrors\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:18.1337646Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:18.1341678Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule.psm1' ...
2018-09-15T16:00:18.2024414Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:18.2049831Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:18.3915695Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule.psm1' ...
2018-09-15T16:00:18.5653147Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:18.7065574Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:18.8585313Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:18.8723134Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule.psm1' ...
2018-09-15T16:00:18.8854130Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule1.psm1' ...
2018-09-15T16:00:18.8986328Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\SampleRulesWithErrors.psm1' ...
2018-09-15T16:00:19.1738784Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:19.1862083Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2\samplerule3' ...
2018-09-15T16:00:19.1996105Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:19.2112716Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2\samplerule3' ...
2018-09-15T16:00:19.2673825Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:19.5663721Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2\samplerule3' ...
2018-09-15T16:00:19.5792570Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:19.5926058Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule.psm1' ...
2018-09-15T16:00:19.6062703Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule1.psm1' ...
2018-09-15T16:00:19.6187902Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\SampleRulesWithErrors.psm1' ...
2018-09-15T16:00:19.9334733Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:19.9480110Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2\samplerule3' ...
2018-09-15T16:00:19.9920514Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:20.2617766Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:20.2635352Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule.psm1' ...
2018-09-15T16:00:20.3825237Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:20.3848965Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:20.5095268Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:20.5114198Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:20.5777725Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:20.5800055Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:20.7059783Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:20.7081265Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:20.7820506Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:20.7843211Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:20.9020723Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:20.9039866Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:20.9416645Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:20.9439845Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:21.2295976Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:21.2373273Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:21.3071971Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:21.3094875Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:21.4321219Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:21.4450663Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:21.5035383Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:21.5059386Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:21.6635258Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:21.6636092Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:21.6752305Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule.psm1' ...
2018-09-15T16:00:21.6873896Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule1.psm1' ...
2018-09-15T16:00:21.7131329Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\SampleRulesWithErrors.psm1' ...
2018-09-15T16:00:21.8146039Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:21.8168813Z ##[debug]Running samplerule2\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:21.8189157Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:21.8210432Z ##[debug]Running samplerule1\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:21.8230789Z ##[debug]Running SampleRulesWithErrors\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.0293583Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:22.0314035Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:22.0433312Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2\samplerule3' ...
2018-09-15T16:00:22.0557023Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:22.1432598Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:22.1454620Z ##[debug]Running samplerule2\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.1474106Z ##[debug]Running samplerule3\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.1494363Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.3846781Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:22.3866857Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2\samplerule3' ...
2018-09-15T16:00:22.3996672Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:22.4113687Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule.psm1' ...
2018-09-15T16:00:22.4226621Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule1.psm1' ...
2018-09-15T16:00:22.4337924Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\SampleRulesWithErrors.psm1' ...
2018-09-15T16:00:22.5474244Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:22.5498153Z ##[debug]Running samplerule3\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.5517099Z ##[debug]Running samplerule2\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.5537053Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.5555740Z ##[debug]Running samplerule1\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.5575677Z ##[debug]Running SampleRulesWithErrors\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.8052625Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:22.8071469Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:22.8193939Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2\samplerule3' ...
2018-09-15T16:00:22.8313136Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:22.9437786Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:22.9461939Z ##[debug]Running samplerule2\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.9481003Z ##[debug]Running samplerule3\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:22.9500027Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:23.1139804Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:23.1158784Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule.psm1' ...
2018-09-15T16:00:23.1755447Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:23.1806258Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:23.2107071Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:23.2139949Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:23.2158617Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:23.2176982Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:23.2195800Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:23.2215137Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:23.2235644Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:23.2256788Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:23.2278524Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:23.2299015Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:23.2319206Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:23.2340799Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:23.2361461Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:23.2381594Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:23.2401877Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:23.2421200Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:23.2442580Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:23.2463649Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:23.2484188Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:23.2504545Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:23.2533787Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:23.2553004Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:23.2572366Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:23.2591577Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:23.2610572Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:23.2630236Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:23.2649732Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:23.2669960Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:23.2690928Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:23.2712754Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:23.2731736Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:23.2750477Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:23.2769843Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:23.2788674Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:23.2807980Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:23.2828437Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:23.2847038Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:23.2866671Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:23.2886429Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:23.4275181Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:23.4633892Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:23.4661232Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:23.4681933Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:23.4702665Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:23.4722907Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:23.4782069Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:23.4803752Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:23.4825117Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:23.4846641Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:23.4867971Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:23.4890291Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:23.4911641Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:23.4933092Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:23.4953693Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:23.4975949Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:23.4997666Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:23.5018843Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:23.5040154Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:23.5072603Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:23.5094364Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:23.5116848Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:23.5137826Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:23.5159005Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:23.5179616Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:23.5200798Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:23.5220604Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:23.5241103Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:23.5261715Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:23.5282519Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:23.5303191Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:23.5324641Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:23.5344303Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:23.5365199Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:23.5386390Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:23.5407018Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:23.5428046Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:23.5448309Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:23.5469973Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:23.5490502Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:23.5510826Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:23.6155552Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:23.6542435Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:23.6567397Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:23.6586733Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:23.6606797Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:23.6626545Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:23.6646215Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:23.6665267Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:23.6684737Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:23.6704657Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:23.6724369Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:23.6744513Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:23.6763748Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:23.6783830Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:23.6803723Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:23.6823542Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:23.6842871Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:23.6862807Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:23.6883451Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:23.6904100Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:23.6944587Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:23.6945200Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:23.6960827Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:23.6980696Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:23.7000957Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:23.7021545Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:23.7041717Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:23.7061859Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:23.7082410Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:23.7102784Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:23.7122767Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:23.7142807Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:23.7162547Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:23.7182181Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:23.7201668Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:23.7221216Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:23.7240500Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:23.7260064Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:23.7279621Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:23.7299175Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:23.7318906Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:23.7967012Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:23.7986678Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\VersionedSampleRule\SampleRuleWithVersion' ...
2018-09-15T16:00:23.8636393Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:23.8778885Z ##[debug]Running SampleRuleWithVersion\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:24.0934039Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:24.0941098Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\VersionedSampleRule\SampleRuleWithVersion' ...
2018-09-15T16:00:24.1058351Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\VersionedSampleRule\SampleRuleWithVersion\1.0.0.0' ...
2018-09-15T16:00:24.1166592Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\VersionedSampleRule' ...
2018-09-15T16:00:24.1286211Z ##[debug]Checking assembly file 'D:\a\1\s\Tests\Engine\VersionedSampleRule\SampleRuleWithVersion\1.0.0.0' ...
2018-09-15T16:00:24.1443287Z ##[debug]Checking assembly file 'D:\a\1\s\Tests\Engine\VersionedSampleRule' ...
2018-09-15T16:00:24.1976932Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:24.2000609Z ##[debug]Running SampleRuleWithVersion\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:24.4505004Z ##[debug]Importing function 'Get-Count'.
2018-09-15T16:00:24.4523332Z ##[debug]Importing function 'Test-CorrectionExtent'.
2018-09-15T16:00:24.4542191Z ##[debug]Importing function 'Test-CorrectionExtentFromContent'.
2018-09-15T16:00:24.4560596Z ##[debug]Importing function 'Test-PSEditionCoreCLR'.
2018-09-15T16:00:24.4579747Z ##[debug]Importing function 'Test-PSVersionV3'.
2018-09-15T16:00:24.4598336Z ##[debug]Importing function 'Test-PSVersionV4'.
2018-09-15T16:00:24.9695502Z ##[debug]Importing function 'Get-Count'.
2018-09-15T16:00:24.9717160Z ##[debug]Importing function 'Test-CorrectionExtent'.
2018-09-15T16:00:24.9737548Z ##[debug]Importing function 'Test-CorrectionExtentFromContent'.
2018-09-15T16:00:24.9766400Z ##[debug]Importing function 'Test-PSEditionCoreCLR'.
2018-09-15T16:00:24.9786154Z ##[debug]Importing function 'Test-PSVersionV3'.
2018-09-15T16:00:24.9805178Z ##[debug]Importing function 'Test-PSVersionV4'.
2018-09-15T16:00:26.1922183Z ##[debug]Importing function 'Get-Count'.
2018-09-15T16:00:26.1941759Z ##[debug]Importing function 'Test-CorrectionExtent'.
2018-09-15T16:00:26.1962108Z ##[debug]Importing function 'Test-CorrectionExtentFromContent'.
2018-09-15T16:00:26.1982246Z ##[debug]Importing function 'Test-PSEditionCoreCLR'.
2018-09-15T16:00:26.2002430Z ##[debug]Importing function 'Test-PSVersionV3'.
2018-09-15T16:00:26.2022192Z ##[debug]Importing function 'Test-PSVersionV4'.
2018-09-15T16:00:27.2005967Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules' ...
2018-09-15T16:00:27.6302592Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules\CommunityAnalyzerRules.psd1' ...
2018-09-15T16:00:28.0216998Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules\CommunityAnalyzerRules.psm1' ...
2018-09-15T16:00:28.4369764Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules\CommunityAnalyzerRules.psm1' ...
2018-09-15T16:00:28.8906928Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules\CommunityAnalyzerRules.psm1' ...
2018-09-15T16:00:30.0461060Z ##[debug]Importing function 'Get-Count'.
2018-09-15T16:00:30.0480093Z ##[debug]Importing function 'Test-CorrectionExtent'.
2018-09-15T16:00:30.0500180Z ##[debug]Importing function 'Test-CorrectionExtentFromContent'.
2018-09-15T16:00:30.0520620Z ##[debug]Importing function 'Test-PSEditionCoreCLR'.
2018-09-15T16:00:30.0540270Z ##[debug]Importing function 'Test-PSVersionV3'.
2018-09-15T16:00:30.0560352Z ##[debug]Importing function 'Test-PSVersionV4'.
2018-09-15T16:00:30.0898384Z ##[debug]Using settings hashtable.
2018-09-15T16:00:30.1300903Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.1328818Z ##[debug]Running PSUseConsistentIndentation rule.
2018-09-15T16:00:30.1359619Z ##[debug]Found 1 violations.
2018-09-15T16:00:30.1743413Z ##[debug]Fixed 1 violations.
2018-09-15T16:00:30.2382255Z ##[debug]Using settings file at D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSScriptAnalyzer\Settings\CodeFormatting.psd1.
2018-09-15T16:00:30.2520226Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.2553443Z ##[debug]Running PSPlaceCloseBrace rule.
2018-09-15T16:00:30.2573663Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.2621180Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.2938229Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.2959331Z ##[debug]Running PSPlaceOpenBrace rule.
2018-09-15T16:00:30.2977483Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.2996026Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.3116228Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.3180227Z ##[debug]Running PSUseConsistentWhitespace rule.
2018-09-15T16:00:30.3201308Z ##[debug]Found 1 violations.
2018-09-15T16:00:30.3222226Z ##[debug]Fixed 1 violations.
2018-09-15T16:00:30.3346572Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.3370240Z ##[debug]Running PSUseConsistentIndentation rule.
2018-09-15T16:00:30.3389584Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.3410580Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.3535635Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.3569459Z ##[debug]Running PSAlignAssignmentStatement rule.
2018-09-15T16:00:30.3588736Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.3611945Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.4252771Z ##[debug]Using settings file at D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSScriptAnalyzer\Settings\CodeFormatting.psd1.
2018-09-15T16:00:30.4604908Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.4629612Z ##[debug]Running PSPlaceCloseBrace rule.
2018-09-15T16:00:30.4650144Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.4670619Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.4801017Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.4825076Z ##[debug]Running PSPlaceOpenBrace rule.
2018-09-15T16:00:30.4846641Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.4867315Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.4996123Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.5020277Z ##[debug]Running PSUseConsistentWhitespace rule.
2018-09-15T16:00:30.5040920Z ##[debug]Found 3 violations.
2018-09-15T16:00:30.5078930Z ##[debug]Fixed 1 violations.
2018-09-15T16:00:30.5100896Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.5123899Z ##[debug]Running PSUseConsistentWhitespace rule.
2018-09-15T16:00:30.5143914Z ##[debug]Found 2 violations.
2018-09-15T16:00:30.5164113Z ##[debug]Fixed 1 violations.
2018-09-15T16:00:30.5184756Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.5206976Z ##[debug]Running PSUseConsistentWhitespace rule.
2018-09-15T16:00:30.5227702Z ##[debug]Found 1 violations.
2018-09-15T16:00:30.5246617Z ##[debug]Fixed 1 violations.
2018-09-15T16:00:30.5434561Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.5456886Z ##[debug]Running PSUseConsistentIndentation rule.
2018-09-15T16:00:30.5476243Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.5496056Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.5823130Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.5843850Z ##[debug]Running PSAlignAssignmentStatement rule.
2018-09-15T16:00:30.5862386Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.5881617Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.6637677Z ##[debug]Using settings file at D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSScriptAnalyzer\Settings\CodeFormatting.psd1.
2018-09-15T16:00:30.6812890Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.6841660Z ##[debug]Running PSPlaceCloseBrace rule.
2018-09-15T16:00:30.6860316Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.6880351Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.7220810Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.7243174Z ##[debug]Running PSPlaceOpenBrace rule.
2018-09-15T16:00:30.7262782Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.7282338Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.7408193Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.7430826Z ##[debug]Running PSUseConsistentWhitespace rule.
2018-09-15T16:00:30.7449803Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.7469863Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.7594497Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.7616773Z ##[debug]Running PSUseConsistentIndentation rule.
2018-09-15T16:00:30.7637373Z ##[debug]Found 1 violations.
2018-09-15T16:00:30.7656262Z ##[debug]Fixed 1 violations.
2018-09-15T16:00:30.7775108Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.7795611Z ##[debug]Running PSAlignAssignmentStatement rule.
2018-09-15T16:00:30.7813828Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.7832438Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.8603007Z ##[debug]Using settings file at D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSScriptAnalyzer\Settings\CodeFormatting.psd1.
2018-09-15T16:00:30.8958769Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.8981950Z ##[debug]Running PSPlaceCloseBrace rule.
2018-09-15T16:00:30.9002997Z ##[debug]Found 0 violations.
2018-09-15T16:00:30.9022923Z ##[debug]Fixed 0 violations.
2018-09-15T16:00:30.9146757Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.9169646Z ##[debug]Running PSPlaceOpenBrace rule.
2018-09-15T16:00:30.9189177Z ##[debug]Found 1 violations.
2018-09-15T16:00:30.9209451Z ##[debug]Fixed 1 violations.
2018-09-15T16:00:30.9363971Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.9387415Z ##[debug]Running PSUseConsistentWhitespace rule.
2018-09-15T16:00:30.9407101Z ##[debug]Found 2 violations.
2018-09-15T16:00:30.9427229Z ##[debug]Fixed 1 violations.
2018-09-15T16:00:30.9446600Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.9469164Z ##[debug]Running PSUseConsistentWhitespace rule.
2018-09-15T16:00:30.9488336Z ##[debug]Found 1 violations.
2018-09-15T16:00:30.9508915Z ##[debug]Fixed 1 violations.
2018-09-15T16:00:30.9843457Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:30.9865988Z ##[debug]Running PSUseConsistentIndentation rule.
2018-09-15T16:00:30.9885456Z ##[debug]Found 6 violations.
2018-09-15T16:00:30.9907866Z ##[debug]Fixed 6 violations.
2018-09-15T16:00:31.0043371Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:31.0082270Z ##[debug]Running PSAlignAssignmentStatement rule.
2018-09-15T16:00:31.0103211Z ##[debug]Found 1 violations.
2018-09-15T16:00:31.0121328Z ##[debug]Fixed 1 violations.
2018-09-15T16:00:32.2468645Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:32.2859918Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:32.4279443Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:32.4647039Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:32.4670794Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:32.4689349Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:32.4707483Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:32.4726365Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:32.4744515Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:32.4763401Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:32.4783510Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:32.4802292Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:32.4820492Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:32.4838973Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:32.4856928Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:32.4876492Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:32.4895219Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:32.4913475Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:32.4933653Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:32.4954290Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:32.4974208Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:32.4993293Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:32.5012550Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:32.5031864Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:32.5051144Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:32.5070770Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:32.5090619Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:32.5110634Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:32.5130064Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:32.5151222Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:32.5170642Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:32.5190509Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:32.5209849Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:32.5231128Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:32.5250530Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:32.5269458Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:32.5287252Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:32.5306928Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:32.5326296Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:32.5345475Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:32.5366209Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:32.5386169Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:32.5405837Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:32.5430597Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:32.5790467Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:32.5814064Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:32.5832805Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:32.5852089Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:32.5870442Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:32.5889596Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:32.5907517Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:32.5926096Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:32.5945064Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:32.5963188Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:32.5980798Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:32.5999327Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:32.6017603Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:32.6036255Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:32.6054459Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:32.6072739Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:32.6091100Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:32.6109456Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:32.6127367Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:32.6146756Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:32.6165305Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:32.6183247Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:32.6201555Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:32.6217996Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:32.6238265Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:32.6257343Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:32.6277437Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:32.6297217Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:32.6317402Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:32.6337410Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:32.6356794Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:32.6376674Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:32.6395973Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:32.6416254Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:32.6436795Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:32.6458224Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:32.6479275Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:32.6499266Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:32.6519234Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:32.6539090Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:32.7210725Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:32.7548324Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\CSharp.ps1
2018-09-15T16:00:32.8367616Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:32.8716887Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:32.8741762Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:32.9384922Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:32.9509015Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:32.9544182Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:33.0330763Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:33.0667585Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestTestPath1.ps1
2018-09-15T16:00:33.0734485Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:33.0800303Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:33.0800666Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:33.0800973Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:33.0801310Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:33.0826361Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:33.0827303Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:33.0840120Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:33.0867986Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:33.0888703Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:33.0909758Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:33.0929499Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:33.0950703Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:33.1072012Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:33.1092777Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:33.1111160Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:33.1131442Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:33.1151593Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:33.1171017Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:33.1189610Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:33.1208670Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:33.1229631Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:33.1246419Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:33.1265037Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:33.1284842Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:33.1305420Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:33.1324383Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:33.1344682Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:33.1363265Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:33.1381675Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:33.1400891Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:33.1420847Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:33.1440882Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:33.1460936Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:33.1479629Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:33.1504091Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:33.1517871Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:33.1537811Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:33.1556813Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:33.1583279Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestTestPath2.ps1
2018-09-15T16:00:33.1675878Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:33.1694224Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:33.1729422Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:33.1730964Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:33.1747737Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:33.1766350Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:33.1786593Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:33.1808283Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:33.1828310Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:33.1848523Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:33.1867542Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:33.1888618Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:33.1909059Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:33.1929126Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:33.1948401Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:33.1968768Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:33.1987602Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:33.2008389Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:33.2028813Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:33.2047254Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:33.2065872Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:33.2087044Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:33.2107053Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:33.2125719Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:33.2143982Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:33.2162951Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:33.2183603Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:33.2202836Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:33.2222613Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:33.2243035Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:33.2263416Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:33.2286543Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:33.2308732Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:33.2330056Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:33.2350761Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:33.2371001Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:33.2392230Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:33.2414114Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:33.2435167Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:33.3892965Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:33.4246705Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestTestPath1.ps1
2018-09-15T16:00:33.4272981Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:33.4294469Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:33.4315348Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:33.4333683Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:33.4354457Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:33.4374010Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:33.4393978Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:33.4413615Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:33.4434053Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:33.4455583Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:33.4574891Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:33.4595035Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:33.4613846Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:33.4632218Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:33.4649952Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:33.4668627Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:33.4686460Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:33.4704967Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:33.4723165Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:33.4741175Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:33.4758830Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:33.4776687Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:33.4794591Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:33.4812384Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:33.4830091Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:33.4848537Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:33.4865100Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:33.4883675Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:33.4905146Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:33.4925982Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:33.4945309Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:33.4965029Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:33.4986242Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:33.5007348Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:33.5028426Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:33.5048545Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:33.5070256Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:33.5092245Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:33.5112531Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:33.5134490Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestTestPath2.ps1
2018-09-15T16:00:33.5159909Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:33.5180139Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:33.5201471Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:33.5221352Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:33.5244784Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:33.5264368Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:33.5283519Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:33.5302270Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:33.5322456Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:33.5341226Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:33.5360494Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:33.5380069Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:33.5399343Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:33.5419229Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:33.5438250Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:33.5456472Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:33.5475803Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:33.5495077Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:33.5516390Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:33.5535502Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:33.5554815Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:33.5575344Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:33.5594607Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:33.5613016Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:33.5631211Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:33.5650839Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:33.5670151Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:33.5690218Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:33.5709729Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:33.5730230Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:33.5751213Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:33.5770997Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:33.5791095Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:33.5810048Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:33.5829772Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:33.5850060Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:33.5869277Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:33.5889902Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:33.5910173Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:33.7214455Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:33.7568664Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\RecursionDirectoryTest\ClearHost.ps1
2018-09-15T16:00:33.7670229Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:33.7700289Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:33.7724109Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:33.7724747Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:33.7725355Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:33.7725760Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:33.7726218Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:33.7811252Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:33.7822436Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:33.7841838Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:33.7860438Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:33.7881549Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:33.7902541Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:33.7923796Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:33.7944128Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:33.7964687Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:33.7984388Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:33.8004272Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:33.8023984Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:33.8044494Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:33.8064141Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:33.8084099Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:33.8104706Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:33.8123321Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:33.8142213Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:33.8159797Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:33.8177544Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:33.8195986Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:33.8214741Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:33.8233148Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:33.8250991Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:33.8269039Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:33.8287106Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:33.8305440Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:33.8323956Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:33.8342969Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:33.8360681Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:33.8378621Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:33.8397175Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:33.8417658Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\RecursionDirectoryTest\GlobalVars.ps1
2018-09-15T16:00:33.8445452Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:33.8465616Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:33.8485218Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:33.8504222Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:33.8524146Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:33.8544160Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:33.8568362Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:33.8587727Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:33.8607020Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:33.8626667Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:33.8646792Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:33.8665535Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:33.8683861Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:33.8702260Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:33.8721011Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:33.8739108Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:33.8757017Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:33.8775379Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:33.8794670Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:33.8813870Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:33.8833492Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:33.8851485Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:33.8869748Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:33.8887382Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:33.8905806Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:33.8925313Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:33.8944227Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:33.8962684Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:33.8980916Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:33.8999512Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:33.9017665Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:33.9036247Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:33.9055680Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:33.9074487Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:33.9093270Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:33.9112360Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:33.9131208Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:33.9149520Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:33.9167956Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:33.9186702Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\RecursionDirectoryTest\WriteHost.ps1
2018-09-15T16:00:33.9286477Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:33.9296124Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:33.9299732Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:33.9318789Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:33.9319721Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:33.9320636Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:33.9337638Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:33.9357374Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:33.9377279Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:33.9397148Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:33.9417404Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:33.9439799Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:33.9459543Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:33.9479943Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:33.9499660Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:33.9519513Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:33.9538864Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:33.9557678Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:33.9577095Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:33.9596301Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:33.9616399Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:33.9636170Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:33.9655266Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:33.9673673Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:33.9692153Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:33.9714368Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:33.9734167Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:33.9755580Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:33.9776262Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:33.9798928Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:33.9819817Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:33.9840149Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:33.9862603Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:33.9884703Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:33.9906860Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:34.0235564Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:34.0257150Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:34.0277987Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:34.0298598Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:34.0323133Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:34.0677106Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\RecursionDirectoryTest\ClearHost.ps1
2018-09-15T16:00:34.0701156Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:34.0719492Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:34.0739628Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:34.0760564Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:34.0779564Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:34.0796969Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:34.0815408Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:34.0834157Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:34.0864451Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:34.0883113Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:34.0902411Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:34.0919198Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:34.0937394Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:34.0956682Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:34.0976573Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:34.0995614Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:34.1014431Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:34.1035978Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:34.1056961Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:34.1079501Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:34.1100722Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:34.1121674Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:34.1142998Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:34.1163749Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:34.1184385Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:34.1204429Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:34.1225429Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:34.1246285Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:34.1268521Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:34.1287739Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:34.1306841Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:34.1325854Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:34.1345324Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:34.1365872Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:34.1386520Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:34.1406247Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:34.1425920Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:34.1445757Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:34.1465363Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:34.1485442Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\RecursionDirectoryTest\GlobalVars.ps1
2018-09-15T16:00:34.1509892Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:34.1529584Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:34.1548934Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:34.1568236Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:34.1587393Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:34.1607891Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:34.1628555Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:34.1647271Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:34.1666361Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:34.1685736Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:34.1708509Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:34.1726462Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:34.1746164Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:34.1768319Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:34.1788527Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:34.1807420Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:34.1827561Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:34.1847830Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:34.1867799Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:34.1888325Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:34.1907330Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:34.1927510Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:34.1946908Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:34.1966574Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:34.1986559Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:34.2006392Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:34.2026331Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:34.2045597Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:34.2064811Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:34.2083628Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:34.2103184Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:34.2122896Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:34.2142472Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:34.2161465Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:34.2180512Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:34.2198662Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:34.2218640Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:34.2238283Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:34.2258464Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:34.2278675Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\RecursionDirectoryTest\WriteHost.ps1
2018-09-15T16:00:34.2302816Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:34.2321932Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:34.2341264Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:34.2360103Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:34.2379455Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:34.2398857Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:34.2418901Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:34.2438722Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:34.2456929Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:34.2475739Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:34.2495257Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:34.2514115Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:34.2563760Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:34.2564552Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:34.2577189Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:34.2646950Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:34.2665993Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:34.2685826Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:34.2706192Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:34.2726257Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:34.2745294Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:34.2764455Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:34.2782844Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:34.2801849Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:34.2820958Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:34.2839831Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:34.2860662Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:34.2880676Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:34.2899909Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:34.2919292Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:34.2939248Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:34.2960260Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:34.2979745Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:34.2999184Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:34.3018654Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:34.3037379Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:34.3056769Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:34.3076116Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:34.3095342Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:34.4975560Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:34.5338862Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:34.5474573Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:34.5515946Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:34.5534893Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:34.5553247Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:34.5568417Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:34.5585371Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:34.5864513Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:34.6163594Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:34.6171680Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:34.6172088Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:34.6172523Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:34.6172863Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:34.6173211Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:34.6173919Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:34.6174327Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:34.6174687Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:34.6175044Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:34.6175381Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:34.6175740Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:34.6176172Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:34.6176568Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:34.6177283Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:34.6177601Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:34.6178367Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:34.6181680Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:34.6202596Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:34.6221621Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:34.6240253Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:34.6258789Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:34.6277019Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:34.6295707Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:34.6314458Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:34.6332900Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:34.6351669Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:34.6369404Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:34.6387439Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:34.6406010Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:34.6424326Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:34.7188996Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:34.7545557Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:34.7573814Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:34.7593683Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:34.7613361Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:34.7634924Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:34.7653731Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:34.7673273Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:34.7692247Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:34.7710719Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:34.7729797Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:34.7751372Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:34.7772594Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:34.7792063Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:34.7812405Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:34.7832079Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:34.7851396Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:34.7870903Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:34.7889626Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:34.7909729Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:34.7929242Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:34.7947528Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:34.7966510Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:34.7987955Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:34.8009122Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:34.8029709Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:34.8050278Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:34.8071325Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:34.8092188Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:34.8114113Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:34.8135691Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:34.8156734Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:34.8178478Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:34.8200893Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:34.8222025Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:34.8243479Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:34.8265297Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:34.8286942Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:34.8307738Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:34.9165617Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:34.9506607Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:34.9537681Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:34.9553613Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:34.9573232Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:34.9593623Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:34.9613260Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:34.9631991Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:34.9651811Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:34.9670987Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:34.9691631Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:34.9711542Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:34.9732287Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:34.9752194Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:34.9772293Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:34.9792173Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:34.9813503Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:34.9832997Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:34.9852758Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:34.9871717Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:34.9891478Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:34.9911739Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:34.9932433Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:34.9951847Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:34.9971084Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:34.9991421Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:35.0014799Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:35.0033760Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:35.0053516Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:35.0073810Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:35.0092801Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:35.0111772Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:35.0166600Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:35.0185207Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:35.0204848Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:35.0224454Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:35.0243998Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:35.0263859Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:35.0283940Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:35.0302246Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:35.0321649Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:35.0346233Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:35.0705187Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:35.0736521Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:35.0756539Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:35.0779957Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:35.0801051Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:35.0820717Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:35.0841096Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:35.0860783Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:35.0882986Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:35.0903954Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:35.0924610Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:35.0945713Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:35.0966435Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:35.0989261Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:35.1010321Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:35.1033187Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:35.1059344Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:35.1079808Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:35.1100474Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:35.1120395Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:35.1140104Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:35.1160247Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:35.1180083Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:35.1200135Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:35.1220901Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:35.1240258Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:35.1297550Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:35.1317234Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:35.1335170Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:35.1354315Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:35.1375761Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:35.1394460Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:35.1414661Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:35.1433814Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:35.1453214Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:35.1471329Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:35.1489344Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:35.1509142Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:35.1526824Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:35.1545449Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:35.2304049Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:35.2682979Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:35.2720036Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:35.2739517Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:35.2758624Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:35.2777720Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:35.2797202Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:35.2816502Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:35.2836627Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:35.2856701Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:35.2876200Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:35.2895935Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:35.2915618Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:35.2935987Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:35.2955612Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:35.2975897Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:35.3002297Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:35.3022362Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:35.3042938Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:35.3062740Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:35.3083015Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:35.3103270Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:35.3670743Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:35.4037147Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:35.4067015Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:35.4671293Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:35.4865783Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:35.4895621Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:35.4915625Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:35.5685888Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:35.6012470Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:35.6737560Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:35.6957338Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:35.6994399Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:35.7014683Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:35.7034063Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:35.7057269Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:35.7077353Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:35.7096401Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:35.7116344Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:35.7136575Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:35.7156272Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:35.7177718Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:35.7198637Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:35.7218695Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:35.7238641Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:35.7257321Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:35.7277023Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:35.7296009Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:35.7314773Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:35.7333271Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:35.7352422Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:35.7926734Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:35.8211671Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:35.8286524Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:35.8304830Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:35.8324204Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:35.8344191Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:35.8363197Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:35.8382162Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:35.8400690Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:35.8420054Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:35.8439273Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:35.8458751Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:35.8480156Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:35.8500885Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:35.8525518Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:35.8544186Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:35.8564009Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:35.8583837Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:35.8610235Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:35.8629632Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:35.8649156Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:35.8673663Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:35.8998918Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\BadCmdlet.ps1
2018-09-15T16:00:35.9028878Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:35.9047155Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:35.9066132Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:35.9084599Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:35.9103687Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:35.9123430Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:35.9142910Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:35.9162982Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:35.9182424Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:35.9202268Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:35.9221681Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:35.9241194Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:35.9260798Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:36.0085468Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:36.0438488Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:36.0465946Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:36.1083177Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:36.1414638Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:36.2203210Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:36.2336523Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:36.2392047Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:36.2410431Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:36.2430953Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:36.3019198Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:36.3371087Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:36.3399521Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:36.3420269Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:36.3441746Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:36.3462436Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:36.3483170Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:36.3504062Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:36.3525399Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:36.3543904Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:36.3562224Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:36.3584030Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:36.3607916Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:36.3630660Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:36.3649165Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:36.3667793Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:36.3687212Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:36.3706257Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:36.3724814Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:36.3743220Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:36.3762963Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:36.3782273Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:36.3836618Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:36.3855805Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:36.3875421Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:36.3894095Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:36.3911958Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:36.3929666Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:36.3947449Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:36.3967504Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:36.3986768Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:36.4010133Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:36.4035329Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:36.4056285Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:36.4077472Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:36.4098888Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:36.4118770Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:36.4138361Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:36.4706210Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:36.5044524Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:36.5072224Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:36.5091829Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:36.5112522Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:36.5132371Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:36.5152263Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:36.5171664Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:36.5191608Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:36.5210992Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:36.5271824Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:36.5291570Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:36.5310931Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:36.5330492Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:36.5349889Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:36.5368916Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:36.5388589Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:36.5407971Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:36.5429008Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:36.5447454Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:36.5466936Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:36.5487095Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:36.5506424Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:36.5527545Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:36.5547369Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:36.5568453Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:36.5588604Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:36.5607627Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:36.5627568Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:36.5647136Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:36.5666768Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:36.5687365Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:36.5707548Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:36.5727393Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:36.5746617Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:36.5770295Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:36.5789484Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:36.5807699Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:36.6420533Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:36.6808692Z ##[debug]Analyzing file: D:\a\1\s\Tests\Rules\DSCResourceModule\DSCResources\MSFT_WaitForAll\MSFT_WaitForAll.psm1
2018-09-15T16:00:36.6851728Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:36.6871804Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:36.6891365Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:36.6913506Z ##[debug]Running PSDSCUseIdenticalMandatoryParametersForDSC rule.
2018-09-15T16:00:37.4137059Z ##[debug]Running PSDSCUseIdenticalParametersForDSC rule.
2018-09-15T16:00:37.4215706Z ##[debug]Running PSDSCStandardDSCFunctionsInResource rule.
2018-09-15T16:00:37.5852887Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:37.5872395Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules' ...
2018-09-15T16:00:37.7930300Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:37.7952543Z ##[debug]Running CommunityAnalyzerRules\Measure-Backtick rule.
2018-09-15T16:00:37.7971398Z ##[debug]Running CommunityAnalyzerRules\Measure-ComObject rule.
2018-09-15T16:00:37.7992161Z ##[debug]Running CommunityAnalyzerRules\Measure-CurlyBracket rule.
2018-09-15T16:00:37.8011731Z ##[debug]Running CommunityAnalyzerRules\Measure-DeprecatedWMIClass rule.
2018-09-15T16:00:37.8032113Z ##[debug]Running CommunityAnalyzerRules\Measure-ErrorActionPreference rule.
2018-09-15T16:00:37.8051732Z ##[debug]Running CommunityAnalyzerRules\Measure-HelpNote rule.
2018-09-15T16:00:37.8071669Z ##[debug]Running CommunityAnalyzerRules\Measure-LongClassName rule.
2018-09-15T16:00:37.8091560Z ##[debug]Running CommunityAnalyzerRules\Measure-OverComment rule.
2018-09-15T16:00:37.8110914Z ##[debug]Running CommunityAnalyzerRules\Measure-QuestionVariable rule.
2018-09-15T16:00:37.8130213Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresModules rule.
2018-09-15T16:00:37.8149764Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:37.8168837Z ##[debug]Running CommunityAnalyzerRules\Measure-WriteHost rule.
2018-09-15T16:00:38.1644720Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:38.1663784Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules\CommunityAnalyzerRules.psd1' ...
2018-09-15T16:00:38.3744192Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:38.3774060Z ##[debug]Running CommunityAnalyzerRules\Measure-Backtick rule.
2018-09-15T16:00:38.3794929Z ##[debug]Running CommunityAnalyzerRules\Measure-ComObject rule.
2018-09-15T16:00:38.3814510Z ##[debug]Running CommunityAnalyzerRules\Measure-CurlyBracket rule.
2018-09-15T16:00:38.3835844Z ##[debug]Running CommunityAnalyzerRules\Measure-DeprecatedWMIClass rule.
2018-09-15T16:00:38.3856656Z ##[debug]Running CommunityAnalyzerRules\Measure-ErrorActionPreference rule.
2018-09-15T16:00:38.3877509Z ##[debug]Running CommunityAnalyzerRules\Measure-HelpNote rule.
2018-09-15T16:00:38.3899097Z ##[debug]Running CommunityAnalyzerRules\Measure-LongClassName rule.
2018-09-15T16:00:38.3919986Z ##[debug]Running CommunityAnalyzerRules\Measure-OverComment rule.
2018-09-15T16:00:38.3940746Z ##[debug]Running CommunityAnalyzerRules\Measure-QuestionVariable rule.
2018-09-15T16:00:38.3961923Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresModules rule.
2018-09-15T16:00:38.3982799Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:38.4003638Z ##[debug]Running CommunityAnalyzerRules\Measure-WriteHost rule.
2018-09-15T16:00:38.7047699Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:38.7069823Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules\CommunityAnalyzerRules.psm1' ...
2018-09-15T16:00:38.9215331Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:38.9237853Z ##[debug]Running CommunityAnalyzerRules\Measure-Backtick rule.
2018-09-15T16:00:38.9256713Z ##[debug]Running CommunityAnalyzerRules\Measure-ComObject rule.
2018-09-15T16:00:38.9276162Z ##[debug]Running CommunityAnalyzerRules\Measure-CurlyBracket rule.
2018-09-15T16:00:38.9295732Z ##[debug]Running CommunityAnalyzerRules\Measure-DeprecatedWMIClass rule.
2018-09-15T16:00:38.9315688Z ##[debug]Running CommunityAnalyzerRules\Measure-ErrorActionPreference rule.
2018-09-15T16:00:38.9335892Z ##[debug]Running CommunityAnalyzerRules\Measure-HelpNote rule.
2018-09-15T16:00:38.9354954Z ##[debug]Running CommunityAnalyzerRules\Measure-LongClassName rule.
2018-09-15T16:00:38.9373850Z ##[debug]Running CommunityAnalyzerRules\Measure-OverComment rule.
2018-09-15T16:00:38.9392150Z ##[debug]Running CommunityAnalyzerRules\Measure-QuestionVariable rule.
2018-09-15T16:00:38.9411289Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresModules rule.
2018-09-15T16:00:38.9430748Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:38.9448911Z ##[debug]Running CommunityAnalyzerRules\Measure-WriteHost rule.
2018-09-15T16:00:39.2087470Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:39.2107975Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules\CommunityAnalyzerRules.psm1' ...
2018-09-15T16:00:39.3939771Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:39.3962054Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresModules rule.
2018-09-15T16:00:39.5141052Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:39.5162274Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules\CommunityAnalyzerRules.psm1' ...
2018-09-15T16:00:39.7339130Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:39.7362983Z ##[debug]Running CommunityAnalyzerRules\Measure-Backtick rule.
2018-09-15T16:00:39.7381846Z ##[debug]Running CommunityAnalyzerRules\Measure-ComObject rule.
2018-09-15T16:00:39.7401145Z ##[debug]Running CommunityAnalyzerRules\Measure-CurlyBracket rule.
2018-09-15T16:00:39.7422542Z ##[debug]Running CommunityAnalyzerRules\Measure-DeprecatedWMIClass rule.
2018-09-15T16:00:39.7441774Z ##[debug]Running CommunityAnalyzerRules\Measure-ErrorActionPreference rule.
2018-09-15T16:00:39.7461698Z ##[debug]Running CommunityAnalyzerRules\Measure-HelpNote rule.
2018-09-15T16:00:39.7482320Z ##[debug]Running CommunityAnalyzerRules\Measure-LongClassName rule.
2018-09-15T16:00:39.7501560Z ##[debug]Running CommunityAnalyzerRules\Measure-OverComment rule.
2018-09-15T16:00:39.7521007Z ##[debug]Running CommunityAnalyzerRules\Measure-QuestionVariable rule.
2018-09-15T16:00:39.7541830Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:39.7562625Z ##[debug]Running CommunityAnalyzerRules\Measure-WriteHost rule.
2018-09-15T16:00:40.0124280Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:40.0195905Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules' ...
2018-09-15T16:00:40.0613384Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:40.0736061Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:40.2833737Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:40.2856586Z ##[debug]Running CommunityAnalyzerRules\Measure-Backtick rule.
2018-09-15T16:00:40.2876298Z ##[debug]Running CommunityAnalyzerRules\Measure-ComObject rule.
2018-09-15T16:00:40.2895327Z ##[debug]Running CommunityAnalyzerRules\Measure-CurlyBracket rule.
2018-09-15T16:00:40.2913829Z ##[debug]Running CommunityAnalyzerRules\Measure-DeprecatedWMIClass rule.
2018-09-15T16:00:40.2933170Z ##[debug]Running CommunityAnalyzerRules\Measure-ErrorActionPreference rule.
2018-09-15T16:00:40.2952767Z ##[debug]Running CommunityAnalyzerRules\Measure-HelpNote rule.
2018-09-15T16:00:40.2971945Z ##[debug]Running CommunityAnalyzerRules\Measure-LongClassName rule.
2018-09-15T16:00:40.2992003Z ##[debug]Running CommunityAnalyzerRules\Measure-OverComment rule.
2018-09-15T16:00:40.3011040Z ##[debug]Running CommunityAnalyzerRules\Measure-QuestionVariable rule.
2018-09-15T16:00:40.3030322Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresModules rule.
2018-09-15T16:00:40.3049137Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:40.3066951Z ##[debug]Running CommunityAnalyzerRules\Measure-WriteHost rule.
2018-09-15T16:00:40.3085290Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:40.3103295Z ##[debug]Running samplerule2\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:40.6806598Z ##[debug]Using settings file at .\SettingsTest\..\SettingsTest\Project1\PSScriptAnalyzerSettings.psd1.
2018-09-15T16:00:40.6892437Z ##[warning]Cannot parse settings. Will abort the invocation.
2018-09-15T16:00:40.6893098Z ##[debug]Processed: ##vso[task.logissue type=warning]Cannot parse settings. Will abort the invocation.
2018-09-15T16:00:40.7608217Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:40.7967262Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:40.7990947Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:40.8011207Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:40.8031369Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:40.8053601Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:40.8074905Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:40.8094920Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:40.8116029Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:40.8136647Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:40.8157682Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:40.8179192Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:40.8203288Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:40.8224907Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:40.8246465Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:40.8267459Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:40.8289788Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:40.8312635Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:40.8334877Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:40.8357289Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:40.8380704Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:40.8402442Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:40.8424362Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:40.8446731Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:40.8470275Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:40.8493513Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:40.8515067Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:40.8536844Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:40.8559252Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:40.8584518Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:40.8611305Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:40.8633817Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:40.8657722Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:40.8681516Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:40.8704836Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:40.8727323Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:40.8750465Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:40.8772987Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:40.8795209Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:40.8816572Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:40.8838325Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:40.9502088Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:40.9636852Z ##[debug]Analyzing Script Definition.
2018-09-15T16:00:40.9661762Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:40.9682905Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:40.9703789Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:40.9724605Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:40.9754494Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:40.9775758Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:40.9796545Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:40.9817130Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:40.9837654Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:40.9859641Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:40.9880030Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:40.9900846Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:40.9922784Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:40.9943574Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:40.9965170Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:40.9985441Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:41.0005807Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:41.0029523Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:41.0050370Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:41.0072567Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:41.0094371Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:41.0115662Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:41.0137032Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:41.0159064Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:41.0180651Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:41.0205137Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:41.0226411Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:41.0249065Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:41.0270265Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:41.0291142Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:41.0312034Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:41.0333954Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:41.0354980Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:41.0376193Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:41.0399988Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:41.0422183Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:41.0442677Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:41.0465081Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:41.0486305Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:41.1082241Z ##[debug]Using settings hashtable.
2018-09-15T16:00:41.1104842Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules' ...
2018-09-15T16:00:41.3316062Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:41.3340381Z ##[debug]Running CommunityAnalyzerRules\Measure-Backtick rule.
2018-09-15T16:00:41.3360098Z ##[debug]Running CommunityAnalyzerRules\Measure-ComObject rule.
2018-09-15T16:00:41.3380720Z ##[debug]Running CommunityAnalyzerRules\Measure-CurlyBracket rule.
2018-09-15T16:00:41.3399914Z ##[debug]Running CommunityAnalyzerRules\Measure-DeprecatedWMIClass rule.
2018-09-15T16:00:41.3418366Z ##[debug]Running CommunityAnalyzerRules\Measure-ErrorActionPreference rule.
2018-09-15T16:00:41.3440834Z ##[debug]Running CommunityAnalyzerRules\Measure-HelpNote rule.
2018-09-15T16:00:41.3459545Z ##[debug]Running CommunityAnalyzerRules\Measure-LongClassName rule.
2018-09-15T16:00:41.3480714Z ##[debug]Running CommunityAnalyzerRules\Measure-OverComment rule.
2018-09-15T16:00:41.3500728Z ##[debug]Running CommunityAnalyzerRules\Measure-QuestionVariable rule.
2018-09-15T16:00:41.3526693Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresModules rule.
2018-09-15T16:00:41.3546420Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:41.3565499Z ##[debug]Running CommunityAnalyzerRules\Measure-WriteHost rule.
2018-09-15T16:00:41.6619071Z ##[debug]Using settings hashtable.
2018-09-15T16:00:41.6639539Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules' ...
2018-09-15T16:00:41.8586262Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:41.8622074Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:41.8642452Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:41.8662663Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:41.8683287Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:41.8704498Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:41.8729333Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:41.8752724Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:41.8777180Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:41.8797775Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:41.8819432Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:41.8841541Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:41.8862128Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:41.8884489Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:41.8903650Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:41.8923845Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:41.8947390Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:41.8968002Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:41.8990014Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:41.9010471Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:41.9031927Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:41.9053154Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:41.9075435Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:41.9097476Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:41.9119424Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:41.9141314Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:41.9163897Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:41.9185512Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:41.9209154Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:41.9231843Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:41.9254307Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:41.9276824Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:41.9299122Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:41.9317298Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:41.9338036Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:41.9359333Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:41.9379175Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:41.9402434Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:41.9423595Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:41.9444540Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:41.9466692Z ##[debug]Running CommunityAnalyzerRules\Measure-Backtick rule.
2018-09-15T16:00:41.9488482Z ##[debug]Running CommunityAnalyzerRules\Measure-ComObject rule.
2018-09-15T16:00:41.9510404Z ##[debug]Running CommunityAnalyzerRules\Measure-CurlyBracket rule.
2018-09-15T16:00:41.9531283Z ##[debug]Running CommunityAnalyzerRules\Measure-DeprecatedWMIClass rule.
2018-09-15T16:00:41.9552899Z ##[debug]Running CommunityAnalyzerRules\Measure-ErrorActionPreference rule.
2018-09-15T16:00:41.9574722Z ##[debug]Running CommunityAnalyzerRules\Measure-HelpNote rule.
2018-09-15T16:00:41.9595960Z ##[debug]Running CommunityAnalyzerRules\Measure-LongClassName rule.
2018-09-15T16:00:41.9618140Z ##[debug]Running CommunityAnalyzerRules\Measure-OverComment rule.
2018-09-15T16:00:41.9639119Z ##[debug]Running CommunityAnalyzerRules\Measure-QuestionVariable rule.
2018-09-15T16:00:41.9659697Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresModules rule.
2018-09-15T16:00:41.9680441Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:41.9702978Z ##[debug]Running CommunityAnalyzerRules\Measure-WriteHost rule.
2018-09-15T16:00:42.2712016Z ##[debug]Using settings hashtable.
2018-09-15T16:00:42.2736336Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:42.2879386Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2\samplerule3' ...
2018-09-15T16:00:42.3009913Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:42.3750596Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:42.3775043Z ##[debug]Running samplerule2\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:42.3795691Z ##[debug]Running samplerule3\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:42.3816116Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:42.6556452Z ##[debug]Using settings hashtable.
2018-09-15T16:00:42.6576539Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\CommunityAnalyzerRules' ...
2018-09-15T16:00:42.6987259Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:42.9023863Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:42.9045347Z ##[debug]Running CommunityAnalyzerRules\Measure-Backtick rule.
2018-09-15T16:00:42.9064867Z ##[debug]Running CommunityAnalyzerRules\Measure-ComObject rule.
2018-09-15T16:00:42.9085575Z ##[debug]Running CommunityAnalyzerRules\Measure-CurlyBracket rule.
2018-09-15T16:00:42.9105083Z ##[debug]Running CommunityAnalyzerRules\Measure-DeprecatedWMIClass rule.
2018-09-15T16:00:42.9124705Z ##[debug]Running CommunityAnalyzerRules\Measure-ErrorActionPreference rule.
2018-09-15T16:00:42.9143611Z ##[debug]Running CommunityAnalyzerRules\Measure-HelpNote rule.
2018-09-15T16:00:42.9163095Z ##[debug]Running CommunityAnalyzerRules\Measure-LongClassName rule.
2018-09-15T16:00:42.9182270Z ##[debug]Running CommunityAnalyzerRules\Measure-OverComment rule.
2018-09-15T16:00:42.9201371Z ##[debug]Running CommunityAnalyzerRules\Measure-QuestionVariable rule.
2018-09-15T16:00:42.9220661Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresModules rule.
2018-09-15T16:00:42.9239782Z ##[debug]Running CommunityAnalyzerRules\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:42.9257991Z ##[debug]Running CommunityAnalyzerRules\Measure-WriteHost rule.
2018-09-15T16:00:42.9277545Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:43.1994422Z ##[debug]Using settings hashtable.
2018-09-15T16:00:43.2015353Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:43.2602289Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:43.2629408Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:43.2648211Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:43.2668153Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:43.2686477Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:43.2705749Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:43.2725062Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:43.2745192Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:43.2762371Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:43.2782007Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:43.2801381Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:43.2821925Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:43.2841259Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:43.2861727Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:43.2884294Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:43.2904396Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:43.2926503Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:43.2945771Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:43.2966536Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:43.2986375Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:43.3007786Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:43.3029080Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:43.3049449Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:43.3069873Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:43.3096293Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:43.3117099Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:43.3137142Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:43.3156128Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:43.3175245Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:43.3193936Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:43.3213848Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:43.3233304Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:43.3253918Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:43.3275401Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:43.3295825Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:43.3316553Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:43.3336981Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:43.3359325Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:43.3379295Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:43.3401239Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:43.3421911Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:43.4737139Z ##[debug]Using settings hashtable.
2018-09-15T16:00:43.4761228Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2' ...
2018-09-15T16:00:43.4902315Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule\samplerule2\samplerule3' ...
2018-09-15T16:00:43.5047440Z ##[debug]Checking module 'D:\a\1\s\Tests\Engine\samplerule' ...
2018-09-15T16:00:43.5802129Z ##[debug]Analyzing file: D:\a\1\s\Tests\Engine\TestScript.ps1
2018-09-15T16:00:43.5827501Z ##[debug]Running samplerule2\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:43.5848240Z ##[debug]Running samplerule3\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:43.5869705Z ##[debug]Running samplerule\Measure-RequiresRunAsAdministrator rule.
2018-09-15T16:00:43.9246621Z ##[debug]Cannot find a settings file.
2018-09-15T16:00:43.9577453Z ##[debug]Analyzing file: C:\Users\VssAdministrator\AppData\Local\Temp\8a104e67-dfd0-4640-a020-310da3a48ed4\TestScriptWithFixableWarnings.ps1
2018-09-15T16:00:43.9678022Z ##[debug]Running PSAvoidUsingCmdletAliases rule.
2018-09-15T16:00:43.9697414Z ##[debug]Running PSAvoidDefaultValueSwitchParameter rule.
2018-09-15T16:00:43.9840603Z ##[debug]Running PSAvoidDefaultValueForMandatoryParameter rule.
2018-09-15T16:00:43.9851061Z ##[debug]Running PSAvoidUsingEmptyCatchBlock rule.
2018-09-15T16:00:43.9893709Z ##[debug]Running PSAvoidGlobalAliases rule.
2018-09-15T16:00:43.9895502Z ##[debug]Running PSAvoidGlobalFunctions rule.
2018-09-15T16:00:43.9896027Z ##[debug]Running PSAvoidGlobalVars rule.
2018-09-15T16:00:43.9896383Z ##[debug]Running PSAvoidInvokingEmptyMembers rule.
2018-09-15T16:00:43.9896963Z ##[debug]Running PSAvoidNullOrEmptyHelpMessageAttribute rule.
2018-09-15T16:00:43.9897310Z ##[debug]Running PSReservedParams rule.
2018-09-15T16:00:43.9897650Z ##[debug]Running PSAvoidShouldContinueWithoutForce rule.
2018-09-15T16:00:43.9900551Z ##[debug]Running PSAvoidUsingUserNameAndPassWordParams rule.
2018-09-15T16:00:44.0186472Z ##[debug]Running PSAvoidUsingComputerNameHardcoded rule.
2018-09-15T16:00:44.0188297Z ##[debug]Running PSAvoidUsingConvertToSecureStringWithPlainText rule.
2018-09-15T16:00:44.0189369Z ##[debug]Running PSAvoidUsingDeprecatedManifestFields rule.
2018-09-15T16:00:44.0189818Z ##[debug]Running PSAvoidUsingInvokeExpression rule.
2018-09-15T16:00:44.0190204Z ##[debug]Running PSAvoidUsingPlainTextForPassword rule.
2018-09-15T16:00:44.0190601Z ##[debug]Running PSReservedCmdletChar rule.
2018-09-15T16:00:44.0190956Z ##[debug]Running PSAvoidUsingWMICmdlet rule.
2018-09-15T16:00:44.0191331Z ##[debug]Running PSAvoidUsingWriteHost rule.
2018-09-15T16:00:44.0191686Z ##[debug]Running PSMisleadingBacktick rule.
2018-09-15T16:00:44.0192277Z ##[debug]Running PSMissingModuleManifestField rule.
2018-09-15T16:00:44.0192719Z ##[debug]Running PSPossibleIncorrectComparisonWithNull rule.
2018-09-15T16:00:44.0193036Z ##[debug]Running PSProvideCommentHelp rule.
2018-09-15T16:00:44.0193348Z ##[debug]Running PSUseApprovedVerbs rule.
2018-09-15T16:00:44.0193650Z ##[debug]Running PSUseBOMForUnicodeEncodedFile rule.
2018-09-15T16:00:44.0193967Z ##[debug]Running PSUseCmdletCorrectly rule.
2018-09-15T16:00:44.0194539Z ##[debug]Running PSUseCompatibleCmdlets rule.
2018-09-15T16:00:44.0194875Z ##[debug]Running PSUseDeclaredVarsMoreThanAssignments rule.
2018-09-15T16:00:44.0432636Z ##[debug]Running PSUseLiteralInitializerForHashtable rule.
2018-09-15T16:00:44.0452995Z ##[debug]Running PSUseOutputTypeCorrectly rule.
2018-09-15T16:00:44.0474241Z ##[debug]Running PSUsePSCredentialType rule.
2018-09-15T16:00:44.0495027Z ##[debug]Running PSShouldProcess rule.
2018-09-15T16:00:44.0517179Z ##[debug]Running PSUseShouldProcessForStateChangingFunctions rule.
2018-09-15T16:00:44.0538973Z ##[debug]Running PSAvoidUsingPositionalParameters rule.
2018-09-15T16:00:44.0557485Z ##[debug]Running PSUseSupportsShouldProcess rule.
2018-09-15T16:00:44.0576084Z ##[debug]Running PSUseToExportFieldsInManifest rule.
2018-09-15T16:00:44.0596051Z ##[debug]Running PSUseUTF8EncodingForHelpFile rule.
2018-09-15T16:00:44.0615216Z ##[debug]Running PSUseSingularNouns rule.
2018-09-15T16:00:44.4082255Z Invoke-ScriptAnalyzer : The term 'Invoke-ScriptAnalyzer' is not recognized as the name of a cmdlet, function, script 
2018-09-15T16:00:44.4082651Z file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct 
2018-09-15T16:00:44.4084276Z and try again.
2018-09-15T16:00:44.4084443Z At line:1 char:1
2018-09-15T16:00:44.4084604Z + Invoke-ScriptAnalyzer -ScriptDefinition gci -EnableExit
2018-09-15T16:00:44.4084951Z + ~~~~~~~~~~~~~~~~~~~~~
2018-09-15T16:00:44.4085139Z     + CategoryInfo          : ObjectNotFound: (Invoke-ScriptAnalyzer:String) [], CommandNotFoundException
2018-09-15T16:00:44.4085357Z     + FullyQualifiedErrorId : CommandNotFoundException
2018-09-15T16:00:44.4085581Z  
2018-09-15T16:00:44.5909922Z ##[debug]Importing function 'Get-Count'.
2018-09-15T16:00:44.5929698Z ##[debug]Importing function 'Test-CorrectionExtent'.
2018-09-15T16:00:44.5949301Z ##[debug]Importing function 'Test-CorrectionExtentFromContent'.
2018-09-15T16:00:44.5969208Z ##[debug]Importing function 'Test-PSEditionCoreCLR'.
2018-09-15T16:00:44.5988115Z ##[debug]Importing function 'Test-PSVersionV3'.
2018-09-15T16:00:44.6006307Z ##[debug]Importing function 'Test-PSVersionV4'.
2018-09-15T16:00:44.6039486Z ##[debug]
2018-09-15T16:00:44.6056205Z ##[debug]using System.Management.Automation;
2018-09-15T16:00:44.6070322Z ##[debug]using System.Management.Automation.Host;
2018-09-15T16:00:44.6085292Z ##[debug]using Microsoft.Windows.PowerShell.ScriptAnalyzer;
2018-09-15T16:00:44.6097733Z ##[debug]
2018-09-15T16:00:44.6111876Z ##[debug]public class PesterTestOutputWriter : IOutputWriter 
2018-09-15T16:00:44.6125577Z ##[debug]{
2018-09-15T16:00:44.6139233Z ##[debug]	private PSHost psHost;
2018-09-15T16:00:44.6152474Z ##[debug]
2018-09-15T16:00:44.6166356Z ##[debug]	public string MostRecentWarningMessage { get; private set; }
2018-09-15T16:00:44.6178040Z ##[debug]
2018-09-15T16:00:44.6192248Z ##[debug]	public static PesterTestOutputWriter Create(PSHost psHost)
2018-09-15T16:00:44.6206205Z ##[debug]	{
2018-09-15T16:00:44.6219009Z ##[debug]		PesterTestOutputWriter testOutputWriter = new PesterTestOutputWriter();
2018-09-15T16:00:44.6233440Z ##[debug]		testOutputWriter.psHost = psHost;
2018-09-15T16:00:44.6246852Z ##[debug]		return testOutputWriter;
2018-09-15T16:00:44.6260370Z ##[debug]	}
2018-09-15T16:00:44.6274316Z ##[debug]
2018-09-15T16:00:44.6288961Z ##[debug]	public void WriteError(ErrorRecord error)
2018-09-15T16:00:44.6303883Z ##[debug]	{
2018-09-15T16:00:44.6317427Z ##[debug]		// We don't write errors to avoid misleading
2018-09-15T16:00:44.6332772Z ##[debug]		// error messages in test output
2018-09-15T16:00:44.6346198Z ##[debug]	}
2018-09-15T16:00:44.6360274Z ##[debug]
2018-09-15T16:00:44.6374760Z ##[debug]	public void WriteWarning(string message)
2018-09-15T16:00:44.6388788Z ##[debug]	{
2018-09-15T16:00:44.6403521Z ##[debug]		psHost.UI.WriteWarningLine(message);
2018-09-15T16:00:44.6416579Z ##[debug]
2018-09-15T16:00:44.6432444Z ##[debug]		this.MostRecentWarningMessage = message;
2018-09-15T16:00:44.6447301Z ##[debug]	}
2018-09-15T16:00:44.6468070Z ##[debug]
2018-09-15T16:00:44.6496423Z ##[debug]	public void WriteVerbose(string message)
2018-09-15T16:00:44.6497254Z ##[debug]	{
2018-09-15T16:00:44.6498019Z ##[debug]		// We don't write verbose output to avoid lots
2018-09-15T16:00:44.6505701Z ##[debug]		// of unnecessary messages in test output
2018-09-15T16:00:44.6518786Z ##[debug]	}
2018-09-15T16:00:44.6532391Z ##[debug]
2018-09-15T16:00:44.6545677Z ##[debug]	public void WriteDebug(string message)
2018-09-15T16:00:44.6560334Z ##[debug]	{
2018-09-15T16:00:44.6575386Z ##[debug]		psHost.UI.WriteDebugLine(message);
2018-09-15T16:00:44.6590466Z ##[debug]	}
2018-09-15T16:00:44.6604450Z ##[debug]
2018-09-15T16:00:44.6618613Z ##[debug]	public void ThrowTerminatingError(ErrorRecord record)
2018-09-15T16:00:44.6632574Z ##[debug]	{
2018-09-15T16:00:44.6649650Z ##[debug]		throw new RuntimeException(
2018-09-15T16:00:44.6663698Z ##[debug]			"Test failed due to terminating error: \r\n" + record.ToString(), 
2018-09-15T16:00:44.6677002Z ##[debug]			null, 
2018-09-15T16:00:44.6691845Z ##[debug]			record);
2018-09-15T16:00:44.6706122Z ##[debug]	}
2018-09-15T16:00:44.6720876Z ##[debug]}
2018-09-15T16:00:45.0150609Z ##[debug]Leaving D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\EntryPoint.ps1.
2018-09-15T16:00:45.0195826Z ##[debug]Caught exception from task script.
2018-09-15T16:00:45.0219482Z ##[debug]Error record:
2018-09-15T16:00:45.0357132Z ##[debug]ConvertTo-FailureLines : Cannot validate argument on parameter 'First'. The argument is null, empty, or an element of the argument collection contains a null value. Supply a collection that does not contain any null values and then try the command again.
2018-09-15T16:00:45.0371126Z ##[debug]At C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\PesterState.ps1:314 char:59
2018-09-15T16:00:45.0385774Z ##[debug]+ ...      $failureLines = $TestResult.ErrorRecord | ConvertTo-FailureLines
2018-09-15T16:00:45.0399439Z ##[debug]+                                                    ~~~~~~~~~~~~~~~~~~~~~~
2018-09-15T16:00:45.0414148Z ##[debug]    + CategoryInfo          : InvalidData: (:) [ConvertTo-FailureLines], ParameterBindingValidationException
2018-09-15T16:00:45.0428520Z ##[debug]    + FullyQualifiedErrorId : ParameterArgumentValidationError,ConvertTo-FailureLines
2018-09-15T16:00:45.0443665Z ##[debug] 
2018-09-15T16:00:45.0466804Z ##[debug]Script stack trace:
2018-09-15T16:00:45.0493270Z ##[debug]at ConvertTo-FailureLines<Process>, C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\PesterState.ps1: line 409
2018-09-15T16:00:45.0512995Z ##[debug]at Write-PesterResult<Process>, C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\PesterState.ps1: line 314
2018-09-15T16:00:45.0527448Z ##[debug]at Invoke-Pester, C:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1: line 323
2018-09-15T16:00:45.0541626Z ##[debug]at New-PSCodeHealthReport, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\Private\New-PSCodeHealthReport.ps1: line 112
2018-09-15T16:00:45.0555859Z ##[debug]at Invoke-PSCodeHealth, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\ps_modules\PSCodeHealth\Public\Invoke-PSCodeHealth.ps1: line 192
2018-09-15T16:00:45.0568234Z ##[debug]at <ScriptBlock>, D:\a\_tasks\PSCodeHealth_5b447ab3-b758-458e-b887-d1ec8c7554e6\0.0.108\EntryPoint.ps1: line 18
2018-09-15T16:00:45.0581427Z ##[debug]at <ScriptBlock>, <No file>: line 1
2018-09-15T16:00:45.0595717Z ##[debug]at <ScriptBlock>, <No file>: line 22
2018-09-15T16:00:45.0608046Z ##[debug]at <ScriptBlock>, <No file>: line 18
2018-09-15T16:00:45.0622179Z ##[debug]at <ScriptBlock>, <No file>: line 1
2018-09-15T16:00:45.0643957Z ##[debug]Exception:
2018-09-15T16:00:45.0686361Z ##[debug]System.Management.Automation.ParameterBindingValidationException: Cannot validate argument on parameter 'First'. The argument is null, empty, or an element of the argument collection contains a null value. Supply a collection that does not contain any null values and then try the command again. ---> System.Management.Automation.ValidationMetadataException: The argument is null, empty, or an element of the argument collection contains a null value. Supply a collection that does not contain any null values and then try the command again.
2018-09-15T16:00:45.0699093Z ##[debug]   at System.Management.Automation.ValidateEnumeratedArgumentsAttribute.Validate(Object arguments, EngineIntrinsics engineIntrinsics)
2018-09-15T16:00:45.0713618Z ##[debug]   at System.Management.Automation.ParameterBinderBase.BindParameter(CommandParameterInternal parameter, CompiledCommandParameter parameterMetadata, ParameterBindingFlags flags)
2018-09-15T16:00:45.0726454Z ##[debug]   --- End of inner exception stack trace ---
2018-09-15T16:00:45.0739453Z ##[debug]   at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
2018-09-15T16:00:45.0754191Z ##[debug]   at ConvertTo-FailureLines<Process>(Closure , FunctionContext )
2018-09-15T16:00:45.0767035Z ##[debug]   at System.Management.Automation.PSScriptCmdlet.RunClause(Action`1 clause, Object dollarUnderbar, Object inputToProcess)
2018-09-15T16:00:45.0780974Z ##[debug]   at System.Management.Automation.PSScriptCmdlet.DoProcessRecord()
2018-09-15T16:00:45.0795032Z ##[debug]   at System.Management.Automation.CommandProcessor.ProcessRecord()
2018-09-15T16:00:45.0820685Z ##[error]Cannot validate argument on parameter 'First'. The argument is null, empty, or an element of the argument collection contains a null value. Supply a collection that does not contain any null values and then try the command again.
2018-09-15T16:00:45.0822039Z ##[debug]Processed: ##vso[task.logissue type=error]Cannot validate argument on parameter 'First'. The argument is null, empty, or an element of the argument collection contains a null value. Supply a collection that does not contain any null values and then try the command again.
2018-09-15T16:00:45.0843542Z ##[debug]Processed: ##vso[task.complete result=Failed]
2018-09-15T16:00:45.1407696Z ##[section]Finishing: PowerShell Code Analysis

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions