Sonar C# Plugin - Protobuf file not found - Error

2,729 views
Skip to first unread message

pons...@gmail.com

unread,
Jul 21, 2017, 1:34:17 AM7/21/17
to SonarQube
HI,

Im using SonarQube 5.6.6 and Sonar C# Plugin (v6.0.0.2033).

When I try to analyse a sample C# project, I'm seeing the below warning message:

10:51:48.073 INFO: Sensor C# (wrapped)
10:51:48.073 INFO: Importing analysis results from D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs
10:51:48.088 WARN: Protobuf file not found: D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs\encoding.pb
10:51:48.135 WARN: Protobuf file not found: D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs\metrics.pb
10:51:48.151 WARN: Protobuf file not found: D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs\token-type.pb
10:51:48.151 WARN: Protobuf file not found: D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs\symrefs.pb
10:51:48.151 WARN: Protobuf file not found: D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs\token-cpd.pb

The analysis completes successfully but all the metrics on Sonarqube dashboard shows NULL values.

I'm not sure what could be causing this issue?

I have used the below three commands to run from command line:

"C:\CodeQuality\SAnalyzer\SonarQube.Scanner.MSBuild.exe" begin /k:"com.abc.59911.samplecheckintzof.cs" 

"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe"
"C:\CodeQuality\SAnalyzer\SonarQube.Scanner.MSBuild.exe" end

The log trace from last command, is given below:
D:\NUnit_Application\NUnit_Application>"C:\abc\CodeQuality\SAnalyzer\SonarQube.Scanner.MSBuild.exe" end 
SonarQube Scanner for MSBuild 3.0
Default properties file was found at C:\abc\CodeQuality\SAnalyzer\SonarQube.Analysis.xml
Loading analysis properties from C:\abc\CodeQuality\SAnalyzer\SonarQube.Analysis.xml
sonar.verbose=true was specified - setting the log verbosity to 'Debug'
Post-processing started.
10:51:24.239  Using environment variables to determine the download directory...
10:51:24.286  10:51:24.286  sonar.verbose=true was specified - setting the log verbosity to 'Debug'
10:51:24.286  Loading the SonarQube analysis config from D:\NUnit_Application\.sonarqube\conf\SonarQubeAnalysisConfig.xml
10:51:24.286  Not running under TeamBuild
10:51:24.286  Analysis base directory: D:\NUnit_Application\.sonarqube
Build directory:
Bin directory: D:\NUnit_Application\.sonarqube\bin
Config directory: D:\NUnit_Application\.sonarqube\conf
Output directory: D:\NUnit_Application\.sonarqube\out
Config file: D:\NUnit_Application\.sonarqube\conf\SonarQubeAnalysisConfig.xml
Generating SonarQube project properties file to D:\NUnit_Application\.sonarqube\out\sonar-project.properties
The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: D:\NUnit_Application\NUnit_App
lication\bin\Debug\NUnit_Application.exe.RoslynCA.json
Setting analysis property: sonar.visualstudio.enable=false
Writing processing summary to D:\NUnit_Application\.sonarqube\out\ProjectInfo.log
SONAR_SCANNER_OPTS is not configured. Setting it to the default value of -Xmx1024m
Calling the SonarQube Scanner...
Setting environment variable 'SONAR_SCANNER_OPTS'. Value: -Xmx1024m
Executing file C:\abc\CodeQuality\SAnalyzer\sonar-scanner-3.0.3.778\bin\sonar-scanner.bat
  Args: -Dsonar.scanAllFiles=true -Dproject.settings=D:\NUnit_Application\.sonarqube\out\sonar-project.properties <sensitiv
e data removed>
  Working directory: D:\NUnit_Application
  Timeout (ms):-1
  Process id: 9684
INFO: Scanner configuration file: C:\abc\CodeQuality\SAnalyzer\sonar-scanner-3.0.3.778\bin\..\conf\sonar-scanner.properties
INFO: Project root configuration file: D:\NUnit_Application\.sonarqube\out\sonar-project.properties
10:51:26.296 INFO: SonarQube Scanner 3.0.3.778
10:51:26.311 INFO: Java 1.8.0_74 Oracle Corporation (64-bit)
10:51:26.311 INFO: Windows 7 6.1 amd64
10:51:26.311 INFO: SONAR_SCANNER_OPTS=-Xmx1024m
10:51:26.640 DEBUG: keyStore is :
10:51:26.640 DEBUG: keyStore type is : jks
10:51:26.640 DEBUG: keyStore provider is :
10:51:26.640 DEBUG: init keystore
10:51:26.640 DEBUG: init keymanager of type SunX509
10:51:26.847 INFO: User cache: C:\Users\121212\.sonar\cache
10:51:26.847 DEBUG: Extract sonar-scanner-api-batch in temp...
10:51:26.862 DEBUG: Get bootstrap index...
10:51:26.862 DEBUG: Download: http://localhost:9000/batch/index
10:51:27.269 DEBUG: Get bootstrap completed
10:51:27.269 DEBUG: Create isolated classloader...
10:51:27.285 DEBUG: Start temp cleaning...
10:51:27.347 DEBUG: Temp cleaning done
10:51:27.347 DEBUG: Execution getVersion
10:51:27.534 DEBUG: Execution start
10:51:28.964 DEBUG: Publish global mode
10:51:29.652 INFO: Load global repositories
10:51:31.760 DEBUG: GET 200 http://localhost:9000/batch/global | time=2108ms
10:51:31.885 INFO: Load global repositories (done) | time=2233ms
10:51:32.262 INFO: User cache: C:\Users\121212\.sonar\cache
10:51:33.108 INFO: Load plugins index
10:51:33.155 DEBUG: GET 200 http://localhost:9000/deploy/plugins/index.txt | time=47ms
10:51:33.155 INFO: Load plugins index (done) | time=47ms
10:51:33.156 DEBUG: Load plugins
10:51:33.203 DEBUG: Download plugin sonar-csharp-plugin-6.0.0.2033.jar to C:\Users\121212\.sonar\cache\_tmp\fileCache4383783381376986123.tmp
10:51:33.203 DEBUG: GET 200 http://localhost:9000/deploy/plugins/csharp/sonar-csharp-plugin-6.0.0.2033.jar | time=0ms
10:51:33.422 DEBUG: Download plugin sonar-resharper-plugin-2.0.jar to C:\Users\121212\.sonar\cache\_tmp\fileCache4460294001131821428.tmp
10:51:33.422 DEBUG: GET 200 http://localhost:9000/deploy/plugins/resharper/sonar-resharper-plugin-2.0.jar | time=0ms
10:51:33.438 DEBUG: Download plugin sonar-stylecop-plugin-1.1.jar to C:\Users\121212\.sonar\cache\_tmp\fileCache6302525400649768019.tmp
10:51:33.453 DEBUG: GET 200 http://localhost:9000/deploy/plugins/stylecop/sonar-stylecop-plugin-1.1.jar | time=15ms
10:51:33.453 DEBUG: Download plugin sonar-fxcop-plugin-1.0.jar to C:\Users\121212\.sonar\cache\_tmp\fileCache6383357029022327213.tmp
10:51:33.469 DEBUG: GET 200 http://localhost:9000/deploy/plugins/fxcop/sonar-fxcop-plugin-1.0.jar | time=16ms
10:51:33.531 DEBUG: Load plugins (done) | time=375ms
10:51:33.640 DEBUG: API compatibility mode is enabled on plugin ReSharper [resharper] (built with API lower than 5.2)
10:51:33.656 DEBUG: API compatibility mode is enabled on plugin StyleCop [stylecop] (built with API lower than 5.2)
10:51:34.252 DEBUG: Plugins:
10:51:34.252 DEBUG:   * C# 6.0.0.2033 (csharp)
10:51:34.252 DEBUG:   * ReSharper 2.0 (resharper)
10:51:34.252 DEBUG:   * StyleCop 1.1 (stylecop)
10:51:34.252 DEBUG:   * FxCop 1.0 (fxcop)
10:51:34.595 DEBUG: Execution getVersion
10:51:34.595 INFO: SonarQube server 5.6.6
10:51:34.595 INFO: Default locale: "en_US", source code encoding: "windows-1252" (analysis is platform dependent)
10:51:34.595 DEBUG: Work directory: D:\NUnit_Application\.sonarqube\out\.sonar
10:51:34.595 DEBUG: Execution getVersion
10:51:34.595 DEBUG: Execution execute
10:51:36.054 INFO: Process project properties
10:51:36.070 DEBUG: Process project properties (done) | time=16ms
10:51:36.290 INFO: Load project repositories
10:51:39.766 DEBUG: GET 200 http://localhost:9000/batch/project.protobuf?key=com.abc.internal.gtointernal.sample.59911.samplecheckintzof.cs | time=3445ms
10:51:40.096 INFO: Load project repositories (done) | time=3806ms
10:51:40.301 DEBUG: Available languages:
10:51:40.301 DEBUG:   * C# => "cs"
10:51:40.316 INFO: Load quality profiles
10:51:42.223 DEBUG: GET 200 http://localhost:9000/api/qualityprofiles/search.protobuf?projectKey=com.abc.internal.gtointernal.sample.59911.samplecheckintzof
.cs | time=1907ms
10:51:42.269 INFO: Load quality profiles (done) | time=1953ms
10:51:42.285 INFO: Load active rules
10:51:44.148 DEBUG: GET 200 http://localhost:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives&activation=true&qpr
ofile=cs-all_csharp-23363&p=1&ps=500 | time=1863ms
10:51:44.275 INFO: Load active rules (done) | time=1990ms
10:51:44.338 DEBUG: SCM Step is disabled by configuration
10:51:44.338 INFO: Publish mode
10:51:44.338 DEBUG: Start recursive analysis of project modules
10:51:44.338 INFO: -------------  Scan NUnit_Application.Test
10:51:44.732 INFO: Load server rules
10:51:47.447 DEBUG: GET 200 http://localhost:9000/api/rules/list.protobuf | time=2715ms
10:51:47.493 INFO: Load server rules (done) | time=2761ms
10:51:47.729 DEBUG: Initializers :
10:51:47.729 INFO: Base dir: D:\NUnit_Application\NUnit_Application.Test
10:51:47.729 INFO: Working dir: D:\NUnit_Application\.sonarqube\out\.sonar\mod0
10:51:47.729 INFO: Test paths: Properties/AssemblyInfo.cs, TestClass.cs
10:51:47.729 INFO: Source encoding: UTF-8, default locale: en_US
10:51:47.745 INFO: Index files
10:51:47.745 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
10:51:47.776 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
10:51:47.776 DEBUG: Language of file 'TestClass.cs' is detected to be 'cs'
10:51:47.839 INFO: 2 files indexed
10:51:47.885 INFO: Quality profile for cs: all_csharp
10:51:47.932 INFO: All ReSharper rules are disabled, skipping its execution.
10:51:47.963 DEBUG: Code colorizer, supported languages:
10:51:47.963 DEBUG: 'FxCop (cs)' skipped because there is no related file in current project
10:51:47.963 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
10:51:47.979 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration
 Tests Coverage Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> Zero Coverage Sensor (wrapped) -> Code Colorizer Sensor (wrapped) -> CPD Blo
ck Indexer (wrapped)
10:51:47.979 INFO: Sensor Lines Sensor (wrapped)
10:51:47.979 INFO: Sensor Lines Sensor (wrapped) (done) | time=0ms
10:51:47.979 INFO: Sensor SCM Sensor (wrapped)
10:51:47.979 INFO: SCM Publisher is disabled
10:51:47.979 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
10:51:47.979 INFO: Sensor C# (wrapped)
10:51:47.979 DEBUG: No files to analyze. Skip Sensor.
10:51:47.979 INFO: Sensor C# (wrapped) (done) | time=0ms
10:51:47.979 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
10:51:47.979 DEBUG: No coverage property. Skip Sensor
10:51:47.979 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=0ms
10:51:47.979 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
10:51:47.979 DEBUG: No coverage property. Skip Sensor
10:51:47.979 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=0ms
10:51:47.979 INFO: Sensor C# Unit Test Results Import (wrapped)
10:51:47.979 DEBUG: No unit test results property. Skip Sensor
10:51:47.979 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=0ms
10:51:47.979 INFO: Sensor Zero Coverage Sensor (wrapped)
10:51:47.979 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=0ms
10:51:47.979 INFO: Sensor Code Colorizer Sensor (wrapped)
10:51:47.995 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=16ms
10:51:47.995 INFO: Sensor CPD Block Indexer (wrapped)
10:51:47.995 INFO: DefaultCpdBlockIndexer is used for cs
10:51:47.995 DEBUG: No CpdMapping for language cs
10:51:47.995 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=0ms
10:51:47.995 INFO: -------------  Scan NUnit_Application
10:51:48.026 DEBUG: Initializers :
10:51:48.026 INFO: Base dir: D:\NUnit_Application\NUnit_Application
10:51:48.026 INFO: Working dir: D:\NUnit_Application\.sonarqube\out\.sonar\mod1
10:51:48.026 INFO: Source paths: Program.cs, Properties/AssemblyInfo.cs, NUnit Rferences/nunit.framework.dll
10:51:48.026 INFO: Source encoding: UTF-8, default locale: en_US
10:51:48.026 INFO: Index files
10:51:48.026 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
10:51:48.026 DEBUG: Language of file 'Program.cs' is detected to be 'cs'
10:51:48.026 DEBUG: Language of file 'Properties/AssemblyInfo.cs' is detected to be 'cs'
10:51:48.026 INFO: Analyzer working directory does not exist
10:51:48.041 INFO: 2 files indexed
10:51:48.041 INFO: Quality profile for cs: all_csharp
10:51:48.041 INFO: All ReSharper rules are disabled, skipping its execution.
10:51:48.041 INFO: All StyleCop rules are disabled, skipping its execution.
10:51:48.041 DEBUG: 'FxCop (cs)' skipped because there is no related rule activated in the quality profile
10:51:48.041 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
10:51:48.041 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# (wrapped) -> C# Unit Tests Coverage Report Import (wrapped) -> C# Integration
 Tests Coverage Report Import (wrapped) -> C# Unit Test Results Import (wrapped) -> Zero Coverage Sensor (wrapped) -> Code Colorizer Sensor (wrapped) -> CPD Blo
ck Indexer (wrapped)
10:51:48.041 INFO: Sensor Lines Sensor (wrapped)
10:51:48.073 INFO: Sensor Lines Sensor (wrapped) (done) | time=32ms
10:51:48.073 INFO: Sensor SCM Sensor (wrapped)
10:51:48.073 INFO: SCM Publisher is disabled
10:51:48.073 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
10:51:48.073 INFO: Sensor C# (wrapped)
10:51:48.073 INFO: Importing analysis results from D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs
10:51:48.088 WARN: Protobuf file not found: D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs\encoding.pb
10:51:48.135 WARN: Protobuf file not found: D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs\metrics.pb
10:51:48.151 WARN: Protobuf file not found: D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs\token-type.pb
10:51:48.151 WARN: Protobuf file not found: D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs\symrefs.pb
10:51:48.151 WARN: Protobuf file not found: D:\NUnit_Application\.sonarqube\out\NUnit_Application_2118\output-cs\token-cpd.pb
10:51:48.151 INFO: Importing Roslyn report
10:51:48.217 INFO: Sensor C# (wrapped) (done) | time=144ms
10:51:48.217 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped)
10:51:48.217 DEBUG: No coverage property. Skip Sensor
10:51:48.217 INFO: Sensor C# Unit Tests Coverage Report Import (wrapped) (done) | time=0ms
10:51:48.217 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped)
10:51:48.217 DEBUG: No coverage property. Skip Sensor
10:51:48.217 INFO: Sensor C# Integration Tests Coverage Report Import (wrapped) (done) | time=0ms
10:51:48.217 INFO: Sensor C# Unit Test Results Import (wrapped)
10:51:48.217 DEBUG: No unit test results property. Skip Sensor
10:51:48.217 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=0ms
10:51:48.217 INFO: Sensor Zero Coverage Sensor (wrapped)
10:51:48.279 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=62ms
10:51:48.279 INFO: Sensor Code Colorizer Sensor (wrapped)
10:51:48.279 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=0ms
10:51:48.279 INFO: Sensor CPD Block Indexer (wrapped)
10:51:48.279 INFO: DefaultCpdBlockIndexer is used for cs
10:51:48.279 DEBUG: No CpdMapping for language cs
10:51:48.279 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=0ms
10:51:48.279 INFO: -------------  Scan NunitTestCoverage
10:51:48.311 DEBUG: Initializers :
10:51:48.311 INFO: Base dir: D:\NUnit_Application\NUnit_Application
10:51:48.311 INFO: Working dir: D:\NUnit_Application\NUnit_Application\.sonarqube\out\.sonar
10:51:48.311 INFO: Source encoding: windows-1252, default locale: en_US
10:51:48.311 DEBUG: 'C#' skipped because there is no related file in current project
10:51:48.311 DEBUG: 'C# Unit Tests Coverage Report Import' skipped because there is no related file in current project
10:51:48.311 DEBUG: 'C# Integration Tests Coverage Report Import' skipped because there is no related file in current project
10:51:48.311 DEBUG: 'FxCop (cs)' skipped because there is no related file in current project
10:51:48.311 DEBUG: 'FxCop (vbnet)' skipped because there is no related file in current project
10:51:48.311 DEBUG: Sensors : Lines Sensor (wrapped) -> SCM Sensor (wrapped) -> C# Unit Test Results Import (wrapped) -> Zero Coverage Sensor (wrapped) -> Code
Colorizer Sensor (wrapped) -> CPD Block Indexer (wrapped)
10:51:48.311 INFO: Sensor Lines Sensor (wrapped)
10:51:48.311 INFO: Sensor Lines Sensor (wrapped) (done) | time=0ms
10:51:48.311 INFO: Sensor SCM Sensor (wrapped)
10:51:48.311 INFO: SCM Publisher is disabled
10:51:48.311 INFO: Sensor SCM Sensor (wrapped) (done) | time=0ms
10:51:48.311 INFO: Sensor C# Unit Test Results Import (wrapped)
10:51:48.311 DEBUG: No unit test results property. Skip Sensor
10:51:48.311 INFO: Sensor C# Unit Test Results Import (wrapped) (done) | time=0ms
10:51:48.311 INFO: Sensor Zero Coverage Sensor (wrapped)
10:51:48.311 INFO: Sensor Zero Coverage Sensor (wrapped) (done) | time=0ms
10:51:48.311 INFO: Sensor Code Colorizer Sensor (wrapped)
10:51:48.311 INFO: Sensor Code Colorizer Sensor (wrapped) (done) | time=0ms
10:51:48.311 INFO: Sensor CPD Block Indexer (wrapped)
10:51:48.311 INFO: Sensor CPD Block Indexer (wrapped) (done) | time=0ms
10:51:48.326 INFO: Calculating CPD for 0 files
10:51:48.326 INFO: CPD calculation finished
10:51:48.545 INFO: Analysis report generated in 219ms, dir size=17 KB
10:51:48.655 INFO: Analysis reports compressed in 95ms, zip size=9 KB
10:51:48.655 INFO: Analysis report generated in D:\NUnit_Application\NUnit_Application\.sonarqube\out\.sonar\batch-report
10:51:48.655 DEBUG: Upload report
10:51:50.783 DEBUG: POST 200 http://localhost:9000/api/ce/submit?projectKey=com.abc.internal.gtointernal.sample.59911.samplecheckintzof.cs&projectName=Nunit
TestCoverage | time=2128ms
10:51:50.814 INFO: Analysis report uploaded in 2159ms
10:51:50.814 INFO: ANALYSIS SUCCESSFUL, you can browse http://10.223.66.65:9000/dashboard/index/com.abc.internal.gtointernal.sample.59911.samplecheckintzof.
cs
10:51:50.814 INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
10:51:50.814 INFO: More about the report processing at http://10.223.66.65:9000/api/ce/task?id=AV1jmEZtIhDYSTiKL1o8
10:51:50.876 DEBUG: Report metadata written to D:\NUnit_Application\NUnit_Application\.sonarqube\out\.sonar\report-task.txt
10:51:50.876 DEBUG: Post-jobs :
10:51:50.892 INFO: ------------------------------------------------------------------------
10:51:50.892 INFO: EXECUTION SUCCESS
10:51:50.892 INFO: ------------------------------------------------------------------------
10:51:50.892 INFO: Total time: 24.754s
10:51:50.939 INFO: Final Memory: 42M/131M
10:51:50.939 INFO: ------------------------------------------------------------------------
10:51:50.939 DEBUG: Execution getVersion
10:51:50.939 DEBUG: Execution stop
Process returned exit code 0
The SonarQube Scanner has finished
10:51:51.236  Creating a summary markdown file...
10:51:51.236  Analysis results: http://localhost:9000/dashboard/index/com.abc.internal.gtointernal.sample.59911.samplecheckintzof.cs
10:51:51.236  Post-processing succeeded.
 


Regards 
Suresh 

Jan Sandquist

unread,
Jul 25, 2017, 8:46:27 AM7/25/17
to SonarQube, pons...@gmail.com
Hi,
just to confirm I stumbled on the same issue (I guess) with all zeroes on the dashboard. I am testing with these latest versions:
  • SonarQube 6.5 RC 2
  • C# 6.2.0.2536 RC
  • Scanner for MSBuild 3.0.1.635
and in the log we have these warnings

11:34:39.658 WARN: Protobuf file not found: C:\tfs\sq\...\.sonarqube\out\Some_Project_2021\output-cs\encoding.pb
11:34:39.658 WARN: Protobuf file not found: C:\tfs\sq\...\.sonarqube\out\Some_Project_2021\output-cs\metrics.pb
11:34:39.658 WARN: Protobuf file not found: C:\tfs\sq\...\.sonarqube\out\Some_Project_2021\output-cs\token-type.pb
11:34:39.658 WARN: Protobuf file not found: C:\tfs\sq\...\.sonarqube\out\Some_Project_2021\output-cs\symrefs.pb
11:34:39.659 WARN: Protobuf file not found: C:\tfs\sq\...\.sonarqube\out\Some_Project_2021\\output-cs\token-cpd.pb


In addition we have a shared file at a higher level which I guess is causing the following output - nulls - but this is non-critical I assume:

11:34:40.013 DEBUG: Sensors : C# -> C# Tests Coverage Report Import -> [Deprecated] C# Integration Tests Coverage Report Import -> C# Unit Test Results Import -> Zero Coverage Sensor -> CPD Block Indexer
11:34:40.013 WARN: Protobuf file not found: null\output-cs\encoding.pb
11:34:40.013 WARN: Protobuf file not found: null\output-cs\metrics.pb
11:34:40.013 INFO: Sensor C# [csharp]
11:34:40.013 INFO: Importing analysis results from C:\tfs\sq\...\SolutionRoot\null\output-cs
11:34:40.016 WARN: Protobuf file not found: null\output-cs\issues.pb
11:34:40.016 WARN: Protobuf file not found: null\output-cs\token-type.pb
11:34:40.016 WARN: Protobuf file not found: null\output-cs\symrefs.pb
11:34:40.016 WARN: Protobuf file not found: null\output-cs\token-cpd.pb
11:34:40.016 INFO: Sensor C# [csharp] (done) | time=3ms

My guess here is based on a comment in another thread by Julien Henry - see https://groups.google.com/d/msg/sonarqube/CuPGAVCzm4g/MkwO_5XSAgAJ

Regards,
Jan

Jan Sandquist

unread,
Jul 26, 2017, 3:12:58 AM7/26/17
to SonarQube, pons...@gmail.com
Hi again,
in my case I found that the cached Google.Protobuf.dll was a zero-byte-file and msbuild/CSC generated some warnings about this. Might be related to issue #586.

Solved by deleting the cache folder - typically C:\Users\userID\AppData\Local\Temp\.sonarqube - and start over with the begin phase that re-downloaded the proper file.

Best Regards,
Jan

G. Ann Campbell

unread,
Jul 26, 2017, 9:38:31 AM7/26/17
to SonarQube, pons...@gmail.com
Hi Jan,

Thanks for the followup!


Ann

decads....@gmail.com

unread,
Jan 9, 2018, 4:57:04 AM1/9/18
to SonarQube
@Jan: I did as you said, but nothing changed. The issue still happened.

valeri....@sonarsource.com

unread,
Jan 9, 2018, 11:34:27 AM1/9/18
to SonarQube
Hi, what version of SonarC# and Scanner for MSBuild are you using? Could you run the begin step with /d:sonar.verbose=true and send me the complete log, including the msbuild and end step?
Message has been deleted

decads....@gmail.com

unread,
Jan 9, 2018, 11:01:22 PM1/9/18
to SonarQube
Hi valeri

I've just re-installed all Sonar.
SonarQube: 6.7.1
SonarC# version: 6.5.0.3766
Sonar-scanner-msbuild: 4.0.2

Here is the full log:

[EnvInject] - Loading node environment variables.
Building in workspace C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib
 > C:\Program Files\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files\Git\bin\git.exe config remote.origin.url https://kenzyplatform.visualstudio.com/Kenzy_core/_git/DECAds-ShopifyAPI # timeout=10
Fetching upstream changes from https://kenzyplatform.visualstudio.com/Kenzy_core/_git/DECAds-ShopifyAPI
 > C:\Program Files\Git\bin\git.exe --version # timeout=10
using GIT_ASKPASS to set credentials
 > C:\Program Files\Git\bin\git.exe fetch --tags --progress https://kenzyplatform.visualstudio.com/Kenzy_core/_git/DECAds-ShopifyAPI +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > C:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 8c89d60a98a4b88b40f979e82aaeee75686626bb (refs/remotes/origin/master)
 > C:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10
 > C:\Program Files\Git\bin\git.exe checkout -f 8c89d60a98a4b88b40f979e82aaeee75686626bb
Commit message: "Merged PR 1747: Merge task/2489_RefactoryFollowReshaperChecking to master"
 > C:\Program Files\Git\bin\git.exe rev-list 8c89d60a98a4b88b40f979e82aaeee75686626bb # timeout=10
No emails were triggered.
[Kenzy_CommerceLib] $ "C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\MSBuild.SonarQube.Runner.exe" begin /k:tctav.com:Kenzy_CommerceLib /n:Kenzy_CommerceLib /v:8c89d60a98a4b88b40f979e82aaeee75686626bb /d:sonar.host.url=http://10.190.200.35:9000 ******** /d:sonar.verbose=true; /d:sonar.sourceEncoding=UTF-8; /d:sonar.sources=./;
SonarQube Scanner for MSBuild 4.0.2
Default properties file was found at C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\SonarQube.Analysis.xml
Loading analysis properties from C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\SonarQube.Analysis.xml
WARNING: Expecting the sonar.verbose property to be set to either 'true' or 'false' (case-sensitive) but it was set to 'true;'.
Pre-processing started.
Preparing working directories...
10:32:26.653  10:32:26.653  10:32:26.653  WARNING: Expecting the sonar.verbose property to be set to either 'true' or 'false' (case-sensitive) but it was set to 'true;'.
10:32:26.653  Updating build integration targets...
10:32:26.669  Fetching analysis configuration settings...
10:32:26.7  10:32:26.7  WARNING: The property 'sonar.cs.msbuild.testProjectPattern' defined in SonarQube is deprecated. Set the property 'sonar.msbuild.testProjectPattern' in the scanner instead.
10:32:26.809  Provisioning analyzer assemblies for cs...
10:32:26.809  Installing required Roslyn analyzers...
10:32:26.856  Pre-processing succeeded.
Path To MSBuild.exe: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe
Executing the command cmd.exe /C " chcp 1252 & "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" /p:Configuration=Release /t:Rebuild /t:Clean;Build "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib/src/ShopifyAPI.sln" " && exit %%ERRORLEVEL%% from C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib
[Kenzy_CommerceLib] $ cmd.exe /C " chcp 1252 & "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" /p:Configuration=Release /t:Rebuild /t:Clean;Build "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib/src/ShopifyAPI.sln" " && exit %%ERRORLEVEL%%
Active code page: 1252
Microsoft (R) Build Engine version 15.5.180.51428 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 1/10/2018 10:32:26 AM.
Project "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.sln" on node 1 (Rebuild;Clean;Build target(s)).
ValidateSolutionConfiguration:
  Building solution configuration "Release|Any CPU".
Project "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\ShopifyAPI.csproj" (2) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ApplicationInsights.config".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ShopifyAPI.dll.config".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ShopifyAPI.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ShopifyAPI.pdb".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\zh-TW\ShopifyAPI.resources.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.InteropServices.RuntimeInformation.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Win32.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\netstandard.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.AppContext.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Collections.Concurrent.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Collections.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Collections.NonGeneric.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Collections.Specialized.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.ComponentModel.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.ComponentModel.EventBasedAsync.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.ComponentModel.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.ComponentModel.TypeConverter.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Console.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Data.Common.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.Contracts.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.Debug.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.FileVersionInfo.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.Process.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.StackTrace.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.TextWriterTraceListener.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.Tools.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.TraceSource.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.Tracing.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Drawing.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Dynamic.Runtime.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Globalization.Calendars.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Globalization.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Globalization.Extensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.Compression.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.Compression.ZipFile.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.FileSystem.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.FileSystem.DriveInfo.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.FileSystem.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.FileSystem.Watcher.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.IsolatedStorage.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.MemoryMappedFiles.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.Pipes.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IO.UnmanagedMemoryStream.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Linq.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Linq.Expressions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Linq.Parallel.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Linq.Queryable.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.Http.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.NameResolution.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.NetworkInformation.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.Ping.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.Requests.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.Security.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.Sockets.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.WebHeaderCollection.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.WebSockets.Client.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.WebSockets.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.ObjectModel.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Reflection.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Reflection.Extensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Reflection.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Resources.Reader.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Resources.ResourceManager.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Resources.Writer.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.CompilerServices.VisualC.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.Extensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.Handles.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.InteropServices.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.Numerics.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.Serialization.Formatters.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.Serialization.Json.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.Serialization.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.Serialization.Xml.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Security.Claims.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Security.Cryptography.Algorithms.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Security.Cryptography.Csp.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Security.Cryptography.Encoding.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Security.Cryptography.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Security.Cryptography.X509Certificates.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Security.Principal.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Security.SecureString.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Text.Encoding.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Text.Encoding.Extensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Text.RegularExpressions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Threading.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Threading.Overlapped.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Threading.Tasks.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Threading.Tasks.Parallel.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Threading.Thread.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Threading.ThreadPool.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Threading.Timer.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.ValueTuple.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Xml.ReaderWriter.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Xml.XDocument.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Xml.XmlDocument.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Xml.XmlSerializer.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Xml.XPath.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Xml.XPath.XDocument.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Flurl.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Flurl.Http.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.AI.Agent.Intercept.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.AI.DependencyCollector.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.AI.PerfCounterCollector.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.AI.ServerTelemetryChannel.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.AI.Web.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.AI.WindowsServer.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.ApplicationInsights.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Extensions.DependencyInjection.Abstractions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Extensions.DependencyInjection.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Extensions.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Owin.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Owin.Host.SystemWeb.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Web.Infrastructure.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Newtonsoft.Json.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Owin.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ShopifySharp.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\StackExchange.Redis.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Swashbuckle.Core.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.DiagnosticSource.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IdentityModel.Tokens.Jwt.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.Http.Formatting.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Reflection.TypeExtensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.CompilerServices.Unsafe.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Text.Encoding.CodePages.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Web.Http.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Web.Http.WebHost.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\WebActivatorEx.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Flurl.pdb".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Flurl.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Flurl.Http.pdb".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Flurl.Http.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Extensions.DependencyInjection.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Extensions.DependencyInjection.Abstractions.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Extensions.Primitives.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Owin.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Owin.Host.SystemWeb.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Newtonsoft.Json.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\StackExchange.Redis.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Diagnostics.DiagnosticSource.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.IdentityModel.Tokens.Jwt.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Runtime.CompilerServices.Unsafe.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.ApplicationInsights.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.AI.DependencyCollector.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.AI.ServerTelemetryChannel.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.AI.WindowsServer.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.AI.Web.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Net.Http.Formatting.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Web.Http.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Web.Http.WebHost.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\obj\Release\ShopifyAPI.csprojResolveAssemblyReference.cache".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\obj\Release\ShopifyAPI.Properties.Resources.resources".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\obj\Release\ShopifyAPI.Properties.Resources.zh-TW.resources".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\obj\Release\ShopifyAPI.csproj.GenerateResource.Cache".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\obj\Release\ShopifyAPI.csproj.CoreCompileInputs.cache".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\obj\Release\zh-TW\ShopifyAPI.resources.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\obj\Release\ShopifyAPI.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\obj\Release\ShopifyAPI.pdb".
_HandlePackageFileConflicts:
  Encountered conflict between 'Reference:System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Runtime.InteropServices.RuntimeInformation'.  Choosing 'Reference:System.Runtime.InteropServices.RuntimeInformation' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:Microsoft.Win32.Primitives'.  Choosing 'Reference:Microsoft.Win32.Primitives' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.AppContext'.  Choosing 'Reference:System.AppContext' because AssemblyVersion '4.1.2.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Console'.  Choosing 'Reference:System.Console' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Diagnostics.Tracing'.  Choosing 'Reference:System.Diagnostics.Tracing' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Globalization.Calendars'.  Choosing 'Reference:System.Globalization.Calendars' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL' and 'Reference:System.IO.Compression'.  Choosing 'Reference:System.IO.Compression' because AssemblyVersion '4.2.0.0' is greater than '4.1.2.0'.
  Encountered conflict between 'Reference:System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL' and 'Reference:System.IO.Compression.ZipFile'.  Choosing 'Reference:System.IO.Compression.ZipFile' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.IO'.  Choosing 'Reference:System.IO' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.IO.FileSystem'.  Choosing 'Reference:System.IO.FileSystem' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.IO.FileSystem.Primitives'.  Choosing 'Reference:System.IO.FileSystem.Primitives' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Net.Http'.  Choosing 'Reference:System.Net.Http' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Net.Sockets'.  Choosing 'Reference:System.Net.Sockets' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Reflection'.  Choosing 'Reference:System.Reflection' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Runtime'.  Choosing 'Reference:System.Runtime' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Runtime.Extensions'.  Choosing 'Reference:System.Runtime.Extensions' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime.InteropServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Runtime.InteropServices'.  Choosing 'Reference:System.Runtime.InteropServices' because AssemblyVersion '4.1.2.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Security.Cryptography.Algorithms'.  Choosing 'Reference:System.Security.Cryptography.Algorithms' because AssemblyVersion '4.3.0.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Security.Cryptography.Encoding'.  Choosing 'Reference:System.Security.Cryptography.Encoding' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Security.Cryptography.Primitives'.  Choosing 'Reference:System.Security.Cryptography.Primitives' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Security.Cryptography.X509Certificates'.  Choosing 'Reference:System.Security.Cryptography.X509Certificates' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Xml.ReaderWriter'.  Choosing 'Reference:System.Xml.ReaderWriter' because AssemblyVersion '4.1.1.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Reference:System.IO.Compression' and 'Platform:System.IO.Compression.dll'.  Choosing 'Reference:System.IO.Compression' because AssemblyVersion '4.2.0.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Net.Http' and 'Platform:System.Net.Http.dll'.  Choosing 'Reference:System.Net.Http' because AssemblyVersion '4.2.0.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Collections' and 'Platform:System.Collections.dll'.  Choosing 'Reference:System.Collections' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Collections.Concurrent' and 'Platform:System.Collections.Concurrent.dll'.  Choosing 'Reference:System.Collections.Concurrent' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.ComponentModel' and 'Platform:System.ComponentModel.dll'.  Choosing 'Reference:System.ComponentModel' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.ComponentModel.EventBasedAsync' and 'Platform:System.ComponentModel.EventBasedAsync.dll'.  Choosing 'Reference:System.ComponentModel.EventBasedAsync' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Contracts' and 'Platform:System.Diagnostics.Contracts.dll'.  Choosing 'Reference:System.Diagnostics.Contracts' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Debug' and 'Platform:System.Diagnostics.Debug.dll'.  Choosing 'Reference:System.Diagnostics.Debug' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Tools' and 'Platform:System.Diagnostics.Tools.dll'.  Choosing 'Reference:System.Diagnostics.Tools' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Tracing' and 'Platform:System.Diagnostics.Tracing.dll'.  Choosing 'Reference:System.Diagnostics.Tracing' because AssemblyVersion '4.2.0.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Reference:System.Dynamic.Runtime' and 'Platform:System.Dynamic.Runtime.dll'.  Choosing 'Reference:System.Dynamic.Runtime' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Globalization' and 'Platform:System.Globalization.dll'.  Choosing 'Reference:System.Globalization' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.IO' and 'Platform:System.IO.dll'.  Choosing 'Reference:System.IO' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Linq' and 'Platform:System.Linq.dll'.  Choosing 'Reference:System.Linq' because AssemblyVersion '4.1.2.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Linq.Expressions' and 'Platform:System.Linq.Expressions.dll'.  Choosing 'Reference:System.Linq.Expressions' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Linq.Parallel' and 'Platform:System.Linq.Parallel.dll'.  Choosing 'Reference:System.Linq.Parallel' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Linq.Queryable' and 'Platform:System.Linq.Queryable.dll'.  Choosing 'Reference:System.Linq.Queryable' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Net.NetworkInformation' and 'Platform:System.Net.NetworkInformation.dll'.  Choosing 'Reference:System.Net.NetworkInformation' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Net.Primitives' and 'Platform:System.Net.Primitives.dll'.  Choosing 'Reference:System.Net.Primitives' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Net.Requests' and 'Platform:System.Net.Requests.dll'.  Choosing 'Reference:System.Net.Requests' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Net.WebHeaderCollection' and 'Platform:System.Net.WebHeaderCollection.dll'.  Choosing 'Reference:System.Net.WebHeaderCollection' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.ObjectModel' and 'Platform:System.ObjectModel.dll'.  Choosing 'Reference:System.ObjectModel' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Reflection' and 'Platform:System.Reflection.dll'.  Choosing 'Reference:System.Reflection' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Reflection.Extensions' and 'Platform:System.Reflection.Extensions.dll'.  Choosing 'Reference:System.Reflection.Extensions' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Reflection.Primitives' and 'Platform:System.Reflection.Primitives.dll'.  Choosing 'Reference:System.Reflection.Primitives' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Resources.ResourceManager' and 'Platform:System.Resources.ResourceManager.dll'.  Choosing 'Reference:System.Resources.ResourceManager' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Runtime' and 'Platform:System.Runtime.dll'.  Choosing 'Reference:System.Runtime' because AssemblyVersion '4.1.2.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Reference:System.Runtime.Extensions' and 'Platform:System.Runtime.Extensions.dll'.  Choosing 'Reference:System.Runtime.Extensions' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Runtime.Handles' and 'Platform:System.Runtime.Handles.dll'.  Choosing 'Reference:System.Runtime.Handles' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Runtime.InteropServices' and 'Platform:System.Runtime.InteropServices.dll'.  Choosing 'Reference:System.Runtime.InteropServices' because AssemblyVersion '4.1.2.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Reference:System.Runtime.Numerics' and 'Platform:System.Runtime.Numerics.dll'.  Choosing 'Reference:System.Runtime.Numerics' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Runtime.Serialization.Json' and 'Platform:System.Runtime.Serialization.Json.dll'.  Choosing 'Reference:System.Runtime.Serialization.Json' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Runtime.Serialization.Primitives' and 'Platform:System.Runtime.Serialization.Primitives.dll'.  Choosing 'Reference:System.Runtime.Serialization.Primitives' because AssemblyVersion '4.2.0.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Runtime.Serialization.Xml' and 'Platform:System.Runtime.Serialization.Xml.dll'.  Choosing 'Reference:System.Runtime.Serialization.Xml' because AssemblyVersion '4.1.3.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Security.Principal' and 'Platform:System.Security.Principal.dll'.  Choosing 'Reference:System.Security.Principal' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Text.Encoding' and 'Platform:System.Text.Encoding.dll'.  Choosing 'Reference:System.Text.Encoding' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Text.Encoding.Extensions' and 'Platform:System.Text.Encoding.Extensions.dll'.  Choosing 'Reference:System.Text.Encoding.Extensions' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Text.RegularExpressions' and 'Platform:System.Text.RegularExpressions.dll'.  Choosing 'Reference:System.Text.RegularExpressions' because AssemblyVersion '4.1.1.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Threading' and 'Platform:System.Threading.dll'.  Choosing 'Reference:System.Threading' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Threading.Tasks' and 'Platform:System.Threading.Tasks.dll'.  Choosing 'Reference:System.Threading.Tasks' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Threading.Tasks.Parallel' and 'Platform:System.Threading.Tasks.Parallel.dll'.  Choosing 'Reference:System.Threading.Tasks.Parallel' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Threading.Timer' and 'Platform:System.Threading.Timer.dll'.  Choosing 'Reference:System.Threading.Timer' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Xml.ReaderWriter' and 'Platform:System.Xml.ReaderWriter.dll'.  Choosing 'Reference:System.Xml.ReaderWriter' because AssemblyVersion '4.1.1.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Xml.XDocument' and 'Platform:System.Xml.XDocument.dll'.  Choosing 'Reference:System.Xml.XDocument' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Xml.XmlSerializer' and 'Platform:System.Xml.XmlSerializer.dll'.  Choosing 'Reference:System.Xml.XmlSerializer' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.2.0'.
  Encountered conflict between 'Reference:System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime.InteropServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll' because AssemblyVersion '4.3.0.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll' because AssemblyVersion '4.1.1.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Platform:System.Collections.Concurrent.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Collections.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.ComponentModel.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.ComponentModel.EventBasedAsync.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Diagnostics.Contracts.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Diagnostics.Debug.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Diagnostics.Tools.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Diagnostics.Tracing.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll' because AssemblyVersion '4.2.0.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Platform:System.Dynamic.Runtime.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Globalization.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.IO.Compression.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll' because AssemblyVersion '4.2.0.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.IO.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Linq.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Linq.Expressions.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Linq.Parallel.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Linq.Queryable.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Net.Http.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll' because AssemblyVersion '4.2.0.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Net.Primitives.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Net.Requests.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Net.WebHeaderCollection.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.ObjectModel.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Reflection.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Reflection.Extensions.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Reflection.Primitives.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Resources.ResourceManager.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Runtime.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Platform:System.Runtime.Extensions.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Runtime.Handles.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Runtime.InteropServices.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Platform:System.Runtime.Numerics.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Runtime.Serialization.Json.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Runtime.Serialization.Primitives.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll' because AssemblyVersion '4.2.0.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Runtime.Serialization.Xml.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll' because AssemblyVersion '4.1.3.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Security.Principal.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Text.Encoding.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Text.Encoding.Extensions.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Text.RegularExpressions.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Threading.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Threading.Tasks.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Threading.Tasks.Parallel.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Threading.Timer.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Xml.ReaderWriter.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Xml.XDocument.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Xml.XmlSerializer.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
CoreResGen:
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Microsoft.CSharp.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Owin.1.0\lib\net40\Owin.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\ShopifySharp.4.7.0\lib\net45\ShopifySharp.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Activities.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.DataAnnotations.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Configuration.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.EnterpriseServices.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.IdentityModel.Tokens.Jwt.4.0.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Reflection.TypeExtensions.4.1.0\lib\net462\System.Reflection.TypeExtensions.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Text.Encoding.CodePages.4.0.1\lib\net46\System.Text.Encoding.CodePages.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.ApplicationServices.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.DynamicData.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Entity.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Extensions.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Services.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" /r:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" /r:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\WebActivatorEx.2.0.6\lib\net40\WebActivatorEx.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /compile Properties\Resources.resx,obj\Release\ShopifyAPI.Properties.Resources.resources Properties\Resources.zh-TW.resx,obj\Release\ShopifyAPI.Properties.Resources.zh-TW.resources
  Processing resource file "Properties\Resources.resx" into "obj\Release\ShopifyAPI.Properties.Resources.resources".
  Processing resource file "Properties\Resources.zh-TW.resx" into "obj\Release\ShopifyAPI.Properties.Resources.zh-TW.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CreateProjectSpecificDirs:
  Creating directory "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\conf\0".
CoreCompile:
  C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Net.Compilers.2.1.0\build\..\tools\csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Owin.1.0\lib\net40\Owin.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\ShopifySharp.4.7.0\lib\net45\ShopifySharp.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Activities.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.DataAnnotations.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Configuration.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.EnterpriseServices.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.IdentityModel.Tokens.Jwt.4.0.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Reflection.TypeExtensions.4.1.0\lib\net462\System.Reflection.TypeExtensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Text.Encoding.CodePages.4.0.1\lib\net46\System.Text.Encoding.CodePages.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.ApplicationServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.DynamicData.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Entity.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Extensions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Services.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\WebActivatorEx.2.0.6\lib\net40\WebActivatorEx.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:pdbonly /optimize+ /out:obj\Release\ShopifyAPI.dll /ruleset:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Static Analysis Tools\\Rule Sets\MinimumRecommendedRules.ruleset" /subsystemversion:6.00 /resource:obj\Release\ShopifyAPI.Properties.Resources.resources /target:library /warnaserror- /utf8output App_Start\SwaggerConfig.cs App_Start\WebApiConfig.cs Attribute\AuthorizationFilterAttribute.cs Connections\RedisConnection.cs Controllers\CustomerController.Core.cs Controllers\ShoppingCartController.Core.cs Controllers\OrderController.cs Controllers\ProductsController.Core.cs Controllers\ProductsController.cs DI\DefaultDependencyResolver.cs DI\ServiceProviderExtensions.cs Entities\Checkout\AppliedDiscount.cs Entities\Checkout\ShippingRate.cs Entities\Checkout\ShippingRateCheckout.cs Entities\DraftOrder\DraftOrder.cs Entities\DraftOrder\DraftOrderShippingLine.cs Entities\Order\CustomOrder.cs Entities\UserInfo.cs Global.asax.cs Entities\BtnImageObject.cs Properties\AssemblyInfo.cs Properties\Resources.zh-TW.Designer.cs Properties\Resources.Designer.cs Services\CustomCustomerService.cs Services\CustomProductService.cs Services\CustomOrderService.cs Services\DraftOrder\DraftOrderService.cs Services\DraftOrder\IShoppingCartService.cs Services\ICustomerService.cs Services\IProductService.cs Services\IUserInfoService.cs Services\UserInfoInMemoryService.cs Services\UserInfoRedisService.cs Startup.cs "C:\Users\SonarUser\AppData\Local\Temp\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"
GenerateSatelliteAssemblies:
  C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\al.exe /culture:zh-TW /out:obj\Release\zh-TW\ShopifyAPI.resources.dll /template:obj\Release\ShopifyAPI.dll /embed:obj\Release\ShopifyAPI.Properties.Resources.zh-TW.resources
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "bin\System.Runtime.InteropServices.RuntimeInformation.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "bin\Microsoft.Win32.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "bin\netstandard.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "bin\System.AppContext.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "bin\System.Collections.Concurrent.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "bin\System.Collections.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "bin\System.Collections.NonGeneric.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "bin\System.Collections.Specialized.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "bin\System.ComponentModel.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "bin\System.ComponentModel.EventBasedAsync.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "bin\System.ComponentModel.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "bin\System.ComponentModel.TypeConverter.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "bin\System.Console.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "bin\System.Data.Common.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "bin\System.Diagnostics.Contracts.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "bin\System.Diagnostics.Debug.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "bin\System.Diagnostics.FileVersionInfo.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "bin\System.Diagnostics.Process.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "bin\System.Diagnostics.StackTrace.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "bin\System.Diagnostics.TextWriterTraceListener.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "bin\System.Diagnostics.Tools.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "bin\System.Diagnostics.TraceSource.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "bin\System.Diagnostics.Tracing.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "bin\System.Drawing.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "bin\System.Dynamic.Runtime.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "bin\System.Globalization.Calendars.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "bin\System.Globalization.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "bin\System.Globalization.Extensions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "bin\System.IO.Compression.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "bin\System.IO.Compression.ZipFile.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "bin\System.IO.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "bin\System.IO.FileSystem.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "bin\System.IO.FileSystem.DriveInfo.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "bin\System.IO.FileSystem.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "bin\System.IO.FileSystem.Watcher.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "bin\System.IO.IsolatedStorage.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "bin\System.IO.MemoryMappedFiles.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "bin\System.IO.Pipes.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "bin\System.IO.UnmanagedMemoryStream.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "bin\System.Linq.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "bin\System.Linq.Expressions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "bin\System.Linq.Parallel.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "bin\System.Linq.Queryable.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "bin\System.Net.Http.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "bin\System.Net.NameResolution.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "bin\System.Net.NetworkInformation.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "bin\System.Net.Ping.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "bin\System.Net.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "bin\System.Net.Requests.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "bin\System.Net.Security.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "bin\System.Net.Sockets.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "bin\System.Net.WebHeaderCollection.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "bin\System.Net.WebSockets.Client.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "bin\System.Net.WebSockets.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "bin\System.ObjectModel.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "bin\System.Reflection.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "bin\System.Reflection.Extensions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "bin\System.Reflection.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "bin\System.Resources.Reader.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "bin\System.Resources.ResourceManager.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "bin\System.Resources.Writer.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "bin\System.Runtime.CompilerServices.VisualC.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "bin\System.Runtime.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "bin\System.Runtime.Extensions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "bin\System.Runtime.Handles.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "bin\System.Runtime.InteropServices.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "bin\System.Runtime.Numerics.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "bin\System.Runtime.Serialization.Formatters.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "bin\System.Runtime.Serialization.Json.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "bin\System.Runtime.Serialization.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "bin\System.Runtime.Serialization.Xml.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "bin\System.Security.Claims.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "bin\System.Security.Cryptography.Algorithms.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "bin\System.Security.Cryptography.Csp.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "bin\System.Security.Cryptography.Encoding.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "bin\System.Security.Cryptography.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "bin\System.Security.Cryptography.X509Certificates.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "bin\System.Security.Principal.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "bin\System.Security.SecureString.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "bin\System.Text.Encoding.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "bin\System.Text.Encoding.Extensions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "bin\System.Text.RegularExpressions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "bin\System.Threading.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "bin\System.Threading.Overlapped.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "bin\System.Threading.Tasks.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "bin\System.Threading.Tasks.Parallel.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "bin\System.Threading.Thread.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "bin\System.Threading.ThreadPool.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "bin\System.Threading.Timer.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "bin\System.ValueTuple.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "bin\System.Xml.ReaderWriter.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "bin\System.Xml.XDocument.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "bin\System.Xml.XmlDocument.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "bin\System.Xml.XmlSerializer.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "bin\System.Xml.XPath.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "bin\System.Xml.XPath.XDocument.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.dll" to "bin\Flurl.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.dll" to "bin\Flurl.Http.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll" to "bin\Microsoft.AI.Agent.Intercept.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll" to "bin\Microsoft.AI.DependencyCollector.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll" to "bin\Microsoft.AI.PerfCounterCollector.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll" to "bin\Microsoft.AI.ServerTelemetryChannel.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll" to "bin\Microsoft.AI.Web.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll" to "bin\Microsoft.AI.WindowsServer.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll" to "bin\Microsoft.ApplicationInsights.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll" to "bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" to "bin\Microsoft.Extensions.DependencyInjection.Abstractions.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll" to "bin\Microsoft.Extensions.DependencyInjection.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" to "bin\Microsoft.Extensions.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll" to "bin\Microsoft.Owin.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll" to "bin\Microsoft.Owin.Host.SystemWeb.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll" to "bin\Microsoft.Web.Infrastructure.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll" to "bin\Newtonsoft.Json.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Owin.1.0\lib\net40\Owin.dll" to "bin\Owin.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\ShopifySharp.4.7.0\lib\net45\ShopifySharp.dll" to "bin\ShopifySharp.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll" to "bin\StackExchange.Redis.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll" to "bin\Swashbuckle.Core.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "bin\System.Diagnostics.DiagnosticSource.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.IdentityModel.Tokens.Jwt.4.0.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll" to "bin\System.IdentityModel.Tokens.Jwt.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll" to "bin\System.Net.Http.Formatting.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Reflection.TypeExtensions.4.1.0\lib\net462\System.Reflection.TypeExtensions.dll" to "bin\System.Reflection.TypeExtensions.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll" to "bin\System.Runtime.CompilerServices.Unsafe.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Text.Encoding.CodePages.4.0.1\lib\net46\System.Text.Encoding.CodePages.dll" to "bin\System.Text.Encoding.CodePages.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll" to "bin\System.Web.Http.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll" to "bin\System.Web.Http.WebHost.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\WebActivatorEx.2.0.6\lib\net40\WebActivatorEx.dll" to "bin\WebActivatorEx.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.pdb" to "bin\Flurl.pdb".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.xml" to "bin\Flurl.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.pdb" to "bin\Flurl.Http.pdb".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.xml" to "bin\Flurl.Http.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml" to "bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.xml" to "bin\Microsoft.Extensions.DependencyInjection.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.xml" to "bin\Microsoft.Extensions.DependencyInjection.Abstractions.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.xml" to "bin\Microsoft.Extensions.Primitives.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.xml" to "bin\Microsoft.Owin.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.xml" to "bin\Microsoft.Owin.Host.SystemWeb.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.xml" to "bin\Newtonsoft.Json.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.xml" to "bin\StackExchange.Redis.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.xml" to "bin\System.Diagnostics.DiagnosticSource.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.IdentityModel.Tokens.Jwt.4.0.0\lib\net45\System.IdentityModel.Tokens.Jwt.xml" to "bin\System.IdentityModel.Tokens.Jwt.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.xml" to "bin\System.Runtime.CompilerServices.Unsafe.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.xml" to "bin\Microsoft.ApplicationInsights.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.xml" to "bin\Microsoft.AI.DependencyCollector.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.xml" to "bin\Microsoft.AI.ServerTelemetryChannel.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.xml" to "bin\Microsoft.AI.WindowsServer.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.xml" to "bin\Microsoft.AI.Web.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.xml" to "bin\System.Net.Http.Formatting.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.xml" to "bin\System.Web.Http.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.xml" to "bin\System.Web.Http.WebHost.xml".
  Touching "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\obj\Release\ShopifyAPI.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\ApplicationInsights.config" to "bin\ApplicationInsights.config".
_CopyAppConfigFile:
  Copying file from "Web.config" to "bin\ShopifyAPI.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "obj\Release\ShopifyAPI.dll" to "bin\ShopifyAPI.dll".
  ShopifyAPI -> C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ShopifyAPI.dll
  Copying file from "obj\Release\ShopifyAPI.pdb" to "bin\ShopifyAPI.pdb".
  Copying file from "obj\Release\zh-TW\ShopifyAPI.resources.dll" to "bin\zh-TW\ShopifyAPI.resources.dll".
Done Building Project "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\ShopifyAPI.csproj" (Rebuild target(s)).
Project "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\ShopifyAPI.Tests.csproj" (3) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\ApplicationInsights.config".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\ShopifyAPI.Tests.dll.config".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\ShopifyAPI.Tests.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\ShopifyAPI.Tests.pdb".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.InteropServices.RuntimeInformation.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.Win32.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\netstandard.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.AppContext.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Collections.Concurrent.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Collections.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Collections.NonGeneric.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Collections.Specialized.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.ComponentModel.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.ComponentModel.EventBasedAsync.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.ComponentModel.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.ComponentModel.TypeConverter.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Console.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Data.Common.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.Contracts.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.Debug.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.FileVersionInfo.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.Process.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.StackTrace.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.TextWriterTraceListener.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.Tools.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.TraceSource.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.Tracing.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Drawing.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Dynamic.Runtime.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Globalization.Calendars.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Globalization.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Globalization.Extensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.Compression.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.Compression.ZipFile.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.FileSystem.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.FileSystem.DriveInfo.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.FileSystem.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.FileSystem.Watcher.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.IsolatedStorage.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.MemoryMappedFiles.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.Pipes.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.IO.UnmanagedMemoryStream.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Linq.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Linq.Expressions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Linq.Parallel.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Linq.Queryable.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.Http.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.NameResolution.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.NetworkInformation.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.Ping.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.Requests.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.Security.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.Sockets.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.WebHeaderCollection.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.WebSockets.Client.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.WebSockets.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.ObjectModel.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Reflection.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Reflection.Extensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Reflection.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Resources.Reader.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Resources.ResourceManager.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Resources.Writer.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.CompilerServices.VisualC.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.Extensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.Handles.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.InteropServices.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.Numerics.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.Serialization.Formatters.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.Serialization.Json.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.Serialization.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.Serialization.Xml.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Security.Claims.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Security.Cryptography.Algorithms.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Security.Cryptography.Csp.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Security.Cryptography.Encoding.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Security.Cryptography.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Security.Cryptography.X509Certificates.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Security.Principal.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Security.SecureString.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Text.Encoding.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Text.Encoding.Extensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Text.RegularExpressions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Threading.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Threading.Overlapped.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Threading.Tasks.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Threading.Tasks.Parallel.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Threading.Thread.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Threading.ThreadPool.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Threading.Timer.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.ValueTuple.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Xml.ReaderWriter.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Xml.XDocument.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Xml.XmlDocument.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Xml.XmlSerializer.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Xml.XPath.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Xml.XPath.XDocument.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Flurl.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Flurl.Http.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\KellermanSoftware.Compare-NET-Objects.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.DependencyInjection.Abstractions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.DependencyInjection.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.Primitives.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Newtonsoft.Json.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\nunit.framework.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\ShopifyAPI.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\ShopifySharp.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Shouldly.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.DiagnosticSource.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.Http.Formatting.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Reflection.TypeExtensions.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.CompilerServices.Unsafe.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Text.Encoding.CodePages.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Web.Http.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\WebActivatorEx.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.Owin.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Swashbuckle.Core.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Owin.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\StackExchange.Redis.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Web.Http.WebHost.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.Web.Infrastructure.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\ShopifyAPI.pdb".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\ShopifyAPI.dll.config".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Flurl.pdb".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Flurl.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Flurl.Http.pdb".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Flurl.Http.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\KellermanSoftware.Compare-NET-Objects.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.DependencyInjection.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.DependencyInjection.Abstractions.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.Primitives.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Newtonsoft.Json.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\nunit.framework.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Diagnostics.DiagnosticSource.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Net.Http.Formatting.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Runtime.CompilerServices.Unsafe.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Web.Http.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\Microsoft.Owin.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\StackExchange.Redis.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\System.Web.Http.WebHost.xml".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\zh-TW\ShopifyAPI.resources.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\obj\Release\ShopifyAPI.Tests.csprojResolveAssemblyReference.cache".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\obj\Release\ShopifyAPI.Tests.csproj.CoreCompileInputs.cache".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\obj\Release\ShopifyAPI.Tests.dll".
  Deleting file "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\obj\Release\ShopifyAPI.Tests.pdb".
CleanupMSTestV2ResourceFolders:
  Directory "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\en-US" doesn't exist. Skipping.
  Directory "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\en" doesn't exist. Skipping.
_HandlePackageFileConflicts:
  Encountered conflict between 'Reference:System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Runtime.InteropServices.RuntimeInformation'.  Choosing 'Reference:System.Runtime.InteropServices.RuntimeInformation' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:Microsoft.Win32.Primitives'.  Choosing 'Reference:Microsoft.Win32.Primitives' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.AppContext'.  Choosing 'Reference:System.AppContext' because AssemblyVersion '4.1.2.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Console'.  Choosing 'Reference:System.Console' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Diagnostics.Tracing'.  Choosing 'Reference:System.Diagnostics.Tracing' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Globalization.Calendars'.  Choosing 'Reference:System.Globalization.Calendars' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL' and 'Reference:System.IO.Compression'.  Choosing 'Reference:System.IO.Compression' because AssemblyVersion '4.2.0.0' is greater than '4.1.2.0'.
  Encountered conflict between 'Reference:System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL' and 'Reference:System.IO.Compression.ZipFile'.  Choosing 'Reference:System.IO.Compression.ZipFile' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.IO'.  Choosing 'Reference:System.IO' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.IO.FileSystem'.  Choosing 'Reference:System.IO.FileSystem' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.IO.FileSystem.Primitives'.  Choosing 'Reference:System.IO.FileSystem.Primitives' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Net.Http'.  Choosing 'Reference:System.Net.Http' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Net.Sockets'.  Choosing 'Reference:System.Net.Sockets' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Reflection'.  Choosing 'Reference:System.Reflection' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Runtime'.  Choosing 'Reference:System.Runtime' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Runtime.Extensions'.  Choosing 'Reference:System.Runtime.Extensions' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime.InteropServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Runtime.InteropServices'.  Choosing 'Reference:System.Runtime.InteropServices' because AssemblyVersion '4.1.2.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Security.Cryptography.Algorithms'.  Choosing 'Reference:System.Security.Cryptography.Algorithms' because AssemblyVersion '4.3.0.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Security.Cryptography.Encoding'.  Choosing 'Reference:System.Security.Cryptography.Encoding' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Security.Cryptography.Primitives'.  Choosing 'Reference:System.Security.Cryptography.Primitives' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Security.Cryptography.X509Certificates'.  Choosing 'Reference:System.Security.Cryptography.X509Certificates' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'Reference:System.Xml.ReaderWriter'.  Choosing 'Reference:System.Xml.ReaderWriter' because AssemblyVersion '4.1.1.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Reference:System.IO.Compression' and 'Platform:System.IO.Compression.dll'.  Choosing 'Reference:System.IO.Compression' because AssemblyVersion '4.2.0.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Net.Http' and 'Platform:System.Net.Http.dll'.  Choosing 'Reference:System.Net.Http' because AssemblyVersion '4.2.0.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Collections' and 'Platform:System.Collections.dll'.  Choosing 'Reference:System.Collections' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Collections.Concurrent' and 'Platform:System.Collections.Concurrent.dll'.  Choosing 'Reference:System.Collections.Concurrent' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.ComponentModel' and 'Platform:System.ComponentModel.dll'.  Choosing 'Reference:System.ComponentModel' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.ComponentModel.EventBasedAsync' and 'Platform:System.ComponentModel.EventBasedAsync.dll'.  Choosing 'Reference:System.ComponentModel.EventBasedAsync' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Contracts' and 'Platform:System.Diagnostics.Contracts.dll'.  Choosing 'Reference:System.Diagnostics.Contracts' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Debug' and 'Platform:System.Diagnostics.Debug.dll'.  Choosing 'Reference:System.Diagnostics.Debug' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Tools' and 'Platform:System.Diagnostics.Tools.dll'.  Choosing 'Reference:System.Diagnostics.Tools' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Tracing' and 'Platform:System.Diagnostics.Tracing.dll'.  Choosing 'Reference:System.Diagnostics.Tracing' because AssemblyVersion '4.2.0.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Reference:System.Dynamic.Runtime' and 'Platform:System.Dynamic.Runtime.dll'.  Choosing 'Reference:System.Dynamic.Runtime' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Globalization' and 'Platform:System.Globalization.dll'.  Choosing 'Reference:System.Globalization' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.IO' and 'Platform:System.IO.dll'.  Choosing 'Reference:System.IO' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Linq' and 'Platform:System.Linq.dll'.  Choosing 'Reference:System.Linq' because AssemblyVersion '4.1.2.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Linq.Expressions' and 'Platform:System.Linq.Expressions.dll'.  Choosing 'Reference:System.Linq.Expressions' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Linq.Parallel' and 'Platform:System.Linq.Parallel.dll'.  Choosing 'Reference:System.Linq.Parallel' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Linq.Queryable' and 'Platform:System.Linq.Queryable.dll'.  Choosing 'Reference:System.Linq.Queryable' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Net.NetworkInformation' and 'Platform:System.Net.NetworkInformation.dll'.  Choosing 'Reference:System.Net.NetworkInformation' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Net.Primitives' and 'Platform:System.Net.Primitives.dll'.  Choosing 'Reference:System.Net.Primitives' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Net.Requests' and 'Platform:System.Net.Requests.dll'.  Choosing 'Reference:System.Net.Requests' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Net.WebHeaderCollection' and 'Platform:System.Net.WebHeaderCollection.dll'.  Choosing 'Reference:System.Net.WebHeaderCollection' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.ObjectModel' and 'Platform:System.ObjectModel.dll'.  Choosing 'Reference:System.ObjectModel' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Reflection' and 'Platform:System.Reflection.dll'.  Choosing 'Reference:System.Reflection' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Reflection.Extensions' and 'Platform:System.Reflection.Extensions.dll'.  Choosing 'Reference:System.Reflection.Extensions' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Reflection.Primitives' and 'Platform:System.Reflection.Primitives.dll'.  Choosing 'Reference:System.Reflection.Primitives' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Resources.ResourceManager' and 'Platform:System.Resources.ResourceManager.dll'.  Choosing 'Reference:System.Resources.ResourceManager' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Runtime' and 'Platform:System.Runtime.dll'.  Choosing 'Reference:System.Runtime' because AssemblyVersion '4.1.2.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Reference:System.Runtime.Extensions' and 'Platform:System.Runtime.Extensions.dll'.  Choosing 'Reference:System.Runtime.Extensions' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Runtime.Handles' and 'Platform:System.Runtime.Handles.dll'.  Choosing 'Reference:System.Runtime.Handles' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Runtime.InteropServices' and 'Platform:System.Runtime.InteropServices.dll'.  Choosing 'Reference:System.Runtime.InteropServices' because AssemblyVersion '4.1.2.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Reference:System.Runtime.Numerics' and 'Platform:System.Runtime.Numerics.dll'.  Choosing 'Reference:System.Runtime.Numerics' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Runtime.Serialization.Json' and 'Platform:System.Runtime.Serialization.Json.dll'.  Choosing 'Reference:System.Runtime.Serialization.Json' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Runtime.Serialization.Primitives' and 'Platform:System.Runtime.Serialization.Primitives.dll'.  Choosing 'Reference:System.Runtime.Serialization.Primitives' because AssemblyVersion '4.2.0.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Runtime.Serialization.Xml' and 'Platform:System.Runtime.Serialization.Xml.dll'.  Choosing 'Reference:System.Runtime.Serialization.Xml' because AssemblyVersion '4.1.3.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Security.Principal' and 'Platform:System.Security.Principal.dll'.  Choosing 'Reference:System.Security.Principal' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Text.Encoding' and 'Platform:System.Text.Encoding.dll'.  Choosing 'Reference:System.Text.Encoding' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Text.Encoding.Extensions' and 'Platform:System.Text.Encoding.Extensions.dll'.  Choosing 'Reference:System.Text.Encoding.Extensions' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Text.RegularExpressions' and 'Platform:System.Text.RegularExpressions.dll'.  Choosing 'Reference:System.Text.RegularExpressions' because AssemblyVersion '4.1.1.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Threading' and 'Platform:System.Threading.dll'.  Choosing 'Reference:System.Threading' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Threading.Tasks' and 'Platform:System.Threading.Tasks.dll'.  Choosing 'Reference:System.Threading.Tasks' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Threading.Tasks.Parallel' and 'Platform:System.Threading.Tasks.Parallel.dll'.  Choosing 'Reference:System.Threading.Tasks.Parallel' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Threading.Timer' and 'Platform:System.Threading.Timer.dll'.  Choosing 'Reference:System.Threading.Timer' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Xml.ReaderWriter' and 'Platform:System.Xml.ReaderWriter.dll'.  Choosing 'Reference:System.Xml.ReaderWriter' because AssemblyVersion '4.1.1.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Xml.XDocument' and 'Platform:System.Xml.XDocument.dll'.  Choosing 'Reference:System.Xml.XDocument' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Xml.XmlSerializer' and 'Platform:System.Xml.XmlSerializer.dll'.  Choosing 'Reference:System.Xml.XmlSerializer' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Reference:System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Reference:System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.2.0'.
  Encountered conflict between 'Reference:System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll' because AssemblyVersion '4.0.3.0' is greater than '4.0.2.0'.
  Encountered conflict between 'Reference:System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll' because AssemblyVersion '4.2.0.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Runtime.InteropServices, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll' because AssemblyVersion '4.3.0.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll' because AssemblyVersion '4.0.2.0' is greater than '4.0.1.0'.
  Encountered conflict between 'Reference:System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll' because AssemblyVersion '4.1.2.0' is greater than '4.1.1.0'.
  Encountered conflict between 'Reference:System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll' because AssemblyVersion '4.1.1.0' is greater than '4.1.0.0'.
  Encountered conflict between 'Platform:System.Collections.Concurrent.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Collections.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.ComponentModel.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.ComponentModel.EventBasedAsync.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Diagnostics.Contracts.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Diagnostics.Debug.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Diagnostics.Tools.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Diagnostics.Tracing.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll' because AssemblyVersion '4.2.0.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Platform:System.Dynamic.Runtime.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Globalization.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.IO.Compression.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll' because AssemblyVersion '4.2.0.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.IO.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Linq.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Linq.Expressions.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Linq.Parallel.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Linq.Queryable.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Net.Http.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll' because AssemblyVersion '4.2.0.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Net.NetworkInformation.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Net.Primitives.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Net.Requests.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Net.WebHeaderCollection.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.ObjectModel.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Reflection.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Reflection.Extensions.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Reflection.Primitives.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Resources.ResourceManager.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Runtime.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Platform:System.Runtime.Extensions.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Runtime.Handles.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Runtime.InteropServices.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll' because AssemblyVersion '4.1.2.0' is greater than '4.0.20.0'.
  Encountered conflict between 'Platform:System.Runtime.Numerics.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Runtime.Serialization.Json.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Runtime.Serialization.Primitives.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll' because AssemblyVersion '4.2.0.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Runtime.Serialization.Xml.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll' because AssemblyVersion '4.1.3.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Security.Principal.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Text.Encoding.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Text.Encoding.Extensions.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Text.RegularExpressions.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Threading.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Threading.Tasks.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Threading.Tasks.Parallel.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Threading.Timer.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll' because AssemblyVersion '4.0.1.0' is greater than '4.0.0.0'.
  Encountered conflict between 'Platform:System.Xml.ReaderWriter.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll' because AssemblyVersion '4.1.1.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Xml.XDocument.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
  Encountered conflict between 'Platform:System.Xml.XmlSerializer.dll' and 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll'.  Choosing 'CopyLocal:C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll' because AssemblyVersion '4.0.11.0' is greater than '4.0.10.0'.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CreateProjectSpecificDirs:
  Creating directory "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\conf\1".
CoreCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\CompareNETObjects.3.05.0.0\lib\net46\KellermanSoftware.Compare-NET-Objects.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ShopifyAPI.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\ShopifySharp.4.7.0\lib\net45\ShopifySharp.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Shouldly.2.8.3\lib\net451\Shouldly.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.DataAnnotations.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Configuration.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Reflection.TypeExtensions.4.1.0\lib\net462\System.Reflection.TypeExtensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Text.Encoding.CodePages.4.0.1\lib\net46\System.Text.Encoding.CodePages.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Abstractions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.ApplicationServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Extensions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Routing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug:pdbonly /filealign:512 /optimize+ /out:obj\Release\ShopifyAPI.Tests.dll /ruleset:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Static Analysis Tools\\Rule Sets\MinimumRecommendedRules.ruleset" /subsystemversion:6.00 /target:library /warnaserror- /utf8output Apis\DraftOrderApiTest.cs Apis\OrderApiTest.cs Controller\OrderControllerTest.cs Controller\ProductsControllerTest.cs Properties\AssemblyInfo.cs Services\CustomCustomerServiceTest.cs Services\CustomOrderServiceTest.cs Services\CustomProductServiceTest.cs Services\DraftOrderServiceTest.cs "C:\Users\SonarUser\AppData\Local\Temp\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" to "bin\Release\System.Runtime.InteropServices.RuntimeInformation.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" to "bin\Release\Microsoft.Win32.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" to "bin\Release\netstandard.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" to "bin\Release\System.AppContext.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" to "bin\Release\System.Collections.Concurrent.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" to "bin\Release\System.Collections.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" to "bin\Release\System.Collections.NonGeneric.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" to "bin\Release\System.Collections.Specialized.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" to "bin\Release\System.ComponentModel.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" to "bin\Release\System.ComponentModel.EventBasedAsync.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" to "bin\Release\System.ComponentModel.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" to "bin\Release\System.ComponentModel.TypeConverter.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" to "bin\Release\System.Console.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" to "bin\Release\System.Data.Common.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" to "bin\Release\System.Diagnostics.Contracts.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" to "bin\Release\System.Diagnostics.Debug.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" to "bin\Release\System.Diagnostics.FileVersionInfo.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" to "bin\Release\System.Diagnostics.Process.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" to "bin\Release\System.Diagnostics.StackTrace.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" to "bin\Release\System.Diagnostics.TextWriterTraceListener.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" to "bin\Release\System.Diagnostics.Tools.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" to "bin\Release\System.Diagnostics.TraceSource.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" to "bin\Release\System.Diagnostics.Tracing.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" to "bin\Release\System.Drawing.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" to "bin\Release\System.Dynamic.Runtime.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" to "bin\Release\System.Globalization.Calendars.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" to "bin\Release\System.Globalization.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" to "bin\Release\System.Globalization.Extensions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" to "bin\Release\System.IO.Compression.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" to "bin\Release\System.IO.Compression.ZipFile.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" to "bin\Release\System.IO.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" to "bin\Release\System.IO.FileSystem.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" to "bin\Release\System.IO.FileSystem.DriveInfo.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" to "bin\Release\System.IO.FileSystem.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" to "bin\Release\System.IO.FileSystem.Watcher.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" to "bin\Release\System.IO.IsolatedStorage.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" to "bin\Release\System.IO.MemoryMappedFiles.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" to "bin\Release\System.IO.Pipes.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" to "bin\Release\System.IO.UnmanagedMemoryStream.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" to "bin\Release\System.Linq.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" to "bin\Release\System.Linq.Expressions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" to "bin\Release\System.Linq.Parallel.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" to "bin\Release\System.Linq.Queryable.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" to "bin\Release\System.Net.Http.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" to "bin\Release\System.Net.NameResolution.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" to "bin\Release\System.Net.NetworkInformation.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" to "bin\Release\System.Net.Ping.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" to "bin\Release\System.Net.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" to "bin\Release\System.Net.Requests.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" to "bin\Release\System.Net.Security.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" to "bin\Release\System.Net.Sockets.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" to "bin\Release\System.Net.WebHeaderCollection.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" to "bin\Release\System.Net.WebSockets.Client.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" to "bin\Release\System.Net.WebSockets.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" to "bin\Release\System.ObjectModel.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" to "bin\Release\System.Reflection.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" to "bin\Release\System.Reflection.Extensions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" to "bin\Release\System.Reflection.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" to "bin\Release\System.Resources.Reader.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" to "bin\Release\System.Resources.ResourceManager.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" to "bin\Release\System.Resources.Writer.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" to "bin\Release\System.Runtime.CompilerServices.VisualC.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" to "bin\Release\System.Runtime.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" to "bin\Release\System.Runtime.Extensions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" to "bin\Release\System.Runtime.Handles.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" to "bin\Release\System.Runtime.InteropServices.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" to "bin\Release\System.Runtime.Numerics.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" to "bin\Release\System.Runtime.Serialization.Formatters.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" to "bin\Release\System.Runtime.Serialization.Json.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" to "bin\Release\System.Runtime.Serialization.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" to "bin\Release\System.Runtime.Serialization.Xml.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" to "bin\Release\System.Security.Claims.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" to "bin\Release\System.Security.Cryptography.Algorithms.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" to "bin\Release\System.Security.Cryptography.Csp.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" to "bin\Release\System.Security.Cryptography.Encoding.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" to "bin\Release\System.Security.Cryptography.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" to "bin\Release\System.Security.Cryptography.X509Certificates.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" to "bin\Release\System.Security.Principal.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" to "bin\Release\System.Security.SecureString.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" to "bin\Release\System.Text.Encoding.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" to "bin\Release\System.Text.Encoding.Extensions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" to "bin\Release\System.Text.RegularExpressions.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" to "bin\Release\System.Threading.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" to "bin\Release\System.Threading.Overlapped.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" to "bin\Release\System.Threading.Tasks.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" to "bin\Release\System.Threading.Tasks.Parallel.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" to "bin\Release\System.Threading.Thread.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" to "bin\Release\System.Threading.ThreadPool.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" to "bin\Release\System.Threading.Timer.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" to "bin\Release\System.ValueTuple.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" to "bin\Release\System.Xml.ReaderWriter.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" to "bin\Release\System.Xml.XDocument.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" to "bin\Release\System.Xml.XmlDocument.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" to "bin\Release\System.Xml.XmlSerializer.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" to "bin\Release\System.Xml.XPath.dll".
  Copying file from "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" to "bin\Release\System.Xml.XPath.XDocument.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.dll" to "bin\Release\Flurl.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.dll" to "bin\Release\Flurl.Http.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\CompareNETObjects.3.05.0.0\lib\net46\KellermanSoftware.Compare-NET-Objects.dll" to "bin\Release\KellermanSoftware.Compare-NET-Objects.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" to "bin\Release\Microsoft.Extensions.DependencyInjection.Abstractions.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll" to "bin\Release\Microsoft.Extensions.DependencyInjection.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" to "bin\Release\Microsoft.Extensions.Primitives.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll" to "bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll" to "bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll" to "bin\Release\Newtonsoft.Json.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll" to "bin\Release\nunit.framework.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ShopifyAPI.dll" to "bin\Release\ShopifyAPI.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\ShopifySharp.4.7.0\lib\net45\ShopifySharp.dll" to "bin\Release\ShopifySharp.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Shouldly.2.8.3\lib\net451\Shouldly.dll" to "bin\Release\Shouldly.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" to "bin\Release\System.Diagnostics.DiagnosticSource.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll" to "bin\Release\System.Net.Http.Formatting.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Reflection.TypeExtensions.4.1.0\lib\net462\System.Reflection.TypeExtensions.dll" to "bin\Release\System.Reflection.TypeExtensions.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll" to "bin\Release\System.Runtime.CompilerServices.Unsafe.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Text.Encoding.CodePages.4.0.1\lib\net46\System.Text.Encoding.CodePages.dll" to "bin\Release\System.Text.Encoding.CodePages.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll" to "bin\Release\System.Web.Http.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\WebActivatorEx.dll" to "bin\Release\WebActivatorEx.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Owin.dll" to "bin\Release\Microsoft.Owin.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Swashbuckle.Core.dll" to "bin\Release\Swashbuckle.Core.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Owin.dll" to "bin\Release\Owin.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\StackExchange.Redis.dll" to "bin\Release\StackExchange.Redis.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Web.Http.WebHost.dll" to "bin\Release\System.Web.Http.WebHost.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Web.Infrastructure.dll" to "bin\Release\Microsoft.Web.Infrastructure.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ShopifyAPI.pdb" to "bin\Release\ShopifyAPI.pdb".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ShopifyAPI.dll.config" to "bin\Release\ShopifyAPI.dll.config".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.pdb" to "bin\Release\Flurl.pdb".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.xml" to "bin\Release\Flurl.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.pdb" to "bin\Release\Flurl.Http.pdb".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.xml" to "bin\Release\Flurl.Http.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\CompareNETObjects.3.05.0.0\lib\net46\KellermanSoftware.Compare-NET-Objects.xml" to "bin\Release\KellermanSoftware.Compare-NET-Objects.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.xml" to "bin\Release\Microsoft.Extensions.DependencyInjection.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.xml" to "bin\Release\Microsoft.Extensions.DependencyInjection.Abstractions.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.xml" to "bin\Release\Microsoft.Extensions.Primitives.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.xml" to "bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml" to "bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.xml" to "bin\Release\Newtonsoft.Json.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\NUnit.3.9.0\lib\net45\nunit.framework.xml" to "bin\Release\nunit.framework.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.xml" to "bin\Release\System.Diagnostics.DiagnosticSource.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.xml" to "bin\Release\System.Net.Http.Formatting.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.xml" to "bin\Release\System.Runtime.CompilerServices.Unsafe.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.xml" to "bin\Release\System.Web.Http.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\Microsoft.Owin.xml" to "bin\Release\Microsoft.Owin.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\StackExchange.Redis.xml" to "bin\Release\StackExchange.Redis.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\System.Web.Http.WebHost.xml" to "bin\Release\System.Web.Http.WebHost.xml".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\zh-TW\ShopifyAPI.resources.dll" to "bin\Release\zh-TW\ShopifyAPI.resources.dll".
  Touching "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\obj\Release\ShopifyAPI.Tests.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\ApplicationInsights.config" to "bin\Release\ApplicationInsights.config".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestAdapter.1.1.17\build\_common\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll" to "bin\Release\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestAdapter.1.1.17\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll" to "bin\Release\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll".
  Copying file from "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestAdapter.1.1.17\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll" to "bin\Release\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll".
_CopyAppConfigFile:
  Copying file from "app.config" to "bin\Release\ShopifyAPI.Tests.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "obj\Release\ShopifyAPI.Tests.dll" to "bin\Release\ShopifyAPI.Tests.dll".
  ShopifyAPI.Tests -> C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\bin\Release\ShopifyAPI.Tests.dll
  Copying file from "obj\Release\ShopifyAPI.Tests.pdb" to "bin\Release\ShopifyAPI.Tests.pdb".
Done Building Project "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests\ShopifyAPI.Tests.csproj" (Rebuild target(s)).
Done Building Project "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.sln" (Rebuild;Clean;Build target(s)).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:05.84
[Kenzy_CommerceLib] $ "C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\MSBuild.SonarQube.Runner.exe" end ********
SonarQube Scanner for MSBuild 4.0.2
Default properties file was found at C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\SonarQube.Analysis.xml
Loading analysis properties from C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\SonarQube.Analysis.xml
Post-processing started.
10:32:33.012  10:32:33.012  10:32:33.012  WARNING: Expecting the sonar.verbose property to be set to either 'true' or 'false' (case-sensitive) but it was set to 'true;'.
WARNING: File 'C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\Properties\PublishProfiles\line-api-tw-shopify-service - Web Deploy.pubxml' does not exist.
WARNING: File 'C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\Properties\PublishProfiles\line-api-tw2-shopify-service - Web Deploy.pubxml' does not exist.

SONAR_SCANNER_OPTS is not configured. Setting it to the default value of -Xmx1024m
Calling the SonarQube Scanner...
INFO: Scanner configuration file: C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\sonar-scanner-3.0.3.778\bin\..\conf\sonar-scanner.properties
INFO: Project root configuration file: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\sonar-project.properties
INFO: SonarQube Scanner 3.0.3.778
INFO: Java 9.0.1 Oracle Corporation (64-bit)
INFO: Windows Server 2016 10.0 amd64
INFO: SONAR_SCANNER_OPTS=-Xmx1024m
INFO: User cache: C:\Users\SonarUser\.sonar\cache
INFO: Publish mode
INFO: Load global settings
INFO: Load global settings (done) | time=47ms
INFO: Server id: AWDZjqGUcDzi1IY_6jR7
INFO: User cache: C:\Users\SonarUser\.sonar\cache
INFO: Load plugins index
INFO: Load plugins index (done) | time=31ms
INFO: SonarQube server 6.7.1
INFO: Default locale: "en_US", source code encoding: "UTF-8;"
INFO: Process project properties
INFO: Load project repositories
INFO: Load project repositories (done) | time=109ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=31ms
INFO: Load active rules
INFO: Load active rules (done) | time=2562ms
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=16ms
INFO: Project key: tctav.com:Kenzy_CommerceLib
INFO: -------------  Scan ShopifyAPI
INFO: Load server rules
INFO: Load server rules (done) | time=63ms
INFO: Base dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI
INFO: Working dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\.sonar\tctav.com_Kenzy_CommerceLib_tctav.com_Kenzy_CommerceLib_51CB11F9-53BD-46C2-974C-ACF2BD044411
INFO: Test paths: App_Start/SwaggerConfig.cs, App_Start/WebApiConfig.cs, Attribute/AuthorizationFilterAttribute.cs, Connections/RedisConnection.cs, Controllers/CustomerController.Core.cs, Controllers/ShoppingCartController.Core.cs, Controllers/OrderController.cs, Controllers/ProductsController.Core.cs, Controllers/ProductsController.cs, DI/DefaultDependencyResolver.cs, DI/ServiceProviderExtensions.cs, Entities/Checkout/AppliedDiscount.cs, Entities/Checkout/ShippingRate.cs, Entities/Checkout/ShippingRateCheckout.cs, Entities/DraftOrder/DraftOrder.cs, Entities/DraftOrder/DraftOrderShippingLine.cs, Entities/Order/CustomOrder.cs, Entities/UserInfo.cs, Global.asax.cs, Entities/BtnImageObject.cs, Properties/AssemblyInfo.cs, Services/CustomCustomerService.cs, Services/CustomProductService.cs, Services/CustomOrderService.cs, Services/DraftOrder/DraftOrderService.cs, Services/DraftOrder/IShoppingCartService.cs, Services/ICustomerService.cs, Services/IProductService.cs, Services/IUserInfoService.cs, Services/UserInfoInMemoryService.cs, Services/UserInfoRedisService.cs, Startup.cs, Global.asax, Web.config, ApplicationInsights.config, Properties/Resources.resx, Properties/Resources.zh-TW.resx, packages.config, Web.Debug.config, Web.Release.config

INFO: Source encoding: UTF-8, default locale: en_US
INFO: Index files
INFO: 40 files indexed
INFO: Quality profile for cs: Sonar way
WARNING: WARNING: An illegal reflective access operation has occurred
WARNING: WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/C:/Users/SonarUser/.sonar/cache/3c43ca34b48e025530485308ddac54a2/sonar-javascript-plugin-3.2.0.5506.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
WARNING: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: WARNING: All illegal access operations will be denied in a future release
INFO: Sensor C# [csharp]
INFO: Sensor C# [csharp] (done) | time=15ms
INFO: Sensor SonarJavaXmlFileSensor [java]
INFO: Sensor SonarJavaXmlFileSensor [java] (done) | time=0ms
INFO: Sensor Analyzer for "php.ini" files [php]
INFO: Sensor Analyzer for "php.ini" files [php] (done) | time=0ms
INFO: SCM provider for this project is: git
INFO: 32 files to be analyzed
INFO: 32/32 files analyzed
INFO: -------------  Scan ShopifyAPI.Tests
INFO: Base dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests
INFO: Working dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\.sonar\tctav.com_Kenzy_CommerceLib_tctav.com_Kenzy_CommerceLib_0DA2FE70-412C-44C5-B471-EC0477734992
INFO: Test paths: Apis/DraftOrderApiTest.cs, Apis/OrderApiTest.cs, Controller/OrderControllerTest.cs, Controller/ProductsControllerTest.cs, Properties/AssemblyInfo.cs, Services/CustomCustomerServiceTest.cs, Services/CustomOrderServiceTest.cs, Services/CustomProductServiceTest.cs, Services/DraftOrderServiceTest.cs, app.config, packages.config

INFO: Source encoding: UTF-8, default locale: en_US
INFO: Index files
INFO: 11 files indexed
INFO: Quality profile for cs: Sonar way
INFO: Sensor C# [csharp]
INFO: Sensor C# [csharp] (done) | time=0ms
INFO: Sensor SonarJavaXmlFileSensor [java]
INFO: Sensor SonarJavaXmlFileSensor [java] (done) | time=0ms
INFO: Sensor Analyzer for "php.ini" files [php]
INFO: Sensor Analyzer for "php.ini" files [php] (done) | time=0ms
INFO: SCM provider for this project is: git
INFO: 9 files to be analyzed
INFO: 9/9 files analyzed
INFO: -------------  Scan Kenzy_CommerceLib
INFO: Base dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src
INFO: Working dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\.sonar
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 6.047s
INFO: Final Memory: 51M/116M
INFO: ------------------------------------------------------------------------
ERROR: Error during SonarQube Scanner execution
java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.sensor.DefaultSensorStorage
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:64)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:678)
    at org.sonar.core.platform.ComponentContainer.getComponentByType(ComponentContainer.java:265)
    at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:178)
    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:135)
    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:121)
    at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:288)
    at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:283)
    at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:261)
    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:135)
    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:121)
    at org.sonar.scanner.task.ScanTask.execute(ScanTask.java:48)
    at org.sonar.scanner.task.TaskContainer.doAfterStart(TaskContainer.java:84)
    at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:135)
    at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:121)
    at org.sonar.scanner.bootstrap.GlobalContainer.executeTask(GlobalContainer.java:121)
    at org.sonar.batch.bootstrapper.Batch.doExecuteTask(Batch.java:116)
    at org.sonar.batch.bootstrapper.Batch.executeTask(Batch.java:111)
    at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:63)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:564)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
    at com.sun.proxy.$Proxy0.execute(Unknown Source)
    at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:233)
    at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis(EmbeddedScanner.java:151)
    at org.sonarsource.scanner.cli.Main.runAnalysis(Main.java:123)
    at org.sonarsource.scanner.cli.Main.execute(Main.java:77)
    at org.sonarsource.scanner.cli.Main.main(Main.java:61)
Caused by: java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.issue.ModuleIssues
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:64)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
    at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
    at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)
    at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
    at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
    at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
    at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
    at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
    at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
    at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
    at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
    at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:62)
    ... 29 more
Caused by: java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.issue.IssueFilters
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:64)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
    at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
    at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)
    at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
    at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
    at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
    at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
    at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
    at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
    at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
    at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
    at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:62)
    ... 43 more
Caused by: java.lang.IllegalStateException: Unable to load component class org.sonar.java.filters.PostAnalysisIssueFilter
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:64)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:621)
    at org.picocontainer.parameters.CollectionComponentParameter.getArrayInstance(CollectionComponentParameter.java:334)
    at org.picocontainer.parameters.CollectionComponentParameter.access$100(CollectionComponentParameter.java:49)
    at org.picocontainer.parameters.CollectionComponentParameter$1.resolveInstance(CollectionComponentParameter.java:139)
    at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:141)
    at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
    at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
    at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
    at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
    at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
    at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
    at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
    at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
    at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:62)
    ... 57 more
Caused by: java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.scan.filesystem.DefaultModuleFileSystem
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:64)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
    at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
    at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)
    at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
    at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
    at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
    at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
    at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
    at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
    at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
    at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
    at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:62)
    ... 73 more
Caused by: java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.scan.filesystem.ModuleFileSystemInitializer
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:64)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
    at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
    at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136)
    at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78)
    at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309)
    at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335)
    at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
    at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
    at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
    at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
    at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
    at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:62)
    ... 87 more
Caused by: java.nio.charset.IllegalCharsetNameException: UTF-8;
    at java.base/java.nio.charset.Charset.checkName(Charset.java:321)
    at java.base/java.nio.charset.Charset.lookup2(Charset.java:494)
    at java.base/java.nio.charset.Charset.lookup(Charset.java:474)
    at java.base/java.nio.charset.Charset.forName(Charset.java:538)
    at org.sonar.scanner.scan.filesystem.ModuleFileSystemInitializer.initEncoding(ModuleFileSystemInitializer.java:81)
    at org.sonar.scanner.scan.filesystem.ModuleFileSystemInitializer.<init>(ModuleFileSystemInitializer.java:58)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488)
    at org.picocontainer.injectors.AbstractInjector.newInstance(AbstractInjector.java:145)
    at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:342)
    at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270)
    at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364)
    at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56)
    at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64)
    at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91)
    at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699)
    at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647)
    at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:62)
    ... 101 more
ERROR:
ERROR: Re-run SonarQube Scanner using the -X switch to enable full debug logging.
The SonarQube Scanner did not complete successfully
10:32:39.539  Creating a summary markdown file...
10:32:39.555  Post-processing failed. Exit code: 1
ERROR: Execution of SonarQube Scanner for MSBuild failed (exit code 1)
[MSTEST-PLUGIN] FINE the path ${WORKSPACE}/TestResults/TestResult.trx has been resolved to C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib/TestResults/TestResult.trx
[MSTEST-PLUGIN] INFO processing test results in file(s) C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib/TestResults/TestResult.trx
[MSTEST-PLUGIN] SEVERE while listing workspace files: Expecting Ant GLOB pattern, but saw 'C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib/TestResults/TestResult.trx'. See http://ant.apache.org/manual/Types/fileset.html for syntax
[MSTEST-PLUGIN] WARNING No MSTest TRX test report files were found. Ignoring.
No emails were triggered.
Finished: FAILURE

valeri....@sonarsource.com

unread,
Jan 10, 2018, 2:43:28 AM1/10/18
to SonarQube
Hi, you have the following argument specified in your begin step /d:sonar.sourceEncoding=UTF-8; (note the semicolon at the end). That semicolon should be the cause of the problem.


BSAI Techno Sales Pvt. Ltd.

unread,
Jan 10, 2018, 3:01:00 AM1/10/18
to valeri....@sonarsource.com, SonarQube
Hi Valeri
Attached is the steps which i have followed https://drive.google.com/open?id=1MTagyGCHGQjIwYkjmx0GW4TlVC5X_4PT

What is the file name where you want me to check for the semicolon at the end /d:sonar.sourceEncoding=UTF-8

Can you suggest me the file name and its path please ?

Awaiting for your response

On Wed, Jan 10, 2018 at 1:28 PM, <valeri....@sonarsource.com> wrote:
Hi, you have the following argument specified in your begin step /d:sonar.sourceEncoding=UTF-8; (note the semicolon at the end). That semicolon should be the cause of the problem.


--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/6f861ada-3b9a-4ada-b290-8f806c7c9f76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

valeri....@sonarsource.com

unread,
Jan 10, 2018, 3:15:04 AM1/10/18
to SonarQube
In the previous reply (with the long log) the semicolon was in a command line argument of the "begin" step of Scanner for MSBuild. The log you sent me seems to be from the installation of SonarQube, please send the log of the Scanner for MSBuild begin and end steps, as well as the MSBuild command itself (e.g. that are the commands you use to compile and analyze your C# project).

BSAI Techno Sales Pvt. Ltd.

unread,
Jan 10, 2018, 4:16:23 AM1/10/18
to valeri....@sonarsource.com, SonarQube
Hi Valeri
Can you guide me how i check the log for the Scanner for MSBUILD from begining to end. Below is what i did

root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/bin# wget https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.0.2.892/sonar-scanner-msbuild-4.0.2.892.zip

root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/bin# unzip sonar-scanner-msbuild-4.0.2.892.zip -d

/opt/sonar/sonar-scanner-msbuild-4.0.2.892/


root@storage:/opt/sonar# ls -ltr

total 52
drwxr-xr-x 5 root root 4096 Apr 24  2014 sonar-runner-2.4
drwxr-xr-x 4 root root 4096 Dec 21 08:37 extensions
drwxr-xr-x 2 root root 4096 Dec 21 08:37 data
-rw-r--r-- 1 root root 7651 Dec 21 08:37 COPYING
drwxr-xr-x 9 root root 4096 Dec 21 08:48 web
drwxr-xr-x 9 root root 4096 Dec 21 08:48 lib
drwxr-xr-x 8 root root 4096 Dec 21 08:48 bin
drwxr-xr-x 8 root root 4096 Jan  9 17:10 elasticsearch
drwxr-xr-x 2 root root 4096 Jan 10 10:12 logs
drwxr-xr-x 2 root root 4096 Jan 10 12:18 conf
drwxr-xr-x 4 root root 4096 Jan 10 14:46 sonar-scanner-msbuild-4.0.2.892
drwxr-xr-x 3 root root 4096 Jan 10 14:54 temp
root@storage:/opt/sonar#

root@storage:/opt/sonar# cd sonar-scanner-msbuild-4.0.2.892

root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892# ls
MSBuild.SonarQube.Internal.PostProcess.dll  SonarQube.Analysis.xml           sonar-scanner-3.0.3.778  TeamBuild.SonarQube.Integration.dll
MSBuild.SonarQube.Internal.PreProcess.dll   SonarQube.Common.dll             SonarScanner.Shim.dll
MSBuild.SonarQube.Runner.exe                SonarQube.Integration.Tasks.dll  System.ValueTuple.dll
Newtonsoft.Json.dll                         SonarQube.Scanner.MSBuild.exe    Targets

root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892# cd sonar-scanner-3.0.3.778/

root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778# ls
bin  conf  lib
root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778# cd conf/
root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/conf# ls

root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/conf# vi sonar-scanner.properties

#Configure here general information about the environment, such as SonarQube DB details for example
#No information about specific project should appear here

#----- Default SonarQube server
sonar.host.url=http://192.168.0.227:9000

#----- Default source code encoding
sonar.sourceEncoding=UTF-8

root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/conf# pwd
/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/conf

root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/conf#

root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/bin# ls
sonar-runner  sonar-runner.bat  sonar-scanner  sonar-scanner.bat  sonar-scanner-debug  sonar-scanner-debug.bat
root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/bin#

root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/bin# sonar-scanner
sonar-scanner: command not found
root@storage:/opt/sonar/sonar-scanner-msbuild-4.0.2.892/sonar-scanner-3.0.3.778/bin#





On Wed, Jan 10, 2018 at 2:00 PM, <valeri....@sonarsource.com> wrote:
In the previous reply (with the long log) the semicolon was in a command line argument of the "begin" step of Scanner for MSBuild. The log you sent me seems to be from the installation of SonarQube, please send the log of the Scanner for MSBuild begin and end steps, as well as the MSBuild command itself (e.g. that are the commands you use to compile and analyze your C# project).

--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.

valeri....@sonarsource.com

unread,
Jan 10, 2018, 9:20:10 AM1/10/18
to SonarQube
As far as I can see, you are unable to run the scanner for MSBuild. If you need additional help please, open a new thread, because your question seems unrelated to the current one. Here is the documentation about how to scan C# code on Linux and OSX:


Message has been deleted

decads....@gmail.com

unread,
Jan 10, 2018, 9:03:47 PM1/10/18
to SonarQube
Thanks valeri,

It's my mistake.
I corrected it. My Sonar still run failed.

Here is the full log. Pls help me. Thank you so much!


[EnvInject] - Loading node environment variables.
Building in workspace C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib
 > C:\Program Files\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files\Git\bin\git.exe config remote.origin.url https://kenzyplatform.visualstudio.com/Kenzy-core/_git/DECAds-ShopifyAPI # timeout=10
Fetching upstream changes from https://kenzyplatform.visualstudio.com/Kenzy-core/_git/DECAds-ShopifyAPI

 > C:\Program Files\Git\bin\git.exe --version # timeout=10
using GIT_ASKPASS to set credentials
 > C:\Program Files\Git\bin\git.exe fetch --tags --progress https://kenzyplatform.visualstudio.com/Kenzy-core/_git/DECAds-ShopifyAPI +refs/heads/*:refs/remotes/origin/*

 > C:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > C:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision e441c5aefb11d941e8840a4bc2ee619034257252 (refs/remotes/origin/master)

 > C:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10
 > C:\Program Files\Git\bin\git.exe checkout -f e441c5aefb11d941e8840a4bc2ee619034257252
Commit message: "Refactoring: - more expressive route names - deleted unused test case - files marked as changed by VS"
 > C:\Program Files\Git\bin\git.exe rev-list e441c5aefb11d941e8840a4bc2ee619034257252 # timeout=10
No emails were triggered.
[Kenzy_CommerceLib] $ "C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\MSBuild.SonarQube.Runner.exe" begin /k:tctav.com:Kenzy_CommerceLib /n:Kenzy_CommerceLib /v:e441c5aefb11d941e8840a4bc2ee619034257252 /d:sonar.host.url=http://10.190.200.35:9000 ******** /d:sonar.verbose=true /d:sonar.sourceEncoding=UTF-8 /d:sonar.sources=./

SonarQube Scanner for MSBuild 4.0.2
Default properties file was found at C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\SonarQube.Analysis.xml
Loading analysis properties from C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\SonarQube.Analysis.xml
sonar.verbose=true was specified - setting the log verbosity to 'Debug'
Pre-processing started.
Preparing working directories...
Using environment variables to determine the download directory...
Removing the existing directory: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube

Creating directory: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube
08:31:38.974  08:31:38.974  Loading analysis properties from C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\SonarQube.Analysis.xml
08:31:38.974  08:31:38.974  sonar.verbose=true was specified - setting the log verbosity to 'Debug'
08:31:38.974  Updating build integration targets...
08:31:38.99  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\SonarUser\AppData\Local\Microsoft\MSBuild\15.0\Microsoft.Common.targets\ImportBefore
08:31:38.99  Installed SonarQube.Integration.ImportBefore.targets to C:\Users\SonarUser\AppData\Local\Microsoft\MSBuild\14.0\Microsoft.Common.targets\ImportBefore
08:31:38.99  Installed SonarQube.Integration.targets to C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\bin\targets
08:31:38.99  Creating config and output folders...
08:31:38.99  Creating directory: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\conf
08:31:38.99  Creating directory: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out
08:31:38.99  Fetching analysis configuration settings...
08:31:38.99  Downloading from http://10.190.200.35:9000/api/server/version...
08:31:39.006  Fetching properties for project 'tctav.com:Kenzy_CommerceLib' from http://10.190.200.35:9000/api/settings/values?component=tctav.com%3AKenzy_CommerceLib...
08:31:39.006  Downloading from http://10.190.200.35:9000/api/settings/values?component=tctav.com%3AKenzy_CommerceLib...
08:31:39.021  08:31:39.021  WARNING: The property 'sonar.cs.msbuild.testProjectPattern' defined in SonarQube is deprecated. Set the property 'sonar.msbuild.testProjectPattern' in the scanner instead.
08:31:39.021  Downloading from http://10.190.200.35:9000/api/languages/list...
08:31:39.037  Fetching quality profile for project 'tctav.com:Kenzy_CommerceLib' from http://10.190.200.35:9000/api/qualityprofiles/search?projectKey=tctav.com%3AKenzy_CommerceLib...
08:31:39.037  Downloading from http://10.190.200.35:9000/api/qualityprofiles/search?projectKey=tctav.com%3AKenzy_CommerceLib...
08:31:39.037  Fetching active rules for quality profile 'AWDZju6rcDzi1IY_6jsU' from http://10.190.200.35:9000/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&activation=true&qprofile=AWDZju6rcDzi1IY_6jsU&p=1...
08:31:39.053  Downloading from http://10.190.200.35:9000/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&activation=true&qprofile=AWDZju6rcDzi1IY_6jsU&p=1...
08:31:39.256  Fetching rules not active in quality profile 'AWDZju6rcDzi1IY_6jsU' for language 'cs' from http://10.190.200.35:9000/api/rules/search?f=internalKey&ps=500&activation=false&qprofile=AWDZju6rcDzi1IY_6jsU&p=1&languages=cs...
08:31:39.256  Downloading from http://10.190.200.35:9000/api/rules/search?f=internalKey&ps=500&activation=false&qprofile=AWDZju6rcDzi1IY_6jsU&p=1&languages=cs...
08:31:39.287  Local analyzer cache: C:\Users\SonarUser\AppData\Local\Temp\.sonarqube\resources
08:31:39.287  Writing Roslyn generated ruleset to C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\conf\SonarQubeRoslyn-cs.ruleset...
08:31:39.303  Writing Roslyn analyzer additional file to C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\conf\cs\SonarLint.xml...
08:31:39.303  Provisioning analyzer assemblies for cs...
08:31:39.303  Installing required Roslyn analyzers...
08:31:39.303  Processing plugin: csharp version 6.5.0.3766
08:31:39.318  Cache hit: using plugin files from C:\Users\SonarUser\AppData\Local\Temp\.sonarqube\resources\0
08:31:39.349  Pre-processing succeeded.

Path To MSBuild.exe: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe
Executing the command cmd.exe /C " chcp 1252 & "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" /p:Configuration=Release /t:Rebuild /t:Clean;Build "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib/src/ShopifyAPI.sln" " && exit %%ERRORLEVEL%% from C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib
[Kenzy_CommerceLib] $ cmd.exe /C " chcp 1252 & "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" /p:Configuration=Release /t:Rebuild /t:Clean;Build "C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib/src/ShopifyAPI.sln" " && exit %%ERRORLEVEL%%
Active code page: 1252
Microsoft (R) Build Engine version 15.5.180.51428 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 1/11/2018 8:31:39 AM.
  C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Net.Compilers.2.1.0\build\..\tools\csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Owin.1.0\lib\net40\Owin.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\ShopifySharp.4.7.0\lib\net45\ShopifySharp.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Activities.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.DataAnnotations.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Configuration.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Drawing.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.EnterpriseServices.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.IdentityModel.Tokens.Jwt.4.0.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Reflection.TypeExtensions.4.1.0\lib\net462\System.Reflection.TypeExtensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Text.Encoding.CodePages.4.0.1\lib\net46\System.Text.Encoding.CodePages.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.ApplicationServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.DynamicData.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Entity.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Extensions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Services.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\WebActivatorEx.2.0.6\lib\net40\WebActivatorEx.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug+ /debug:pdbonly /optimize+ /out:obj\Release\ShopifyAPI.dll /ruleset:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Static Analysis Tools\\Rule Sets\MinimumRecommendedRules.ruleset" /subsystemversion:6.00 /resource:obj\Release\ShopifyAPI.Properties.Resources.resources /target:library /warnaserror- /utf8output App_Start\SwaggerConfig.cs App_Start\WebApiConfig.cs Attribute\AuthorizationFilterAttribute.cs Connections\RedisConnection.cs Controllers\CustomerController.Core.cs Controllers\ShoppingCartController.Core.cs Controllers\ProductsController.Core.cs Controllers\ProductsController.cs DI\DefaultDependencyResolver.cs DI\ServiceProviderExtensions.cs Entities\Checkout\AppliedDiscount.cs Entities\Checkout\ShippingRate.cs Entities\Checkout\ShippingRateCheckout.cs Entities\DraftOrder\DraftOrder.cs Entities\DraftOrder\DraftOrderShippingLine.cs Entities\Order\CustomOrder.cs Entities\UserInfo.cs Global.asax.cs Entities\BtnImageObject.cs Properties\AssemblyInfo.cs Properties\Resources.zh-TW.Designer.cs Properties\Resources.Designer.cs Services\CustomCustomerService.cs Services\CustomProductService.cs Services\ShoppingCartService.cs Services\IShoppingCartService.cs Services\ICustomerService.cs Services\IProductService.cs Services\IUserInfoService.cs Services\UserInfoInMemoryService.cs Services\UserInfoRedisService.cs Startup.cs "C:\Users\SonarUser\AppData\Local\Temp\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"
  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Roslyn\csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE /highentropyva+ /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\CompareNETObjects.3.05.0.0\lib\net46\KellermanSoftware.Compare-NET-Objects.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\Microsoft.Win32.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\mscorlib.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netfx.force.conflicts.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\netstandard.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\bin\ShopifyAPI.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\ShopifySharp.4.7.0\lib\net45\ShopifySharp.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Shouldly.2.8.3\lib\net451\Shouldly.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.AppContext.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Concurrent.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.NonGeneric.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Collections.Specialized.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.Composition.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.ComponentModel.DataAnnotations.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.EventBasedAsync.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ComponentModel.TypeConverter.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Configuration.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Console.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Core.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Data.Common.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Data.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Contracts.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Debug.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.FileVersionInfo.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Process.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.StackTrace.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TextWriterTraceListener.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tools.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.TraceSource.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Diagnostics.Tracing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Drawing.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Dynamic.Runtime.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Calendars.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Globalization.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.IO.Compression.FileSystem.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Compression.ZipFile.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.DriveInfo.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.FileSystem.Watcher.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.IsolatedStorage.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.MemoryMappedFiles.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.Pipes.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.IO.UnmanagedMemoryStream.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Expressions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Parallel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Linq.Queryable.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NameResolution.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.NetworkInformation.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Ping.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Requests.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Security.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Sockets.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebHeaderCollection.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.Client.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.WebSockets.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Numerics.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ObjectModel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Reflection.Primitives.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Reflection.TypeExtensions.4.1.0\lib\net462\System.Reflection.TypeExtensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Reader.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.ResourceManager.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Resources.Writer.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.CompilerServices.VisualC.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Handles.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.InteropServices.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net462\lib\System.Runtime.InteropServices.RuntimeInformation.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Numerics.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Formatters.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Json.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Runtime.Serialization.Xml.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Claims.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Algorithms.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Csp.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Encoding.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.Primitives.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Cryptography.X509Certificates.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.Principal.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Security.SecureString.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\System.Text.Encoding.CodePages.4.0.1\lib\net46\System.Text.Encoding.CodePages.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.Encoding.Extensions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Text.RegularExpressions.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Overlapped.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Tasks.Parallel.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Thread.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.ThreadPool.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Threading.Timer.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.ValueTuple.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Abstractions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.ApplicationServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Extensions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Web.Routing.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.Xml.Linq.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.ReaderWriter.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XDocument.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlDocument.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XmlSerializer.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.dll" /reference:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Xml.XPath.XDocument.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ComponentModel.Annotations.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.ILGeneration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Reflection.Emit.Lightweight.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.Runtime.InteropServices.WindowsRuntime.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Duplex.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Http.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.NetTcp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Primitives.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\Facades\System.ServiceModel.Security.dll" /debug:pdbonly /filealign:512 /optimize+ /out:obj\Release\ShopifyAPI.Tests.dll /ruleset:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Static Analysis Tools\\Rule Sets\MinimumRecommendedRules.ruleset" /subsystemversion:6.00 /target:library /warnaserror- /utf8output Apis\DraftOrderApiTest.cs Apis\OrderApiTest.cs Controller\ProductsControllerTest.cs Properties\AssemblyInfo.cs Services\CustomCustomerServiceTest.cs Services\CustomProductServiceTest.cs Services\DraftOrderServiceTest.cs "C:\Users\SonarUser\AppData\Local\Temp\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"
Time Elapsed 00:00:08.73

[Kenzy_CommerceLib] $ "C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\MSBuild.SonarQube.Runner.exe" end ********
SonarQube Scanner for MSBuild 4.0.2
Default properties file was found at C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\SonarQube.Analysis.xml
Loading analysis properties from C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\SonarQube.Analysis.xml
Post-processing started.
08:31:48.396  Loading the SonarQube analysis config from C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\conf\SonarQubeAnalysisConfig.xml
08:31:48.396  Not running under TeamBuild
08:31:48.396  Analysis base directory: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube
Build directory:
Bin directory: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\bin
Config directory: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\conf
Output directory: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out
Config file: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\conf\SonarQubeAnalysisConfig.xml
Generating SonarQube project properties file to C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\sonar-project.properties
Setting analysis property: sonar.visualstudio.enable=false
Using longest common projects root path as project base directory: 'C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src'.

WARNING: File 'C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\Properties\PublishProfiles\line-api-tw-shopify-service - Web Deploy.pubxml' does not exist.
File was referenced by the following projects: 'C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\ShopifyAPI.csproj'.

WARNING: File 'C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\Properties\PublishProfiles\line-api-tw2-shopify-service - Web Deploy.pubxml' does not exist.
File was referenced by the following projects: 'C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI\ShopifyAPI.csproj'.
Writing processing summary to C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\ProjectInfo.log

SONAR_SCANNER_OPTS is not configured. Setting it to the default value of -Xmx1024m
Calling the SonarQube Scanner...
Setting environment variable 'SONAR_SCANNER_OPTS'. Value: -Xmx1024m
Executing file C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\sonar-scanner-3.0.3.778\bin\sonar-scanner.bat
  Args: -Dsonar.scanAllFiles=true -Dproject.settings=C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\sonar-project.properties <sensitive data removed>
  Working directory: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib
  Timeout (ms):-1
  Process id: 4308

INFO: Scanner configuration file: C:\Program Files (x86)\Jenkins\tools\hudson.plugins.sonar.MsBuildSQRunnerInstallation\SonarQube_Scanner_for_MSBuild\sonar-scanner-3.0.3.778\bin\..\conf\sonar-scanner.properties
INFO: Project root configuration file: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\sonar-project.properties
08:31:48.698 INFO: SonarQube Scanner 3.0.3.778
08:31:48.698 INFO: Java 9.0.1 Oracle Corporation (64-bit)
08:31:48.698 INFO: Windows Server 2016 10.0 amd64
08:31:48.698 INFO: SONAR_SCANNER_OPTS=-Xmx1024m
08:31:49.167 DEBUG: keyStore is :
08:31:49.167 DEBUG: keyStore type is : pkcs12
08:31:49.167 DEBUG: keyStore provider is :
08:31:49.167 DEBUG: init keystore
08:31:49.167 DEBUG: init keymanager of type SunX509
08:31:49.276 INFO: User cache: C:\Users\SonarUser\.sonar\cache
08:31:49.276 DEBUG: Extract sonar-scanner-api-batch in temp...
08:31:49.276 DEBUG: Get bootstrap index...
08:31:49.276 DEBUG: Download: http://10.190.200.35:9000/batch/index
08:31:49.323 DEBUG: Get bootstrap completed
08:31:49.323 DEBUG: Create isolated classloader...
08:31:49.354 DEBUG: Start temp cleaning...
08:31:49.354 DEBUG: Temp cleaning done
08:31:49.354 DEBUG: Execution getVersion
08:31:49.354 DEBUG: Execution start
08:31:49.542 INFO: Publish mode
08:31:49.636 INFO: Load global settings
08:31:49.683 DEBUG: GET 200 http://10.190.200.35:9000/api/settings/values.protobuf | time=32ms
08:31:49.683 INFO: Load global settings (done) | time=47ms
08:31:49.698 INFO: Server id: AWDZjqGUcDzi1IY_6jR7
08:31:49.698 INFO: User cache: C:\Users\SonarUser\.sonar\cache
08:31:49.901 INFO: Load plugins index
08:31:49.901 DEBUG: GET 200 http://10.190.200.35:9000/api/plugins/installed | time=0ms
08:31:49.933 INFO: Load plugins index (done) | time=32ms
08:31:49.933 DEBUG: Load plugins
08:31:49.948 DEBUG: Load plugins (done) | time=15ms
08:31:50.026 DEBUG: Plugins:
08:31:50.026 DEBUG:   * SonarC# 6.5.0.3766 (csharp)
08:31:50.026 DEBUG:   * SonarPython 1.8.0.1496 (python)
08:31:50.026 DEBUG:   * SonarJava 4.15.0.12310 (java)
08:31:50.026 DEBUG:   * Flex 2.3 (flex)
08:31:50.026 DEBUG:   * SonarQube :: Plugins :: SCM :: Git 1.3.0.869 (scmgit)
08:31:50.026 DEBUG:   * SonarXML 1.4.3.1027 (xml)
08:31:50.026 DEBUG:   * SonarPHP 2.11.0.2485 (php)
08:31:50.026 DEBUG:   * SonarTS 1.1.0.1079 (typescript)
08:31:50.026 DEBUG:   * SonarQube :: Plugins :: SCM :: SVN 1.6.0.860 (scmsvn)
08:31:50.026 DEBUG:   * SonarJS 3.2.0.5506 (javascript)
08:31:50.026 DEBUG: Execution getVersion
08:31:50.026 INFO: SonarQube server 6.7.1
08:31:50.026 INFO: Default locale: "en_US", source code encoding: "UTF-8"
08:31:50.026 DEBUG: Work directory: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\.sonar
08:31:50.026 DEBUG: Execution getVersion
08:31:50.026 DEBUG: Execution execute
08:31:50.386 INFO: Process project properties
08:31:50.386 DEBUG: Process project properties (done) | time=0ms
08:31:50.417 INFO: Load project repositories
08:31:50.448 DEBUG: GET 200 http://10.190.200.35:9000/batch/project.protobuf?key=tctav.com%3AKenzy_CommerceLib | time=31ms
08:31:50.526 INFO: Load project repositories (done) | time=109ms
08:31:50.604 DEBUG: Available languages:
08:31:50.604 DEBUG:   * C# => "cs"
08:31:50.604 DEBUG:   * Python => "py"
08:31:50.604 DEBUG:   * Java => "java"
08:31:50.604 DEBUG:   * Flex => "flex"
08:31:50.604 DEBUG:   * XML => "xml"
08:31:50.604 DEBUG:   * PHP => "php"
08:31:50.604 DEBUG:   * TypeScript => "ts"
08:31:50.604 DEBUG:   * JavaScript => "js"
08:31:50.620 INFO: Load quality profiles
08:31:50.636 DEBUG: GET 200 http://10.190.200.35:9000/api/qualityprofiles/search.protobuf?projectKey=tctav.com%3AKenzy_CommerceLib | time=16ms
08:31:50.636 INFO: Load quality profiles (done) | time=16ms
08:31:50.636 INFO: Load active rules
08:31:50.698 DEBUG: GET 200 http://10.190.200.35:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AWDZju6rcDzi1IY_6jsU&p=1&ps=500 | time=62ms
08:31:50.808 DEBUG: GET 200 http://10.190.200.35:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AWDZjvD9cDzi1IY_6jz0&p=1&ps=500 | time=79ms
08:31:50.839 DEBUG: GET 200 http://10.190.200.35:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AWDZjvfycDzi1IY_6j5a&p=1&ps=500 | time=16ms
08:31:50.854 DEBUG: GET 200 http://10.190.200.35:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AWDZjvd1cDzi1IY_6j4b&p=1&ps=500 | time=15ms
08:31:50.886 DEBUG: GET 200 http://10.190.200.35:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AWDZjvmYcDzi1IY_6j8K&p=1&ps=500 | time=32ms
08:31:50.933 DEBUG: GET 200 http://10.190.200.35:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AWDZjvs-cDzi1IY_6kA_&p=1&ps=500 | time=47ms
08:31:50.964 DEBUG: GET 200 http://10.190.200.35:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AWDZjv1wcDzi1IY_6kDw&p=1&ps=500 | time=31ms
08:31:51.011 DEBUG: GET 200 http://10.190.200.35:9000/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt&activation=true&qprofile=AWDZjwDMcDzi1IY_6kGY&p=1&ps=500 | time=47ms
08:31:51.120 INFO: Load active rules (done) | time=484ms
08:31:51.120 INFO: Load metrics repository
08:31:51.136 DEBUG: GET 200 http://10.190.200.35:9000/api/metrics/search?f=name,description,direction,qualitative,custom&ps=500&p=1 | time=16ms
08:31:51.136 INFO: Load metrics repository (done) | time=16ms
08:31:51.167 INFO: Project key: tctav.com:Kenzy_CommerceLib
08:31:51.167 DEBUG: Start recursive analysis of project modules
08:31:51.167 INFO: -------------  Scan ShopifyAPI
08:31:51.276 INFO: Load server rules
08:31:51.323 DEBUG: GET 200 http://10.190.200.35:9000/api/rules/list.protobuf | time=47ms
08:31:51.339 INFO: Load server rules (done) | time=63ms
08:31:51.370 INFO: Base dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI
08:31:51.370 INFO: Working dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\.sonar\tctav.com_Kenzy_CommerceLib_tctav.com_Kenzy_CommerceLib_51CB11F9-53BD-46C2-974C-ACF2BD044411
08:31:51.370 INFO: Test paths: App_Start/SwaggerConfig.cs, App_Start/WebApiConfig.cs, Attribute/AuthorizationFilterAttribute.cs, Connections/RedisConnection.cs, Controllers/CustomerController.Core.cs, Controllers/ShoppingCartController.Core.cs, Controllers/ProductsController.Core.cs, Controllers/ProductsController.cs, DI/DefaultDependencyResolver.cs, DI/ServiceProviderExtensions.cs, Entities/Checkout/AppliedDiscount.cs, Entities/Checkout/ShippingRate.cs, Entities/Checkout/ShippingRateCheckout.cs, Entities/DraftOrder/DraftOrder.cs, Entities/DraftOrder/DraftOrderShippingLine.cs, Entities/Order/CustomOrder.cs, Entities/UserInfo.cs, Global.asax.cs, Entities/BtnImageObject.cs, Properties/AssemblyInfo.cs, Services/CustomCustomerService.cs, Services/CustomProductService.cs, Services/ShoppingCartService.cs, Services/IShoppingCartService.cs, Services/ICustomerService.cs, Services/IProductService.cs, Services/IUserInfoService.cs, Services/UserInfoInMemoryService.cs, Services/UserInfoRedisService.cs, Startup.cs, Global.asax, Web.config, ApplicationInsights.config, Properties/Resources.resx, Properties/Resources.zh-TW.resx, packages.config, Web.Debug.config, Web.Release.config
08:31:51.370 INFO: Source encoding: UTF-8, default locale: en_US
08:31:51.448 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
08:31:51.448 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py
08:31:51.448 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
08:31:51.448 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as
08:31:51.448 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl
08:31:51.448 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
08:31:51.448 DEBUG: Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx
08:31:51.448 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.vue
08:31:51.464 DEBUG: Initializers :
08:31:51.464 INFO: Index files
08:31:51.479 DEBUG: 'App_Start\SwaggerConfig.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Attribute\AuthorizationFilterAttribute.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Connections\RedisConnection.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'App_Start\WebApiConfig.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Controllers\ProductsController.Core.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Controllers\ProductsController.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'DI\DefaultDependencyResolver.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Controllers\CustomerController.Core.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'DI\ServiceProviderExtensions.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Entities\Checkout\ShippingRate.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Entities\Checkout\ShippingRateCheckout.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Entities\DraftOrder\DraftOrder.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Entities\DraftOrder\DraftOrderShippingLine.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Entities\Order\CustomOrder.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Entities\Checkout\AppliedDiscount.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Entities\UserInfo.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Entities\BtnImageObject.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Controllers\ShoppingCartController.Core.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Global.asax.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Services\CustomCustomerService.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Services\CustomProductService.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Services\ShoppingCartService.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Services\IShoppingCartService.cs' indexed as test with language 'cs'
08:31:51.479 DEBUG: 'Services\ICustomerService.cs' indexed as test with language 'cs'
08:31:51.495 DEBUG: 'Services\IProductService.cs' indexed as test with language 'cs'
08:31:51.495 DEBUG: 'Services\IUserInfoService.cs' indexed as test with language 'cs'
08:31:51.495 DEBUG: 'Services\UserInfoInMemoryService.cs' indexed as test with language 'cs'
08:31:51.495 DEBUG: 'Services\UserInfoRedisService.cs' indexed as test with language 'cs'
08:31:51.495 DEBUG: 'Startup.cs' indexed as test with language 'cs'
08:31:51.495 DEBUG: 'Web.config' indexed as test with language 'null'
08:31:51.495 DEBUG: 'Properties\AssemblyInfo.cs' indexed as test with language 'cs'
08:31:51.495 DEBUG: 'Global.asax' indexed as test with language 'null'
08:31:51.495 DEBUG: 'Properties\Resources.resx' indexed as test with language 'null'
08:31:51.495 DEBUG: 'ApplicationInsights.config' indexed as test with language 'null'
08:31:51.495 DEBUG: 'Properties\Resources.zh-TW.resx' indexed as test with language 'null'
08:31:51.495 DEBUG: 'Web.Release.config' indexed as test with language 'null'
08:31:51.495 DEBUG: 'packages.config' indexed as test with language 'null'
08:31:51.495 DEBUG: 'Web.Debug.config' indexed as test with language 'null'
08:31:51.495 INFO: 38 files indexed
08:31:51.495 INFO: Quality profile for cs: Sonar way

WARNING: WARNING: An illegal reflective access operation has occurred
WARNING: WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/C:/Users/SonarUser/.sonar/cache/3c43ca34b48e025530485308ddac54a2/sonar-javascript-plugin-3.2.0.5506.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
WARNING: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: WARNING: All illegal access operations will be denied in a future release
08:31:52.120 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing
08:31:52.120 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing
08:31:52.120 DEBUG: 'Python Squid Sensor' skipped because there is no related file in current project
08:31:52.120 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
08:31:52.120 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
08:31:52.120 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
08:31:52.120 DEBUG: 'Flex' skipped because there is no related file in current project
08:31:52.120 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project
08:31:52.120 DEBUG: 'XML Sensor' skipped because there is no related file in current project
08:31:52.120 DEBUG: 'PHP sensor' skipped because there is no related file in current project
08:31:52.120 DEBUG: 'TypeScript Sensor' skipped because there is no related file in current project
08:31:52.120 DEBUG: 'TypeScript LCOV Coverage Sensor' skipped because there is no related file in current project
08:31:52.120 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
08:31:52.120 DEBUG: Sensors : C# -> SonarJavaXmlFileSensor -> Analyzer for "php.ini" files
08:31:52.120 INFO: Sensor C# [csharp]
08:31:52.136 DEBUG: No files to analyze. Skip Sensor.
08:31:52.136 INFO: Sensor C# [csharp] (done) | time=16ms
08:31:52.136 INFO: Sensor SonarJavaXmlFileSensor [java]
08:31:52.136 INFO: Sensor SonarJavaXmlFileSensor [java] (done) | time=0ms
08:31:52.136 INFO: Sensor Analyzer for "php.ini" files [php]
08:31:52.136 INFO: Sensor Analyzer for "php.ini" files [php] (done) | time=0ms
08:31:52.151 DEBUG: 'ShopifyAPI/App_Start/SwaggerConfig.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.151 DEBUG: 'ShopifyAPI/App_Start/WebApiConfig.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.151 DEBUG: 'ShopifyAPI/Attribute/AuthorizationFilterAttribute.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.151 DEBUG: 'ShopifyAPI/Connections/RedisConnection.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.151 DEBUG: 'ShopifyAPI/Controllers/CustomerController.Core.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.151 DEBUG: 'ShopifyAPI/Controllers/ProductsController.Core.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.151 DEBUG: 'ShopifyAPI/Controllers/ProductsController.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Controllers/ShoppingCartController.Core.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/DI/DefaultDependencyResolver.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/DI/ServiceProviderExtensions.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Entities/BtnImageObject.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Entities/Checkout/AppliedDiscount.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Entities/Checkout/ShippingRate.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Entities/Checkout/ShippingRateCheckout.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Entities/DraftOrder/DraftOrder.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Entities/DraftOrder/DraftOrderShippingLine.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Entities/Order/CustomOrder.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Entities/UserInfo.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Global.asax.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Properties/AssemblyInfo.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Services/CustomCustomerService.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Services/CustomProductService.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Services/ICustomerService.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Services/IProductService.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Services/IShoppingCartService.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Services/IUserInfoService.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.167 DEBUG: 'ShopifyAPI/Services/ShoppingCartService.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.683 DEBUG: 'ShopifyAPI/Services/UserInfoInMemoryService.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.683 DEBUG: 'ShopifyAPI/Services/UserInfoRedisService.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.683 DEBUG: 'ShopifyAPI/Startup.cs' generated metadata as test  with charset 'UTF-8'
08:31:52.683 INFO: SCM provider for this project is: git
08:31:52.683 INFO: 30 files to be analyzed
08:31:52.698 DEBUG: readpipe [git, --version],C:\Program Files\Git\cmd
08:31:54.152 DEBUG: readpipe may return 'git version 2.15.0.windows.1'
08:31:54.152 DEBUG: remaining output:

08:31:54.152 DEBUG: readpipe [git, config, --system, --edit],C:\Program Files\Git\cmd
08:31:54.199 DEBUG: readpipe may return 'C:/Program Files/Git/mingw64/etc/gitconfig'
08:31:54.199 DEBUG: remaining output:

08:31:54.230 DEBUG: Blame file src/ShopifyAPI/Global.asax.cs
08:31:54.230 DEBUG: Blame file src/ShopifyAPI/Services/ShoppingCartService.cs
08:31:54.230 DEBUG: Blame file src/ShopifyAPI/DI/ServiceProviderExtensions.cs
08:31:54.230 DEBUG: Blame file src/ShopifyAPI/Services/IShoppingCartService.cs
08:31:54.402 DEBUG: Blame file src/ShopifyAPI/Entities/BtnImageObject.cs
08:31:54.417 DEBUG: Blame file src/ShopifyAPI/Properties/AssemblyInfo.cs
08:31:54.433 DEBUG: Blame file src/ShopifyAPI/Services/IUserInfoService.cs
08:31:54.433 DEBUG: Blame file src/ShopifyAPI/Services/CustomCustomerService.cs
08:31:54.449 DEBUG: Blame file src/ShopifyAPI/Entities/Order/CustomOrder.cs
08:31:54.449 DEBUG: Blame file src/ShopifyAPI/Services/UserInfoInMemoryService.cs
08:31:54.464 DEBUG: Blame file src/ShopifyAPI/Entities/UserInfo.cs
08:31:54.464 DEBUG: Blame file src/ShopifyAPI/Services/CustomProductService.cs
08:31:54.480 DEBUG: Blame file src/ShopifyAPI/Services/ICustomerService.cs
08:31:54.480 DEBUG: Blame file src/ShopifyAPI/Connections/RedisConnection.cs
08:31:54.495 DEBUG: Blame file src/ShopifyAPI/Services/IProductService.cs
08:31:54.495 DEBUG: Blame file src/ShopifyAPI/App_Start/WebApiConfig.cs
08:31:54.495 DEBUG: Blame file src/ShopifyAPI/Services/UserInfoRedisService.cs
08:31:54.511 DEBUG: Blame file src/ShopifyAPI/Attribute/AuthorizationFilterAttribute.cs
08:31:54.511 DEBUG: Blame file src/ShopifyAPI/Entities/Checkout/ShippingRateCheckout.cs
08:31:54.527 DEBUG: Blame file src/ShopifyAPI/Controllers/CustomerController.Core.cs
08:31:54.527 DEBUG: Blame file src/ShopifyAPI/Entities/DraftOrder/DraftOrder.cs
08:31:54.542 DEBUG: Blame file src/ShopifyAPI/Controllers/ProductsController.Core.cs
08:31:54.542 DEBUG: Blame file src/ShopifyAPI/Entities/Checkout/AppliedDiscount.cs
08:31:54.558 DEBUG: Blame file src/ShopifyAPI/Controllers/ProductsController.cs
08:31:54.558 DEBUG: Blame file src/ShopifyAPI/Startup.cs
08:31:54.574 DEBUG: Blame file src/ShopifyAPI/Controllers/ShoppingCartController.Core.cs
08:31:54.589 DEBUG: Blame file src/ShopifyAPI/Entities/Checkout/ShippingRate.cs
08:31:54.589 DEBUG: Blame file src/ShopifyAPI/Entities/DraftOrder/DraftOrderShippingLine.cs
08:31:54.605 DEBUG: Blame file src/ShopifyAPI/DI/DefaultDependencyResolver.cs
08:31:54.620 DEBUG: Blame file src/ShopifyAPI/App_Start/SwaggerConfig.cs
08:31:54.636 INFO: 30/30 files analyzed
08:31:54.636 INFO: -------------  Scan ShopifyAPI.Tests
08:31:54.652 INFO: Base dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src\ShopifyAPI.Tests
08:31:54.652 INFO: Working dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\.sonar\tctav.com_Kenzy_CommerceLib_tctav.com_Kenzy_CommerceLib_0DA2FE70-412C-44C5-B471-EC0477734992
08:31:54.652 INFO: Test paths: Apis/DraftOrderApiTest.cs, Apis/OrderApiTest.cs, Controller/ProductsControllerTest.cs, Properties/AssemblyInfo.cs, Services/CustomCustomerServiceTest.cs, Services/CustomProductServiceTest.cs, Services/DraftOrderServiceTest.cs, app.config, packages.config
08:31:54.652 INFO: Source encoding: UTF-8, default locale: en_US
08:31:54.667 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
08:31:54.667 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py
08:31:54.667 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
08:31:54.667 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as
08:31:54.667 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl
08:31:54.667 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
08:31:54.667 DEBUG: Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx
08:31:54.667 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.vue
08:31:54.667 DEBUG: Initializers :
08:31:54.667 INFO: Index files
08:31:54.667 DEBUG: 'Controller\ProductsControllerTest.cs' indexed as test with language 'cs'
08:31:54.667 DEBUG: 'Properties\AssemblyInfo.cs' indexed as test with language 'cs'
08:31:54.667 DEBUG: 'Services\CustomCustomerServiceTest.cs' indexed as test with language 'cs'
08:31:54.667 DEBUG: 'Services\CustomProductServiceTest.cs' indexed as test with language 'cs'
08:31:54.667 DEBUG: 'Services\DraftOrderServiceTest.cs' indexed as test with language 'cs'
08:31:54.667 DEBUG: 'app.config' indexed as test with language 'null'
08:31:54.683 DEBUG: 'packages.config' indexed as test with language 'null'
08:31:54.683 DEBUG: 'Apis\DraftOrderApiTest.cs' indexed as test with language 'cs'
08:31:54.683 DEBUG: 'Apis\OrderApiTest.cs' indexed as test with language 'cs'
08:31:54.683 INFO: 9 files indexed
08:31:54.683 INFO: Quality profile for cs: Sonar way
08:31:54.699 DEBUG: 'Generic Coverage Report' skipped because one of the required properties is missing
08:31:54.699 DEBUG: 'Generic Test Executions Report' skipped because one of the required properties is missing
08:31:54.699 DEBUG: 'Python Squid Sensor' skipped because there is no related file in current project
08:31:54.699 DEBUG: 'SurefireSensor' skipped because there is no related file in current project
08:31:54.699 DEBUG: 'JaCoCoSensor' skipped because there is no related file in current project
08:31:54.699 DEBUG: 'JavaSquidSensor' skipped because there is no related file in current project
08:31:54.699 DEBUG: 'Flex' skipped because there is no related file in current project
08:31:54.699 DEBUG: 'Flex Cobertura' skipped because there is no related file in current project
08:31:54.699 DEBUG: 'XML Sensor' skipped because there is no related file in current project
08:31:54.699 DEBUG: 'PHP sensor' skipped because there is no related file in current project
08:31:54.699 DEBUG: 'TypeScript Sensor' skipped because there is no related file in current project
08:31:54.699 DEBUG: 'TypeScript LCOV Coverage Sensor' skipped because there is no related file in current project
08:31:54.699 DEBUG: 'JavaScript Squid Sensor' skipped because there is no related file in current project
08:31:54.699 DEBUG: Sensors : C# -> SonarJavaXmlFileSensor -> Analyzer for "php.ini" files
08:31:54.699 INFO: Sensor C# [csharp]
08:31:54.699 DEBUG: No files to analyze. Skip Sensor.
08:31:54.699 INFO: Sensor C# [csharp] (done) | time=0ms
08:31:54.699 INFO: Sensor SonarJavaXmlFileSensor [java]
08:31:54.699 INFO: Sensor SonarJavaXmlFileSensor [java] (done) | time=0ms
08:31:54.699 INFO: Sensor Analyzer for "php.ini" files [php]
08:31:54.699 INFO: Sensor Analyzer for "php.ini" files [php] (done) | time=0ms
08:31:54.699 DEBUG: 'ShopifyAPI.Tests/Apis/DraftOrderApiTest.cs' generated metadata as test  with charset 'UTF-8'
08:31:54.699 DEBUG: 'ShopifyAPI.Tests/Apis/OrderApiTest.cs' generated metadata as test  with charset 'UTF-8'
08:31:54.699 DEBUG: 'ShopifyAPI.Tests/Controller/ProductsControllerTest.cs' generated metadata as test  with charset 'UTF-8'
08:31:54.699 DEBUG: 'ShopifyAPI.Tests/Properties/AssemblyInfo.cs' generated metadata as test  with charset 'UTF-8'
08:31:54.699 DEBUG: 'ShopifyAPI.Tests/Services/CustomCustomerServiceTest.cs' generated metadata as test  with charset 'UTF-8'
08:31:54.699 DEBUG: 'ShopifyAPI.Tests/Services/CustomProductServiceTest.cs' generated metadata as test  with charset 'UTF-8'
08:31:54.699 DEBUG: 'ShopifyAPI.Tests/Services/DraftOrderServiceTest.cs' generated metadata as test  with charset 'UTF-8'
08:31:54.699 INFO: SCM provider for this project is: git
08:31:54.699 INFO: 7 files to be analyzed
08:31:54.714 DEBUG: Blame file src/ShopifyAPI.Tests/Services/CustomCustomerServiceTest.cs
08:31:54.714 DEBUG: Blame file src/ShopifyAPI.Tests/Apis/OrderApiTest.cs
08:31:54.714 DEBUG: Blame file src/ShopifyAPI.Tests/Services/DraftOrderServiceTest.cs
08:31:54.714 DEBUG: Blame file src/ShopifyAPI.Tests/Apis/DraftOrderApiTest.cs
08:31:54.730 DEBUG: Blame file src/ShopifyAPI.Tests/Services/CustomProductServiceTest.cs
08:31:54.745 DEBUG: Blame file src/ShopifyAPI.Tests/Properties/AssemblyInfo.cs
08:31:54.761 DEBUG: Blame file src/ShopifyAPI.Tests/Controller/ProductsControllerTest.cs
08:31:54.792 INFO: 7/7 files analyzed
08:31:54.792 INFO: -------------  Scan Kenzy_CommerceLib
08:31:54.792 INFO: Base dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\src
08:31:54.792 INFO: Working dir: C:\Program Files (x86)\Jenkins\workspace\Kenzy_CommerceLib\.sonarqube\out\.sonar
08:31:54.792 INFO: Source paths: .
08:31:54.792 INFO: Source encoding: UTF-8, default locale: en_US
08:31:54.808 DEBUG: Declared extensions of language C# were converted to sonar.lang.patterns.cs : **/*.cs
08:31:54.808 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : **/*.py
08:31:54.808 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : **/*.java,**/*.jav
08:31:54.808 DEBUG: Declared extensions of language Flex were converted to sonar.lang.patterns.flex : **/*.as
08:31:54.808 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : **/*.xml,**/*.xsd,**/*.xsl
08:31:54.808 DEBUG: Declared extensions of language PHP were converted to sonar.lang.patterns.php : **/*.php,**/*.php3,**/*.php4,**/*.php5,**/*.phtml,**/*.inc
08:31:54.808 DEBUG: Declared extensions of language TypeScript were converted to sonar.lang.patterns.ts : **/*.ts,**/*.tsx
08:31:54.808 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : **/*.js,**/*.jsx,**/*.vue
08:31:54.808 DEBUG: Initializers :
08:31:54.808 INFO: Index files
08:31:54.808 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net35\KellermanSoftware.Compare-NET-Objects.dll' indexed with language 'null'
08:31:54.808 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net40\KellermanSoftware.Compare-NET-Objects.dll' indexed with language 'null'
08:31:54.808 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net40\KellermanSoftware.Compare-NET-Objects.xml' indexed with language 'xml'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net45\KellermanSoftware.Compare-NET-Objects.dll' indexed with language 'null'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net45\KellermanSoftware.Compare-NET-Objects.xml' indexed with language 'xml'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net451\KellermanSoftware.Compare-NET-Objects.dll' indexed with language 'null'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net451\KellermanSoftware.Compare-NET-Objects.xml' indexed with language 'xml'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net452\KellermanSoftware.Compare-NET-Objects.dll' indexed with language 'null'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net452\KellermanSoftware.Compare-NET-Objects.xml' indexed with language 'xml'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net46\KellermanSoftware.Compare-NET-Objects.dll' indexed with language 'null'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net46\KellermanSoftware.Compare-NET-Objects.xml' indexed with language 'xml'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\portable-net4+sl5+wp8+win8\KellermanSoftware.Compare-NET-Objects-Portable.dll' indexed with language 'null'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\portable-net4+sl5+wp8+win8\KellermanSoftware.Compare-NET-Objects-Portable.xml' indexed with language 'xml'
08:31:54.824 DEBUG: 'packages\CompareNETObjects.3.05.0.0\readme.txt' indexed with language 'null'
08:31:54.824 DEBUG: 'packages\Flurl.2.3.0\Flurl.2.3.0.nupkg' indexed with language 'null'
08:31:54.824 DEBUG: 'packages\Flurl.2.3.0\lib\monoandroid\Flurl.deps.json' indexed with language 'null'
08:31:54.839 DEBUG: 'packages\Flurl.2.3.0\lib\monoandroid\Flurl.dll' indexed with language 'null'
08:31:54.839 DEBUG: 'packages\Flurl.2.3.0\lib\monoandroid\Flurl.pdb' indexed with language 'null'
08:31:54.839 DEBUG: 'packages\Flurl.2.3.0\lib\monoandroid\Flurl.xml' indexed with language 'xml'
08:31:54.839 DEBUG: 'packages\Flurl.2.3.0\lib\monotouch\Flurl.deps.json' indexed with language 'null'
08:31:54.839 DEBUG: 'packages\Flurl.2.3.0\lib\monotouch\Flurl.dll' indexed with language 'null'
08:31:54.839 DEBUG: 'packages\Flurl.2.3.0\lib\monotouch\Flurl.pdb' indexed with language 'null'
08:31:54.839 DEBUG: 'packages\Flurl.2.3.0\lib\monotouch\Flurl.xml' indexed with language 'xml'
08:31:54.839 DEBUG: 'packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.deps.json' indexed with language 'null'
08:31:54.839 DEBUG: 'packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.dll' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.pdb' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\netstandard1.4\Flurl.xml' indexed with language 'xml'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\portable40-net40+sl5+win8+wp8+wpa81\Flurl.deps.json' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\portable40-net40+sl5+win8+wp8+wpa81\Flurl.dll' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\portable40-net40+sl5+win8+wp8+wpa81\Flurl.pdb' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\portable40-net40+sl5+win8+wp8+wpa81\Flurl.xml' indexed with language 'xml'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\xamarin.ios\Flurl.deps.json' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\xamarin.ios\Flurl.dll' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\CompareNETObjects.3.05.0.0\lib\net35\KellermanSoftware.Compare-NET-Objects.xml' indexed with language 'xml'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\xamarin.ios\Flurl.pdb' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\xamarin.ios\Flurl.xml' indexed with language 'xml'
08:31:54.855 DEBUG: 'packages\CompareNETObjects.3.05.0.0\CompareNETObjects.3.05.0.0.nupkg' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\xamarin.mac\Flurl.deps.json' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\xamarin.mac\Flurl.pdb' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\xamarin.mac\Flurl.xml' indexed with language 'xml'
08:31:54.855 DEBUG: 'packages\Flurl.2.3.0\lib\xamarin.mac\Flurl.dll' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.Http.1.1.2\Flurl.Http.1.1.2.nupkg' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.Http.1.1.2\lib\monoandroid\Flurl.Http.dll' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.Http.1.1.2\lib\monoandroid\Flurl.Http.pdb' indexed with language 'null'
08:31:54.855 DEBUG: 'packages\Flurl.Http.1.1.2\lib\monoandroid\Flurl.Http.deps.json' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\monotouch\Flurl.Http.deps.json' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\monotouch\Flurl.Http.dll' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\monotouch\Flurl.Http.pdb' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\monotouch\Flurl.Http.xml' indexed with language 'xml'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.dll' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.pdb' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\net45\Flurl.Http.xml' indexed with language 'xml'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\netstandard1.4\Flurl.Http.deps.json' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\netstandard1.4\Flurl.Http.dll' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\monoandroid\Flurl.Http.xml' indexed with language 'xml'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\netstandard1.4\Flurl.Http.pdb' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\netstandard1.4\Flurl.Http.xml' indexed with language 'xml'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\portable40-net45+sl5+win8+wp8+wpa81\Flurl.Http.deps.json' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\portable40-net45+sl5+win8+wp8+wpa81\Flurl.Http.dll' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\portable40-net45+sl5+win8+wp8+wpa81\Flurl.Http.pdb' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\xamarin.ios\Flurl.Http.deps.json' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\portable40-net45+sl5+win8+wp8+wpa81\Flurl.Http.xml' indexed with language 'xml'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\xamarin.ios\Flurl.Http.pdb' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\xamarin.ios\Flurl.Http.dll' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\xamarin.ios\Flurl.Http.xml' indexed with language 'xml'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\xamarin.mac\Flurl.Http.deps.json' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\xamarin.mac\Flurl.Http.pdb' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\xamarin.mac\Flurl.Http.dll' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\net40\Microsoft.ApplicationInsights.dll' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\net40\Microsoft.ApplicationInsights.XML' indexed with language 'xml'
08:31:54.870 DEBUG: 'packages\Flurl.Http.1.1.2\lib\xamarin.mac\Flurl.Http.xml' indexed with language 'xml'
08:31:54.870 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.XML' indexed with language 'xml'
08:31:54.870 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\net46\Microsoft.ApplicationInsights.dll' indexed with language 'null'
08:31:54.870 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\net46\Microsoft.ApplicationInsights.XML' indexed with language 'xml'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\netstandard1.5\Microsoft.ApplicationInsights.XML' indexed with language 'xml'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\uap10.0\Microsoft.ApplicationInsights.dll' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\portable-win81+wpa81\Microsoft.ApplicationInsights.dll' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\netstandard1.5\Microsoft.ApplicationInsights.dll' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\lib\wp8\Microsoft.ApplicationInsights.dll' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net40\Microsoft.AI.Agent.Intercept.dll' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.2.2.0\Microsoft.ApplicationInsights.2.2.0.nupkg' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6.nupkg' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\content\ApplicationInsights.config.install.xdt' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\content\ApplicationInsights.config.transform' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\content\ApplicationInsights.config.uninstall.xdt' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net40\Microsoft.AI.DependencyCollector.dll' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net40\Microsoft.AI.DependencyCollector.XML' indexed with language 'xml'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\Microsoft.ApplicationInsights.DependencyCollector.2.2.0.nupkg' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.XML' indexed with language 'xml'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\content\ApplicationInsights.config.install.xdt' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\content\ApplicationInsights.config.uninstall.xdt' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\content\ApplicationInsights.config.transform' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net40\Microsoft.AI.PerfCounterCollector.dll' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0.nupkg' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\content\net40\ApplicationInsights.config.install.xdt' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\content\net40\ApplicationInsights.config.transform' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\content\net40\ApplicationInsights.config.uninstall.xdt' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\content\net40\web.config.install.xdt' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\content\net45\ApplicationInsights.config.install.xdt' indexed with language 'null'
08:31:54.886 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\content\net45\ApplicationInsights.config.transform' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\content\net40\web.config.uninstall.xdt' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\content\net45\ApplicationInsights.config.uninstall.xdt' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net40\Microsoft.AI.Web.dll' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\content\net45\web.config.uninstall.xdt' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\content\net45\web.config.install.xdt' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.XML' indexed with language 'xml'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\Microsoft.ApplicationInsights.Web.2.2.0.nupkg' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net40\Microsoft.AI.Web.XML' indexed with language 'xml'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\content\ApplicationInsights.config.install.xdt' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\content\ApplicationInsights.config.transform' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net40\Microsoft.AI.WindowsServer.XML' indexed with language 'xml'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\content\ApplicationInsights.config.uninstall.xdt' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net40\Microsoft.AI.WindowsServer.dll' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.XML' indexed with language 'xml'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\Microsoft.ApplicationInsights.WindowsServer.2.2.0.nupkg' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\Tools\install.ps1' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\content\ApplicationInsights.config.install.xdt' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\content\ApplicationInsights.config.transform' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\content\ApplicationInsights.config.uninstall.xdt' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net40\Microsoft.AI.ServerTelemetryChannel.dll' indexed with language 'null'
08:31:54.902 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net40\Microsoft.AI.ServerTelemetryChannel.XML' indexed with language 'xml'
08:31:54.917 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.XML' indexed with language 'xml'
08:31:54.917 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0.nupkg' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.5.2.3\Microsoft.AspNet.WebApi.5.2.3.nupkg' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.xml' indexed with language 'xml'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\portable-wp8+netcore45+net45+wp81+wpa81\System.Net.Http.Formatting.dll' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\portable-wp8+netcore45+net45+wp81+wpa81\System.Net.Http.Formatting.xml' indexed with language 'xml'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.Client.5.2.3\Microsoft.AspNet.WebApi.Client.5.2.3.nupkg' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.Core.5.2.3\Content\web.config.transform' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.xml' indexed with language 'xml'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.Core.5.2.3\Microsoft.AspNet.WebApi.Core.5.2.3.nupkg' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.xml' indexed with language 'xml'
08:31:54.917 DEBUG: 'packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\Microsoft.AspNet.WebApi.WebHost.5.2.3.nupkg' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\content\net45\web.config.install.xdt' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\content\net45\web.config.uninstall.xdt' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\content\net46\web.config.install.xdt' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\content\net46\web.config.uninstall.xdt' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml' indexed with language 'xml'
08:31:54.917 DEBUG: 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7.nupkg' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\tools\net45\install.ps1' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\tools\net45\uninstall.ps1' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.xml' indexed with language 'xml'
08:31:54.917 DEBUG: 'packages\Microsoft.Extensions.DependencyInjection.2.0.0\Microsoft.Extensions.DependencyInjection.2.0.0.nupkg' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.xml' indexed with language 'xml'
08:31:54.917 DEBUG: 'packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0.nupkg' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Extensions.Primitives.1.1.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.xml' indexed with language 'xml'
08:31:54.917 DEBUG: 'packages\Microsoft.Extensions.Primitives.1.1.0\Microsoft.Extensions.Primitives.1.1.0.nupkg' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\ThirdPartyNotices.rtf' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\Microsoft.Net.Compilers.2.1.0.nupkg' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\csc.exe' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\csc.exe.config' indexed with language 'null'
08:31:54.917 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\csc.rsp' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\csi.exe.config' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\csi.exe' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\csi.rsp' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.CodeAnalysis.CSharp.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.Build.Tasks.CodeAnalysis.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.CodeAnalysis.CSharp.Scripting.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.CodeAnalysis.VisualBasic.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.CodeAnalysis.Scripting.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.CodeAnalysis.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.CSharp.Core.targets' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.DiaSymReader.Native.amd64.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.DiaSymReader.Native.x86.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.VisualBasic.Core.targets' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\Microsoft.Win32.Primitives.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.AppContext.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Diagnostics.FileVersionInfo.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Collections.Immutable.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Console.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Diagnostics.StackTrace.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.IO.Compression.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Diagnostics.Process.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.IO.FileSystem.DriveInfo.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.IO.FileSystem.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.IO.FileSystem.Primitives.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.IO.Pipes.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Security.AccessControl.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Reflection.Metadata.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Security.Claims.dll' indexed with language 'null'
08:31:54.933 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Security.Cryptography.Primitives.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Security.Principal.Windows.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Text.Encoding.CodePages.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.ValueTuple.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Xml.XmlDocument.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Threading.Thread.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Security.Cryptography.Encoding.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Xml.XPath.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\System.Xml.XPath.XDocument.dll' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\vbc.exe.config' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\vbc.rsp' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\VBCSCompiler.exe' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\VBCSCompiler.exe.config' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.NETCore.Platforms.1.1.0\dotnet_library_license.txt' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.NETCore.Platforms.1.1.0\lib\netstandard1.0\_._' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.NETCore.Platforms.1.1.0\runtime.json' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.NETCore.Platforms.1.1.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.NETCore.Platforms.1.1.0\Microsoft.NETCore.Platforms.1.1.0.nupkg' indexed with language 'null'
08:31:54.949 DEBUG: 'packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Net.Compilers.2.1.0\tools\vbc.exe' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.XML' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Owin.Host.SystemWeb.3.1.0\Microsoft.Owin.Host.SystemWeb.3.1.0.nupkg' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Owin.3.1.0\Microsoft.Owin.3.1.0.nupkg' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Web.Infrastructure.1.0.0.0\Microsoft.Web.Infrastructure.1.0.0.0.nupkg' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\Microsoft.Win32.Primitives.4.3.0.nupkg' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\de\Microsoft.Win32.Primitives.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\es\Microsoft.Win32.Primitives.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\net46\Microsoft.Win32.Primitives.dll' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\it\Microsoft.Win32.Primitives.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\ja\Microsoft.Win32.Primitives.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\ko\Microsoft.Win32.Primitives.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.dll' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\Microsoft.Win32.Primitives.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\ru\Microsoft.Win32.Primitives.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\zh-hans\Microsoft.Win32.Primitives.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\zh-hant\Microsoft.Win32.Primitives.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\netstandard1.3\fr\Microsoft.Win32.Primitives.xml' indexed with language 'xml'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:54.964 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\net45\MSTest.TestAdapter.props' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\net45\MSTest.TestAdapter.targets' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\netcoreapp1.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\netcoreapp1.0\MSTest.TestAdapter.props' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\uap10.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\uap10.0\MSTest.TestAdapter.props' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\uap10.0\MSTest.TestAdapter.targets' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\cs\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\cs\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\de\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\de\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\de\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\Microsoft.Win32.Primitives.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\es\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\es\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\es\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\fr\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:54.980 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\it\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\it\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\it\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\ja\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\ja\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\fr\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\ko\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\ko\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\Microsoft.VisualStudio.TestPlatform.TestFramework.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\pl\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\pl\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\pt\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\pt\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:54.995 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\pt\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\ru\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\ru\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\tr\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\tr\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\zh-Hans\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\zh-Hans\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\zh-Hant\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\zh-Hant\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\build\_common\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestAdapter.1.1.17\MSTest.TestAdapter.1.1.17.nupkg' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\de\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\de\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\es\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\es\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\it\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\it\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll' indexed with language 'null'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.XML' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\pt\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\pt\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\net45\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.011 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll' indexed with language 'null'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll' indexed with language 'null'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.XML' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\pt\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\pt\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.027 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\netstandard1.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\cs\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\de\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\es\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\fr\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\it\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\ja\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\ko\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll' indexed with language 'null'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll' indexed with language 'null'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\Microsoft.VisualStudio.TestPlatform.TestFramework.XML' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\pl\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\pt\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\pt\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\ru\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\tr\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\lib\uap10.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:55.042 DEBUG: 'packages\MSTest.TestFramework.1.1.17\MSTest.TestFramework.1.1.17.nupkg' indexed with language 'null'
08:31:55.042 DEBUG: 'packages\NETStandard.Library.1.6.1\dotnet_library_license.txt' indexed with language 'null'
08:31:55.042 DEBUG: 'packages\NETStandard.Library.1.6.1\NETStandard.Library.1.6.1.nupkg' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\NETStandard.Library.1.6.1\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\net20\Newtonsoft.Json.dll' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\net20\Newtonsoft.Json.xml' indexed with language 'xml'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\net35\Newtonsoft.Json.dll' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\net40\Newtonsoft.Json.xml' indexed with language 'xml'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\net40\Newtonsoft.Json.dll' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\net35\Newtonsoft.Json.xml' indexed with language 'xml'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\netstandard1.0\Newtonsoft.Json.dll' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.xml' indexed with language 'xml'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\netstandard1.0\Newtonsoft.Json.xml' indexed with language 'xml'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\netstandard1.3\Newtonsoft.Json.dll' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\netstandard1.3\Newtonsoft.Json.xml' indexed with language 'xml'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\portable-net45+win8+wpa81+wp8\Newtonsoft.Json.xml' indexed with language 'xml'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\Newtonsoft.Json.10.0.1.nupkg' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\lib\portable-net45+win8+wpa81+wp8\Newtonsoft.Json.dll' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\Newtonsoft.Json.10.0.1\tools\install.ps1' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\NUnit.3.9.0\CHANGES.md' indexed with language 'null'
08:31:55.058 DEBUG: 'packages\NUnit.3.9.0\lib\monoandroid\nunit.framework.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\monoandroid\nunit.framework.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\net20\nunit.framework.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\net20\NUnit.System.Linq.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\net20\nunit.framework.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\net35\nunit.framework.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\net35\nunit.framework.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\net40\nunit.framework.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\net40\nunit.framework.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\net45\nunit.framework.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\net45\nunit.framework.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\netstandard1.3\nunit.framework.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\netstandard1.3\nunit.framework.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\netstandard1.6\nunit.framework.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\netstandard1.6\nunit.framework.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\uap\nunit.framework.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\uap\nunit.framework.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\xamarin.ios\nunit.framework.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\LICENSE.txt' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\lib\xamarin.ios\nunit.framework.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\NOTICES.txt' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\NUnit.3.9.0\NUnit.3.9.0.nupkg' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\Owin.1.0\lib\net40\Owin.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\Owin.1.0\Owin.1.0.nupkg' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\ShopifySharp.4.7.0\lib\netstandard1.4\ShopifySharp.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\ShopifySharp.4.7.0\ShopifySharp.4.7.0.nupkg' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\ShopifySharp.4.7.0\lib\net45\ShopifySharp.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\Shouldly.2.8.3\lib\net40\Shouldly.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\Shouldly.2.8.3\lib\net35\Shouldly.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\Shouldly.2.8.3\lib\net451\Shouldly.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\Shouldly.2.8.3\lib\netstandard1.3\Shouldly.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\Shouldly.2.8.3\Shouldly.2.8.3.nupkg' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\StackExchange.Redis.1.2.6\lib\net45\StackExchange.Redis.dll' indexed with language 'null'
08:31:55.074 DEBUG: 'packages\StackExchange.Redis.1.2.6\lib\net45\StackExchange.Redis.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.xml' indexed with language 'xml'
08:31:55.074 DEBUG: 'packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\StackExchange.Redis.1.2.6\lib\netstandard1.5\StackExchange.Redis.dll' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\StackExchange.Redis.1.2.6\lib\netstandard1.5\StackExchange.Redis.xml' indexed with language 'xml'
08:31:55.089 DEBUG: 'packages\StackExchange.Redis.1.2.6\StackExchange.Redis.1.2.6.nupkg' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\Swashbuckle.5.6.0\Content\App_Start\SwaggerConfig.cs.pp' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\Swashbuckle.5.6.0\Swashbuckle.5.6.0.nupkg' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\Swashbuckle.Core.5.6.0\Swashbuckle.Core.5.6.0.nupkg' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\lib\netcore50\System.AppContext.dll' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\lib\netstandard1.6\System.AppContext.dll' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\ref\net46\System.AppContext.dll' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\ref\net463\System.AppContext.dll' indexed with language 'null'
08:31:55.089 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard\_._' indexed with language 'null'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\de\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\es\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\fr\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\it\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\ja\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\ko\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\ru\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\System.AppContext.dll' indexed with language 'null'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\zh-hans\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.3\zh-hant\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\de\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\es\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\fr\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\it\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\ja\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\ko\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\ru\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\System.AppContext.xml' indexed with language 'xml'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\System.AppContext.dll' indexed with language 'null'
08:31:55.105 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\zh-hans\System.AppContext.xml' indexed with language 'xml'
08:31:55.120 DEBUG: 'packages\System.AppContext.4.3.0\ref\netstandard1.6\zh-hant\System.AppContext.xml' indexed with language 'xml'
08:31:55.120 DEBUG: 'packages\System.AppContext.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.AppContext.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.AppContext.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.AppContext.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.AppContext.4.3.0\runtimes\aot\lib\netcore50\System.AppContext.dll' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.AppContext.4.3.0\System.AppContext.4.3.0.nupkg' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.AppContext.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.120 DEBUG: 'packages\System.Collections.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\de\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\es\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\fr\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\it\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\ja\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\ko\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\ru\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\System.Collections.dll' indexed with language 'null'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\zh-hans\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netcore50\zh-hant\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\de\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\es\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\fr\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\it\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\ja\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\ko\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\ru\System.Collections.xml' indexed with language 'xml'
08:31:55.136 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\System.Collections.dll' indexed with language 'null'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\zh-hans\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.0\zh-hant\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\de\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\es\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\fr\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\it\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\ja\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\ko\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\ru\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\System.Collections.dll' indexed with language 'null'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\zh-hans\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\netstandard1.3\zh-hant\System.Collections.xml' indexed with language 'xml'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.152 DEBUG: 'packages\System.Collections.4.3.0\System.Collections.4.3.0.nupkg' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\netcore50\System.Collections.Concurrent.dll' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\netstandard1.3\System.Collections.Concurrent.dll' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\de\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\es\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.167 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\fr\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\it\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\ja\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\ko\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\ru\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\System.Collections.Concurrent.dll' indexed with language 'null'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\zh-hans\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netcore50\zh-hant\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\de\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\es\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\it\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\fr\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\ja\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\ko\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\ru\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\System.Collections.Concurrent.dll' indexed with language 'null'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\zh-hant\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.1\zh-hans\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.183 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\de\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\es\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\fr\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\it\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\ja\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\ko\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\ru\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\System.Collections.Concurrent.dll' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\zh-hans\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\netstandard1.3\zh-hant\System.Collections.Concurrent.xml' indexed with language 'xml'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Collections.Concurrent.4.3.0\System.Collections.Concurrent.4.3.0.nupkg' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Console.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Console.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Console.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Console.4.3.0\lib\net46\System.Console.dll' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Console.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.199 DEBUG: 'packages\System.Console.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\net46\System.Console.dll' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\de\System.Console.xml' indexed with language 'xml'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\es\System.Console.xml' indexed with language 'xml'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\fr\System.Console.xml' indexed with language 'xml'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\it\System.Console.xml' indexed with language 'xml'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\ja\System.Console.xml' indexed with language 'xml'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\ko\System.Console.xml' indexed with language 'xml'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\ru\System.Console.xml' indexed with language 'xml'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\System.Console.xml' indexed with language 'xml'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\System.Console.dll' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\zh-hans\System.Console.xml' indexed with language 'xml'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\netstandard1.3\zh-hant\System.Console.xml' indexed with language 'xml'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\System.Console.4.3.0.nupkg' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Console.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.214 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\es\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\de\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\fr\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\it\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\ja\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\ko\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\ru\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.230 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\System.Diagnostics.Debug.dll' indexed with language 'null'
08:31:55.245 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\zh-hans\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.245 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.245 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\de\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.245 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netcore50\zh-hant\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.245 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\es\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.245 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\fr\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.245 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\it\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.245 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\ja\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\ko\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\ru\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\System.Diagnostics.Debug.dll' indexed with language 'null'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\zh-hans\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\zh-hant\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\de\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\es\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\fr\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\it\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.0\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\ja\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.261 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\ko\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\ru\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\System.Diagnostics.Debug.dll' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\zh-hans\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\netstandard1.3\zh-hant\System.Diagnostics.Debug.xml' indexed with language 'xml'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\System.Diagnostics.Debug.4.3.0.nupkg' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Debug.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.xml' indexed with language 'xml'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\netstandard1.1\System.Diagnostics.DiagnosticSource.xml' indexed with language 'xml'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\netstandard1.1\System.Diagnostics.DiagnosticSource.dll' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.xml' indexed with language 'xml'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\System.Diagnostics.DiagnosticSource.4.3.0.nupkg' indexed with language 'null'
08:31:55.277 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.xml' indexed with language 'xml'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.DiagnosticSource.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.292 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\es\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\fr\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\it\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\ja\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\ko\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\ru\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\System.Diagnostics.Tools.dll' indexed with language 'null'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\zh-hans\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\zh-hant\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\de\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\es\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\fr\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\it\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\ja\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\ko\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\ru\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netcore50\de\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.dll' indexed with language 'null'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\zh-hans\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\netstandard1.0\zh-hant\System.Diagnostics.Tools.xml' indexed with language 'xml'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.308 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\System.Diagnostics.Tools.4.3.0.nupkg' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tools.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.324 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\de\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\net462\System.Diagnostics.Tracing.dll' indexed with language 'null'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\es\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\it\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\fr\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\ko\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\ja\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\ru\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\System.Diagnostics.Tracing.dll' indexed with language 'null'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\zh-hant\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netcore50\zh-hans\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\de\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\es\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\it\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.339 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\fr\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\ja\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\ko\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\System.Diagnostics.Tracing.dll' indexed with language 'null'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\ru\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\zh-hant\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\de\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.1\zh-hans\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\es\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\fr\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\it\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\ja\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\ko\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\ru\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\System.Diagnostics.Tracing.dll' indexed with language 'null'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\zh-hans\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.2\zh-hant\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\de\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\es\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\fr\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\it\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\ja\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\ko\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\ru\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.dll' indexed with language 'null'
08:31:55.355 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\zh-hans\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.3\zh-hant\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\de\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\es\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\fr\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\it\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\ja\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\ko\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\ru\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.dll' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\zh-hans\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\netstandard1.5\zh-hant\System.Diagnostics.Tracing.xml' indexed with language 'xml'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\System.Diagnostics.Tracing.4.3.0.nupkg' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Diagnostics.Tracing.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Globalization.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Globalization.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.370 DEBUG: 'packages\System.Globalization.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.386 DEBUG: 'packages\System.Globalization.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\de\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\es\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\fr\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\ja\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\ko\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\ru\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\System.Globalization.dll' indexed with language 'null'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\it\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\zh-hant\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netcore50\zh-hans\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\de\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\it\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\es\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\ja\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\fr\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\ko\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\ru\System.Globalization.xml' indexed with language 'xml'
08:31:55.402 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\System.Globalization.dll' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\zh-hant\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.0\zh-hans\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\de\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\fr\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\es\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\it\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\ko\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\ja\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\System.Globalization.dll' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\ru\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\zh-hans\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\netstandard1.3\zh-hant\System.Globalization.xml' indexed with language 'xml'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\System.Globalization.4.3.0.nupkg' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.417 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\net46\System.Globalization.Calendars.dll' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\de\System.Globalization.Calendars.xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\es\System.Globalization.Calendars.xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\fr\System.Globalization.Calendars.xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\it\System.Globalization.Calendars.xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\ja\System.Globalization.Calendars.xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\ko\System.Globalization.Calendars.xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\ru\System.Globalization.Calendars.xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\System.Globalization.Calendars.dll' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\System.Globalization.Calendars.xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\zh-hans\System.Globalization.Calendars.xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\netstandard1.3\zh-hant\System.Globalization.Calendars.xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\System.Globalization.Calendars.4.3.0.nupkg' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.Globalization.Calendars.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.IdentityModel.Tokens.Jwt.4.0.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.IdentityModel.Tokens.Jwt.4.0.0\lib\net45\System.IdentityModel.Tokens.Jwt.Xml' indexed with language 'xml'
08:31:55.433 DEBUG: 'packages\System.IdentityModel.Tokens.Jwt.4.0.0\System.IdentityModel.Tokens.Jwt.4.0.0.nupkg' indexed with language 'null'
08:31:55.433 DEBUG: 'packages\System.IO.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\net462\System.IO.dll' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\net462\System.IO.dll' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\de\System.IO.xml' indexed with language 'xml'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\es\System.IO.xml' indexed with language 'xml'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\fr\System.IO.xml' indexed with language 'xml'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\it\System.IO.xml' indexed with language 'xml'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\ja\System.IO.xml' indexed with language 'xml'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\ko\System.IO.xml' indexed with language 'xml'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\ru\System.IO.xml' indexed with language 'xml'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\System.IO.dll' indexed with language 'null'
08:31:55.449 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\zh-hans\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netcore50\zh-hant\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\de\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\es\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\fr\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\it\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\ja\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\ko\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\ru\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\System.IO.dll' indexed with language 'null'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\zh-hans\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.0\zh-hant\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\de\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\es\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\fr\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\it\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\ja\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\ko\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\ru\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\System.IO.dll' indexed with language 'null'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\zh-hans\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.3\zh-hant\System.IO.xml' indexed with language 'xml'
08:31:55.464 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\de\System.IO.xml' indexed with language 'xml'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\es\System.IO.xml' indexed with language 'xml'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\fr\System.IO.xml' indexed with language 'xml'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\it\System.IO.xml' indexed with language 'xml'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\ja\System.IO.xml' indexed with language 'xml'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\ko\System.IO.xml' indexed with language 'xml'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\ru\System.IO.xml' indexed with language 'xml'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\System.IO.dll' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\System.IO.xml' indexed with language 'xml'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\zh-hans\System.IO.xml' indexed with language 'xml'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\netstandard1.5\zh-hant\System.IO.xml' indexed with language 'xml'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.Compression.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.4.3.0\System.IO.4.3.0.nupkg' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll' indexed with language 'null'
08:31:55.480 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\net46\System.IO.Compression.dll' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\de\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\es\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\fr\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\it\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\ja\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\ko\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\ru\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\System.IO.Compression.dll' indexed with language 'null'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\zh-hans\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netcore50\zh-hant\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\de\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\es\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.495 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\fr\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\it\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\ja\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\ko\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\ru\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\System.IO.Compression.dll' indexed with language 'null'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\zh-hans\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.1\zh-hant\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\de\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\es\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\fr\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\it\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\ja\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\ko\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\System.IO.Compression.dll' indexed with language 'null'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\ru\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\zh-hans\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\netstandard1.3\zh-hant\System.IO.Compression.xml' indexed with language 'xml'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:55.511 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.4.3.0\runtimes\unix\lib\netstandard1.3\System.IO.Compression.dll' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.4.3.0\runtimes\win\lib\net46\System.IO.Compression.dll' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.4.3.0\runtimes\win\lib\netstandard1.3\System.IO.Compression.dll' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.4.3.0\System.IO.Compression.4.3.0.nupkg' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\lib\netstandard1.3\System.IO.Compression.ZipFile.dll' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.527 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\net46\System.IO.Compression.ZipFile.dll' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\de\System.IO.Compression.ZipFile.xml' indexed with language 'xml'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\es\System.IO.Compression.ZipFile.xml' indexed with language 'xml'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\fr\System.IO.Compression.ZipFile.xml' indexed with language 'xml'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\it\System.IO.Compression.ZipFile.xml' indexed with language 'xml'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\ja\System.IO.Compression.ZipFile.xml' indexed with language 'xml'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\ko\System.IO.Compression.ZipFile.xml' indexed with language 'xml'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\ru\System.IO.Compression.ZipFile.xml' indexed with language 'xml'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.dll' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\System.IO.Compression.ZipFile.xml' indexed with language 'xml'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\zh-hans\System.IO.Compression.ZipFile.xml' indexed with language 'xml'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\netstandard1.3\zh-hant\System.IO.Compression.ZipFile.xml' indexed with language 'xml'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\System.IO.Compression.ZipFile.4.3.0.nupkg' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.Compression.ZipFile.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.FileSystem.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.FileSystem.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.FileSystem.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.FileSystem.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.FileSystem.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.FileSystem.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.542 DEBUG: 'packages\System.IO.FileSystem.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\net46\System.IO.FileSystem.dll' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\de\System.IO.FileSystem.xml' indexed with language 'xml'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\es\System.IO.FileSystem.xml' indexed with language 'xml'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\fr\System.IO.FileSystem.xml' indexed with language 'xml'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\it\System.IO.FileSystem.xml' indexed with language 'xml'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\ja\System.IO.FileSystem.xml' indexed with language 'xml'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\ko\System.IO.FileSystem.xml' indexed with language 'xml'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\ru\System.IO.FileSystem.xml' indexed with language 'xml'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\System.IO.FileSystem.dll' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\System.IO.FileSystem.xml' indexed with language 'xml'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\zh-hans\System.IO.FileSystem.xml' indexed with language 'xml'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\netstandard1.3\zh-hant\System.IO.FileSystem.xml' indexed with language 'xml'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\System.IO.FileSystem.4.3.0.nupkg' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.558 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\net46\System.IO.FileSystem.Primitives.dll' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\de\System.IO.FileSystem.Primitives.xml' indexed with language 'xml'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\es\System.IO.FileSystem.Primitives.xml' indexed with language 'xml'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\fr\System.IO.FileSystem.Primitives.xml' indexed with language 'xml'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\it\System.IO.FileSystem.Primitives.xml' indexed with language 'xml'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\ja\System.IO.FileSystem.Primitives.xml' indexed with language 'xml'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\ko\System.IO.FileSystem.Primitives.xml' indexed with language 'xml'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\ru\System.IO.FileSystem.Primitives.xml' indexed with language 'xml'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\System.IO.FileSystem.Primitives.xml' indexed with language 'xml'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\zh-hans\System.IO.FileSystem.Primitives.xml' indexed with language 'xml'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\netstandard1.3\zh-hant\System.IO.FileSystem.Primitives.xml' indexed with language 'xml'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\System.IO.FileSystem.Primitives.4.3.0.nupkg' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.IO.FileSystem.Primitives.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.574 DEBUG: 'packages\System.Linq.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\net463\System.Linq.dll' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\netcore50\System.Linq.dll' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\netstandard1.6\System.Linq.dll' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\ref\net463\System.Linq.dll' indexed with language 'null'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\de\System.Linq.xml' indexed with language 'xml'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\es\System.Linq.xml' indexed with language 'xml'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\fr\System.Linq.xml' indexed with language 'xml'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\it\System.Linq.xml' indexed with language 'xml'
08:31:55.589 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\ja\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\ko\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\System.Linq.dll' indexed with language 'null'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\ru\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\zh-hans\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netcore50\zh-hant\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\de\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\es\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\fr\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\it\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\ja\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\ko\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\ru\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\System.Linq.dll' indexed with language 'null'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\zh-hans\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.0\zh-hant\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\de\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\es\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\fr\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\it\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\ja\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\ko\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\ru\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\System.Linq.dll' indexed with language 'null'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\System.Linq.xml' indexed with language 'xml'
08:31:55.605 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\zh-hans\System.Linq.xml' indexed with language 'xml'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\ref\netstandard1.6\zh-hant\System.Linq.xml' indexed with language 'xml'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\System.Linq.4.3.0.nupkg' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\netcore50\System.Linq.Expressions.dll' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\netstandard1.6\System.Linq.Expressions.dll' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.620 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\net463\System.Linq.Expressions.dll' indexed with language 'null'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\de\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\es\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\fr\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\it\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\ja\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\ko\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\System.Linq.Expressions.dll' indexed with language 'null'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\ru\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\zh-hans\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netcore50\zh-hant\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\de\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\es\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\fr\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\it\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\ja\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\ko\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\ru\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\System.Linq.Expressions.dll' indexed with language 'null'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\zh-hans\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.636 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.0\zh-hant\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\de\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\es\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\fr\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\it\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\ja\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\ko\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\ru\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\System.Linq.Expressions.dll' indexed with language 'null'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\zh-hans\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.3\zh-hant\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\de\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\es\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\fr\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\it\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\ja\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\ko\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\ru\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\System.Linq.Expressions.dll' indexed with language 'null'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\zh-hans\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\netstandard1.6\zh-hant\System.Linq.Expressions.xml' indexed with language 'xml'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.652 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Linq.Expressions.4.3.0\System.Linq.Expressions.4.3.0.nupkg' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Linq.Expressions.4.3.0\runtimes\aot\lib\netcore50\System.Linq.Expressions.dll' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Linq.Expressions.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\monoandroid10\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\monotouch10\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\Xamarinmac20\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.667 DEBUG: 'packages\System.Net.Http.4.3.0\ref\monoandroid10\_._' indexed with language 'null'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\monotouch10\_._' indexed with language 'null'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\de\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\es\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\fr\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\it\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\ja\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\ko\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\ru\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\System.Net.Http.dll' indexed with language 'null'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\zh-hans\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\net46\zh-hant\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\de\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\es\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\fr\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\it\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\ja\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\ko\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\ru\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\System.Net.Http.dll' indexed with language 'null'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\zh-hans\System.Net.Http.xml' indexed with language 'xml'
08:31:55.683 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netcore50\zh-hant\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\de\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\es\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\fr\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\it\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\ja\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\ko\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\ru\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\System.Net.Http.dll' indexed with language 'null'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\zh-hans\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.1\zh-hant\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\de\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\es\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\fr\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\it\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\ja\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\ko\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\ru\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\System.Net.Http.dll' indexed with language 'null'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\System.Net.Http.xml' indexed with language 'xml'
08:31:55.699 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\zh-hans\System.Net.Http.xml' indexed with language 'xml'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\ref\netstandard1.3\zh-hant\System.Net.Http.xml' indexed with language 'xml'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\ref\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\ref\Xamarinmac20\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\runtimes\unix\lib\netstandard1.6\System.Net.Http.dll' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\runtimes\win\lib\net46\System.Net.Http.dll' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\runtimes\win\lib\netcore50\System.Net.Http.dll' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\runtimes\win\lib\netstandard1.3\System.Net.Http.dll' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\System.Net.Http.4.3.0.nupkg' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Http.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Primitives.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.714 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\de\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\es\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\fr\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\it\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\ja\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\ko\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\ru\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\System.Net.Primitives.dll' indexed with language 'null'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\zh-hans\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netcore50\zh-hant\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\de\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\es\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\fr\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.730 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\it\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\ja\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\ko\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\ru\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\System.Net.Primitives.dll' indexed with language 'null'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\zh-hans\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.0\zh-hant\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\de\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\es\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\fr\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\it\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\ja\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\ko\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\System.Net.Primitives.dll' indexed with language 'null'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\ru\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\zh-hans\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.1\zh-hant\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\de\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\es\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\fr\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\it\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\ja\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.745 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\ko\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\System.Net.Primitives.dll' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\ru\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\zh-hans\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\netstandard1.3\zh-hant\System.Net.Primitives.xml' indexed with language 'xml'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\System.Net.Primitives.4.3.0.nupkg' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Primitives.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\net46\System.Net.Sockets.dll' indexed with language 'null'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\de\System.Net.Sockets.xml' indexed with language 'xml'
08:31:55.761 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\es\System.Net.Sockets.xml' indexed with language 'xml'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\fr\System.Net.Sockets.xml' indexed with language 'xml'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\it\System.Net.Sockets.xml' indexed with language 'xml'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\ja\System.Net.Sockets.xml' indexed with language 'xml'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\ko\System.Net.Sockets.xml' indexed with language 'xml'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\ru\System.Net.Sockets.xml' indexed with language 'xml'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\System.Net.Sockets.xml' indexed with language 'xml'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\System.Net.Sockets.dll' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\zh-hans\System.Net.Sockets.xml' indexed with language 'xml'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\netstandard1.3\zh-hant\System.Net.Sockets.xml' indexed with language 'xml'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\System.Net.Sockets.4.3.0.nupkg' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.Net.Sockets.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\netcore50\System.ObjectModel.dll' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\netstandard1.3\System.ObjectModel.dll' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.777 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\de\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\es\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\fr\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\ja\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\it\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\ko\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\ru\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\System.ObjectModel.dll' indexed with language 'null'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\zh-hans\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netcore50\zh-hant\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\de\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\es\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\fr\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\it\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\ja\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.792 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\ko\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\ru\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\System.ObjectModel.dll' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\zh-hans\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.0\zh-hant\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\de\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\es\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\fr\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\it\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\ja\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\ko\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\ru\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\System.ObjectModel.dll' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\zh-hans\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\netstandard1.3\zh-hant\System.ObjectModel.xml' indexed with language 'xml'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\System.ObjectModel.4.3.0.nupkg' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.ObjectModel.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.808 DEBUG: 'packages\System.Reflection.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\es\System.Reflection.xml' indexed with language 'xml'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\net462\System.Reflection.dll' indexed with language 'null'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\de\System.Reflection.xml' indexed with language 'xml'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\it\System.Reflection.xml' indexed with language 'xml'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\fr\System.Reflection.xml' indexed with language 'xml'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\ja\System.Reflection.xml' indexed with language 'xml'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\ko\System.Reflection.xml' indexed with language 'xml'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\ru\System.Reflection.xml' indexed with language 'xml'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\System.Reflection.xml' indexed with language 'xml'
08:31:55.824 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\System.Reflection.dll' indexed with language 'null'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\zh-hans\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netcore50\zh-hant\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\de\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\es\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\fr\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\it\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\ja\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\ko\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\ru\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\System.Reflection.dll' indexed with language 'null'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\zh-hans\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.0\zh-hant\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\de\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\es\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\fr\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\it\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\ja\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\ko\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\ru\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\System.Reflection.dll' indexed with language 'null'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\zh-hans\System.Reflection.xml' indexed with language 'xml'
08:31:55.839 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.3\zh-hant\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\de\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\es\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\fr\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\it\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\ja\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\ru\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\ko\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\System.Reflection.dll' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\zh-hans\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\netstandard1.5\zh-hant\System.Reflection.xml' indexed with language 'xml'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.4.3.0\System.Reflection.4.3.0.nupkg' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.855 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\de\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\es\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\fr\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\it\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\ja\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\ko\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\System.Reflection.Extensions.dll' indexed with language 'null'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\ru\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\zh-hans\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.870 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netcore50\zh-hant\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\de\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\es\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\fr\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\it\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\ja\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\System.Reflection.Extensions.dll' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\ru\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\ko\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\zh-hans\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\netstandard1.0\zh-hant\System.Reflection.Extensions.xml' indexed with language 'xml'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\System.Reflection.Extensions.4.3.0.nupkg' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Extensions.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.886 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\de\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\es\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\fr\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\it\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\ja\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\ko\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\zh-hans\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\System.Reflection.Primitives.dll' indexed with language 'null'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\ru\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.902 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netcore50\zh-hant\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\de\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\es\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\fr\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\it\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\ja\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\ko\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\ru\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\System.Reflection.Primitives.dll' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\zh-hans\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\netstandard1.0\zh-hant\System.Reflection.Primitives.xml' indexed with language 'xml'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\System.Reflection.Primitives.4.3.0.nupkg' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.Primitives.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\lib\net46\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:55.917 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\lib\net462\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\lib\netcore50\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\lib\netstandard1.5\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\net46\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\net462\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\de\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\es\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\fr\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\it\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\ja\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\ko\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\ru\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\zh-hans\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.3\zh-hant\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\de\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\es\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.933 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\fr\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\it\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\ja\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\ko\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\ru\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\zh-hans\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\netstandard1.5\zh-hant\System.Reflection.TypeExtensions.xml' indexed with language 'xml'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\runtimes\aot\lib\netcore50\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Reflection.TypeExtensions.4.1.0\System.Reflection.TypeExtensions.4.1.0.nupkg' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.949 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\de\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\es\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\fr\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\it\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\ja\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\ko\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\System.Resources.ResourceManager.dll' indexed with language 'null'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\ru\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\zh-hans\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netcore50\zh-hant\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\de\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\es\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\fr\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\it\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.964 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\ja\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\ko\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\ru\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.dll' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\zh-hans\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\netstandard1.0\zh-hant\System.Resources.ResourceManager.xml' indexed with language 'xml'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\System.Resources.ResourceManager.4.3.0.nupkg' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Resources.ResourceManager.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Runtime.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Runtime.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Runtime.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Runtime.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Runtime.4.3.0\lib\portable-net45+win8+wp80+wpa81\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Runtime.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Runtime.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Runtime.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:55.980 DEBUG: 'packages\System.Runtime.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\net462\System.Runtime.dll' indexed with language 'null'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\de\System.Runtime.xml' indexed with language 'xml'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\es\System.Runtime.xml' indexed with language 'xml'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\fr\System.Runtime.xml' indexed with language 'xml'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\ko\System.Runtime.xml' indexed with language 'xml'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\ja\System.Runtime.xml' indexed with language 'xml'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\it\System.Runtime.xml' indexed with language 'xml'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\ru\System.Runtime.xml' indexed with language 'xml'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\System.Runtime.dll' indexed with language 'null'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\System.Runtime.xml' indexed with language 'xml'
08:31:55.995 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\zh-hans\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netcore50\zh-hant\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\de\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\es\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\fr\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\it\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\ja\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\ko\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\ru\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\System.Runtime.dll' indexed with language 'null'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\zh-hans\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.0\zh-hant\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\de\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\es\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\fr\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\ja\System.Runtime.xml' indexed with language 'xml'
08:31:56.011 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\ko\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\it\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\ru\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\System.Runtime.dll' indexed with language 'null'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\zh-hans\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\de\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.2\zh-hant\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\es\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\fr\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\ja\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\it\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\ko\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\ru\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\System.Runtime.dll' indexed with language 'null'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\zh-hans\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.3\zh-hant\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\de\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\es\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\fr\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\it\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\ja\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\ko\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\ru\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\System.Runtime.xml' indexed with language 'xml'
08:31:56.027 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\System.Runtime.dll' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\zh-hans\System.Runtime.xml' indexed with language 'xml'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ref\netstandard1.5\zh-hant\System.Runtime.xml' indexed with language 'xml'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ref\portable-net45+win8+wp80+wpa81\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\System.Runtime.4.3.0.nupkg' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.CompilerServices.Unsafe.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.CompilerServices.Unsafe.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.xml' indexed with language 'xml'
08:31:56.042 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.CompilerServices.Unsafe.4.3.0\System.Runtime.CompilerServices.Unsafe.4.3.0.nupkg' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:56.042 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\net462\System.Runtime.Extensions.dll' indexed with language 'null'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\de\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\es\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\fr\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\it\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\ja\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\ko\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\ru\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\System.Runtime.Extensions.dll' indexed with language 'null'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\zh-hans\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netcore50\zh-hant\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\de\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\es\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\fr\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.058 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\it\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\ja\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\ko\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\ru\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\System.Runtime.Extensions.dll' indexed with language 'null'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\zh-hans\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.0\zh-hant\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\de\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\es\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\fr\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\it\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\ja\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\ko\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\ru\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\zh-hans\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\System.Runtime.Extensions.dll' indexed with language 'null'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.3\zh-hant\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\de\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\es\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\fr\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\it\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.074 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\ja\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.089 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\ko\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.089 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\System.Runtime.Extensions.dll' indexed with language 'null'
08:31:56.089 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\ru\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\zh-hant\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\netstandard1.5\zh-hans\System.Runtime.Extensions.xml' indexed with language 'xml'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\System.Runtime.Extensions.4.3.0.nupkg' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\lib\net46\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\net46\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.105 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\de\System.Runtime.Handles.xml' indexed with language 'xml'
08:31:56.105 DEBUG: 'packages\System.Runtime.Extensions.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\it\System.Runtime.Handles.xml' indexed with language 'xml'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\fr\System.Runtime.Handles.xml' indexed with language 'xml'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\es\System.Runtime.Handles.xml' indexed with language 'xml'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\ja\System.Runtime.Handles.xml' indexed with language 'xml'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\System.Runtime.Handles.dll' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\ko\System.Runtime.Handles.xml' indexed with language 'xml'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\ru\System.Runtime.Handles.xml' indexed with language 'xml'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\System.Runtime.Handles.xml' indexed with language 'xml'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\zh-hans\System.Runtime.Handles.xml' indexed with language 'xml'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\netstandard1.3\zh-hant\System.Runtime.Handles.xml' indexed with language 'xml'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\System.Runtime.Handles.4.3.0.nupkg' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.Handles.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\net462\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.120 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\net462\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\net463\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\de\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\es\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\fr\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\it\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\ja\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\ko\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\ru\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\zh-hans\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcoreapp1.1\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netcore50\zh-hant\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\de\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\es\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\fr\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.136 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\it\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\ja\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\ko\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\ru\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\zh-hans\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.1\zh-hant\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\de\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\es\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\fr\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\it\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\ja\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\ko\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\ru\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\zh-hans\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.2\zh-hant\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\de\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\es\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\fr\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.152 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\it\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\ja\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\ko\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\ru\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\zh-hans\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\zh-hant\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.3\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\de\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\es\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\fr\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\it\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\ja\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\ru\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\ko\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\zh-hans\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\netstandard1.5\zh-hant\System.Runtime.InteropServices.xml' indexed with language 'xml'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.167 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\System.Runtime.InteropServices.4.3.0.nupkg' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\win8\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\wpa81\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\ref\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.183 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\runtimes\aot\lib\netcore50\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\runtimes\unix\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\runtimes\win\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\runtimes\win\lib\netcore50\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\runtimes\win\lib\netstandard1.1\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\System.Runtime.InteropServices.RuntimeInformation.4.3.0.nupkg' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\netcore50\System.Runtime.Numerics.dll' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\netstandard1.3\System.Runtime.Numerics.dll' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:56.199 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\de\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\es\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\fr\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\it\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\ko\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\ru\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\ja\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\System.Runtime.Numerics.dll' indexed with language 'null'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\zh-hant\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\es\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\de\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netcore50\zh-hans\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.214 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\fr\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\it\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\ja\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\ru\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\ko\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\zh-hant\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\portable-net45+win8+wpa81\_._' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\zh-hans\System.Runtime.Numerics.xml' indexed with language 'xml'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\netstandard1.1\System.Runtime.Numerics.dll' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\System.Runtime.Numerics.4.3.0.nupkg' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Runtime.Numerics.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.230 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net46\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\net46\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\net461\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.245 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\net463\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\netstandard1.4\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\netstandard1.3\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\runtimes\osx\lib\netstandard1.6\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\runtimes\unix\lib\netstandard1.6\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\runtimes\win\lib\net463\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\runtimes\win\lib\netcore50\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\System.Security.Cryptography.Algorithms.4.3.0.nupkg' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\runtimes\win\lib\netstandard1.6\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Algorithms.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.261 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\net46\System.Security.Cryptography.Encoding.dll' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\de\System.Security.Cryptography.Encoding.xml' indexed with language 'xml'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\es\System.Security.Cryptography.Encoding.xml' indexed with language 'xml'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\fr\System.Security.Cryptography.Encoding.xml' indexed with language 'xml'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\it\System.Security.Cryptography.Encoding.xml' indexed with language 'xml'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\ja\System.Security.Cryptography.Encoding.xml' indexed with language 'xml'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\ko\System.Security.Cryptography.Encoding.xml' indexed with language 'xml'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\ru\System.Security.Cryptography.Encoding.xml' indexed with language 'xml'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.xml' indexed with language 'xml'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll' indexed with language 'null'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\zh-hans\System.Security.Cryptography.Encoding.xml' indexed with language 'xml'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\netstandard1.3\zh-hant\System.Security.Cryptography.Encoding.xml' indexed with language 'xml'
08:31:56.277 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\runtimes\unix\lib\netstandard1.3\System.Security.Cryptography.Encoding.dll' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.Encoding.dll' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\System.Security.Cryptography.Encoding.4.3.0.nupkg' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Encoding.4.3.0\runtimes\win\lib\netstandard1.3\System.Security.Cryptography.Encoding.dll' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\ref\net46\System.Security.Cryptography.Primitives.dll' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.292 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.Primitives.4.3.0\System.Security.Cryptography.Primitives.4.3.0.nupkg' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net46\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\net46\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\net461\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\de\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\es\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\fr\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\it\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\ja\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\ko\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\ru\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.308 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\zh-hans\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.3\zh-hant\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\de\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\es\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\fr\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\it\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\ja\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\ko\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\ru\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\zh-hans\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\netstandard1.4\zh-hant\System.Security.Cryptography.X509Certificates.xml' indexed with language 'xml'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\runtimes\unix\lib\netstandard1.6\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\runtimes\win\lib\net46\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.324 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\runtimes\win\lib\net461\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\runtimes\win\lib\netcore50\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\System.Security.Cryptography.X509Certificates.4.3.0.nupkg' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\runtimes\win\lib\netstandard1.6\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Security.Cryptography.X509Certificates.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\de\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\es\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\fr\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\it\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\ja\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.339 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\ko\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\ru\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\System.Text.Encoding.dll' indexed with language 'null'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\zh-hans\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netcore50\zh-hant\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\de\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\es\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\fr\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\it\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\ja\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\ko\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\ru\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\System.Text.Encoding.dll' indexed with language 'null'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\zh-hans\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.0\zh-hant\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\de\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\es\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\fr\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\it\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\ja\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\ko\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\ru\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.355 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\System.Text.Encoding.dll' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\zh-hans\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\netstandard1.3\zh-hant\System.Text.Encoding.xml' indexed with language 'xml'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\System.Text.Encoding.4.3.0.nupkg' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\dotnet_library_license.txt' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\lib\net46\System.Text.Encoding.CodePages.dll' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\de\System.Text.Encoding.CodePages.xml' indexed with language 'xml'
08:31:56.370 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\es\System.Text.Encoding.CodePages.xml' indexed with language 'xml'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\fr\System.Text.Encoding.CodePages.xml' indexed with language 'xml'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\it\System.Text.Encoding.CodePages.xml' indexed with language 'xml'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\ja\System.Text.Encoding.CodePages.xml' indexed with language 'xml'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\ko\System.Text.Encoding.CodePages.xml' indexed with language 'xml'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\ru\System.Text.Encoding.CodePages.xml' indexed with language 'xml'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\System.Text.Encoding.CodePages.xml' indexed with language 'xml'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\System.Text.Encoding.CodePages.dll' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\zh-hans\System.Text.Encoding.CodePages.xml' indexed with language 'xml'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\netstandard1.3\zh-hant\System.Text.Encoding.CodePages.xml' indexed with language 'xml'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\runtimes\unix\lib\netstandard1.3\System.Text.Encoding.CodePages.dll' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\System.Text.Encoding.CodePages.4.0.1.nupkg' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\runtimes\win\lib\netstandard1.3\System.Text.Encoding.CodePages.dll' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.CodePages.4.0.1\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:56.386 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\de\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\es\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\fr\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\it\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\ja\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\ko\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\ru\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\System.Text.Encoding.Extensions.dll' indexed with language 'null'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\zh-hans\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\zh-hant\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netcore50\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\de\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\es\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.402 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\fr\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\it\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\ja\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\ko\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\ru\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\System.Text.Encoding.Extensions.dll' indexed with language 'null'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\zh-hans\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.0\zh-hant\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\de\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\es\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\fr\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\it\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\ja\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\ko\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\ru\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\System.Text.Encoding.Extensions.dll' indexed with language 'null'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\zh-hans\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\netstandard1.3\zh-hant\System.Text.Encoding.Extensions.xml' indexed with language 'xml'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.417 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\System.Text.Encoding.Extensions.4.3.0.nupkg' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.Encoding.Extensions.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\netcore50\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\netstandard1.6\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\net463\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\de\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\es\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.433 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\fr\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\it\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\ja\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\ko\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\ru\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\zh-hans\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcore50\zh-hant\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netcoreapp1.1\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\de\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\es\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\fr\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\it\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\ja\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\ko\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\ru\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\zh-hans\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.0\zh-hant\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\de\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\es\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\fr\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\it\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.449 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\ja\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\ko\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\ru\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\zh-hans\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.3\zh-hant\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\de\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\es\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\fr\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\it\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\ja\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\ko\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\ru\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\zh-hans\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\netstandard1.6\zh-hant\System.Text.RegularExpressions.xml' indexed with language 'xml'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.464 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\System.Text.RegularExpressions.4.3.0.nupkg' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Text.RegularExpressions.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\netcore50\System.Threading.dll' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\netstandard1.3\System.Threading.dll' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.480 DEBUG: 'packages\System.Threading.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\de\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\es\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\fr\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\it\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\ja\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\ko\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\ru\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\System.Threading.dll' indexed with language 'null'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\zh-hans\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netcore50\zh-hant\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\de\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\es\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\fr\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\it\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\ja\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\ko\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\ru\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\System.Threading.dll' indexed with language 'null'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\zh-hans\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.0\zh-hant\System.Threading.xml' indexed with language 'xml'
08:31:56.495 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\de\System.Threading.xml' indexed with language 'xml'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\es\System.Threading.xml' indexed with language 'xml'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\fr\System.Threading.xml' indexed with language 'xml'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\it\System.Threading.xml' indexed with language 'xml'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\ja\System.Threading.xml' indexed with language 'xml'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\ko\System.Threading.xml' indexed with language 'xml'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\ru\System.Threading.xml' indexed with language 'xml'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\System.Threading.xml' indexed with language 'xml'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\System.Threading.dll' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\zh-hans\System.Threading.xml' indexed with language 'xml'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\netstandard1.3\zh-hant\System.Threading.xml' indexed with language 'xml'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\System.Threading.4.3.0.nupkg' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\runtimes\aot\lib\netcore50\System.Threading.dll' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.Tasks.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.511 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\de\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\es\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\fr\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\it\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\ja\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\ko\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\ru\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\System.Threading.Tasks.dll' indexed with language 'null'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\zh-hans\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.527 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netcore50\zh-hant\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\de\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\es\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\fr\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\it\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\ja\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\ko\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\ru\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\System.Threading.Tasks.dll' indexed with language 'null'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\zh-hans\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.0\zh-hant\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\de\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\es\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\fr\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\it\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\ja\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\ko\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\ru\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\System.Threading.Tasks.dll' indexed with language 'null'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\zh-hans\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\netstandard1.3\zh-hant\System.Threading.Tasks.xml' indexed with language 'xml'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:56.542 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Tasks.4.3.0\System.Threading.Tasks.4.3.0.nupkg' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Tasks.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\lib\net451\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\lib\portable-net451+win81+wpa81\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\lib\win81\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\net451\_._' indexed with language 'null'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\de\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\es\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\fr\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\it\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\ja\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.558 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\ko\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\System.Threading.Timer.dll' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\ru\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\zh-hans\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netcore50\zh-hant\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\de\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\es\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\fr\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\it\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\ja\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\ko\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\ru\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\System.Threading.Timer.dll' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\zh-hans\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\netstandard1.2\zh-hant\System.Threading.Timer.xml' indexed with language 'xml'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\portable-net451+win81+wpa81\_._' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\win81\_._' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\System.Threading.Timer.4.3.0.nupkg' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Threading.Timer.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.574 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\netcore50\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\netstandard1.3\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\net46\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\de\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\es\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\fr\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\it\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\ja\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\ko\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\ru\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:56.589 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\zh-hans\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netcore50\zh-hant\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\de\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\es\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\fr\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\it\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\ja\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\ko\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\ru\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\zh-hans\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.0\zh-hant\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\de\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\es\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\fr\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\it\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\ja\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\ko\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\ru\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\zh-hans\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.605 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\netstandard1.3\zh-hant\System.Xml.ReaderWriter.xml' indexed with language 'xml'
08:31:56.620 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.ReaderWriter.4.3.0\System.Xml.ReaderWriter.4.3.0.nupkg' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\dotnet_library_license.txt' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\MonoAndroid10\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\MonoTouch10\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\net45\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\netcore50\System.Xml.XDocument.dll' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\netstandard1.3\System.Xml.XDocument.dll' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\win8\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\wp80\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\wpa81\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\xamarinios10\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\xamarinmac20\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\xamarintvos10\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\lib\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\MonoAndroid10\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\MonoTouch10\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\net45\_._' indexed with language 'null'
08:31:56.620 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\de\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\es\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\fr\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\it\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\ja\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\ko\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\ru\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\zh-hans\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\System.Xml.XDocument.dll' indexed with language 'null'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netcore50\zh-hant\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\de\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\es\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\fr\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\it\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\ja\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\ko\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\ru\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\System.Xml.XDocument.dll' indexed with language 'null'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\zh-hans\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.0\zh-hant\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\de\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\es\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.636 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\fr\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\it\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\ja\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\ko\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\System.Xml.XDocument.dll' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\ru\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\zh-hans\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\netstandard1.3\zh-hant\System.Xml.XDocument.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\portable-net45+win8+wp8+wpa81\_._' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\win8\_._' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\wp80\_._' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\wpa81\_._' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\xamarinios10\_._' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\xamarinmac20\_._' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\xamarintvos10\_._' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ref\xamarinwatchos10\_._' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\System.Xml.XDocument.4.3.0.nupkg' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\System.Xml.XDocument.4.3.0\ThirdPartyNotices.txt' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\WebActivatorEx.2.0.6\lib\net40\WebActivatorEx.dll' indexed with language 'null'
08:31:56.652 DEBUG: 'packages\WebActivatorEx.2.0.6\WebActivatorEx.2.0.6.nupkg' indexed with language 'null'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\ApplicationInsights.config' indexed with language 'null'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Flurl.dll' indexed with language 'null'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Flurl.Http.dll' indexed with language 'null'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Flurl.Http.pdb' indexed with language 'null'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Flurl.pdb' indexed with language 'null'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Flurl.Http.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Microsoft.AI.Agent.Intercept.dll' indexed with language 'null'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Flurl.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Microsoft.AI.DependencyCollector.dll' indexed with language 'null'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Microsoft.AI.DependencyCollector.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Microsoft.AI.ServerTelemetryChannel.xml' indexed with language 'xml'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Microsoft.AI.ServerTelemetryChannel.dll' indexed with language 'null'
08:31:56.652 DEBUG: 'ShopifyAPI\bin\Microsoft.AI.PerfCounterCollector.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.AI.Web.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.AI.Web.xml' indexed with language 'xml'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.AI.WindowsServer.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.AI.WindowsServer.xml' indexed with language 'xml'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.ApplicationInsights.xml' indexed with language 'xml'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml' indexed with language 'xml'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.ApplicationInsights.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Extensions.DependencyInjection.Abstractions.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Extensions.DependencyInjection.xml' indexed with language 'xml'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Extensions.DependencyInjection.Abstractions.xml' indexed with language 'xml'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Extensions.DependencyInjection.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Extensions.Primitives.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Extensions.Primitives.xml' indexed with language 'xml'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Owin.Host.SystemWeb.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Owin.Host.SystemWeb.xml' indexed with language 'xml'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Owin.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Owin.xml' indexed with language 'xml'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\netstandard.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Win32.Primitives.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Microsoft.Web.Infrastructure.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Newtonsoft.Json.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Newtonsoft.Json.xml' indexed with language 'xml'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\csc.exe' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\Owin.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\csc.rsp' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\csi.exe' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\csc.exe.config' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\csi.exe.config' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\csi.rsp' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.CodeAnalysis.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.CodeAnalysis.CSharp.Scripting.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.CodeAnalysis.Scripting.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.DiaSymReader.Native.amd64.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.DiaSymReader.Native.x86.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.CSharp.Core.targets' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.Win32.Primitives.dll' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\Microsoft.VisualBasic.Core.targets' indexed with language 'null'
08:31:56.667 DEBUG: 'ShopifyAPI\bin\roslyn\System.Collections.Immutable.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.AppContext.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Console.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Diagnostics.FileVersionInfo.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Diagnostics.StackTrace.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Diagnostics.Process.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.IO.Compression.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.IO.FileSystem.DriveInfo.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.IO.FileSystem.Primitives.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.IO.FileSystem.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Security.AccessControl.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Reflection.Metadata.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.IO.Pipes.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Security.Claims.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Security.Cryptography.Encoding.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Security.Cryptography.Primitives.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Security.Principal.Windows.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Text.Encoding.CodePages.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Threading.Thread.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.ValueTuple.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Xml.XmlDocument.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Xml.XPath.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\vbc.exe' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\vbc.exe.config' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\vbc.rsp' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\System.Xml.XPath.XDocument.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\VBCSCompiler.exe.config' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\roslyn\VBCSCompiler.exe' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\ShopifyAPI.dll.config' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\ShopifyAPI.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\ShopifySharp.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\ShopifyAPI.pdb' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\StackExchange.Redis.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\StackExchange.Redis.xml' indexed with language 'xml'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\Swashbuckle.Core.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.AppContext.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.Collections.Concurrent.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.Collections.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.Collections.NonGeneric.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.Collections.Specialized.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.ComponentModel.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.ComponentModel.Primitives.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.ComponentModel.EventBasedAsync.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.ComponentModel.TypeConverter.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.Console.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.Data.Common.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.Contracts.dll' indexed with language 'null'
08:31:56.683 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.Debug.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.DiagnosticSource.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.Process.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.DiagnosticSource.xml' indexed with language 'xml'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.FileVersionInfo.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.StackTrace.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.TextWriterTraceListener.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.Tools.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.Tracing.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Diagnostics.TraceSource.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Dynamic.Runtime.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Globalization.Calendars.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Drawing.Primitives.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Globalization.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IdentityModel.Tokens.Jwt.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Globalization.Extensions.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IdentityModel.Tokens.Jwt.xml' indexed with language 'xml'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.Compression.ZipFile.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.Compression.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.FileSystem.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.FileSystem.DriveInfo.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.FileSystem.Watcher.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.FileSystem.Primitives.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.MemoryMappedFiles.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.Pipes.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.UnmanagedMemoryStream.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Linq.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Linq.Expressions.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Linq.Queryable.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.IO.IsolatedStorage.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Linq.Parallel.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.Http.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.Http.Formatting.xml' indexed with language 'xml'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.Http.Formatting.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.NameResolution.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.Ping.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.NetworkInformation.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.Primitives.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.Requests.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.Sockets.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.Security.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.WebHeaderCollection.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.WebSockets.Client.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Net.WebSockets.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.ObjectModel.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Reflection.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Reflection.Extensions.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Reflection.Primitives.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Resources.Reader.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Resources.ResourceManager.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Resources.Writer.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.CompilerServices.Unsafe.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.CompilerServices.VisualC.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.CompilerServices.Unsafe.xml' indexed with language 'xml'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.Handles.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.Extensions.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.Numerics.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.Serialization.Formatters.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.Serialization.Json.dll' indexed with language 'null'
08:31:56.699 DEBUG: 'ShopifyAPI\bin\System.Runtime.Serialization.Primitives.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Runtime.Serialization.Xml.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Security.Claims.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Security.Cryptography.Csp.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Security.Cryptography.Primitives.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Security.Cryptography.Encoding.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Security.SecureString.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Text.Encoding.CodePages.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Security.Principal.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Text.Encoding.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Text.Encoding.Extensions.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Threading.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Threading.Overlapped.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Threading.Tasks.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Threading.Tasks.Parallel.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Threading.Thread.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Threading.ThreadPool.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Threading.Timer.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.ValueTuple.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Web.Http.WebHost.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Web.Http.WebHost.xml' indexed with language 'xml'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Web.Http.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Web.Http.xml' indexed with language 'xml'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Xml.XDocument.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Xml.XmlDocument.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Xml.XmlSerializer.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Xml.XPath.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\System.Xml.XPath.XDocument.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\WebActivatorEx.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\bin\zh-TW\ShopifyAPI.resources.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\ShopifyAPI.csproj.CopyComplete' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\ShopifyAPI.csproj.CoreCompileInputs.cache' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\ShopifyAPI.csproj.FileListAbsolute.txt' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\ShopifyAPI.csproj.GenerateResource.Cache' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\ShopifyAPI.csprojResolveAssemblyReference.cache' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\ShopifyAPI.dll' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\ShopifyAPI.pdb' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\ShopifyAPI.Properties.Resources.zh-TW.resources' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\ShopifyAPI.Properties.Resources.resources' indexed with language 'null'
08:31:56.714 DEBUG: 'ShopifyAPI\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs' indexed with language 'cs'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Debug\zh-TW\ShopifyAPI.resources.dll' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs' indexed with language 'cs'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs' indexed with language 'cs'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Release\ShopifyAPI.csproj.CoreCompileInputs.cache' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Release\ShopifyAPI.csproj.CopyComplete' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Release\ShopifyAPI.csprojResolveAssemblyReference.cache' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Release\ShopifyAPI.csproj.FileListAbsolute.txt' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Release\ShopifyAPI.csproj.GenerateResource.Cache' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Release\ShopifyAPI.pdb' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Release\ShopifyAPI.dll' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Release\ShopifyAPI.Properties.Resources.resources' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Release\ShopifyAPI.Properties.Resources.zh-TW.resources' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\obj\Release\zh-TW\ShopifyAPI.resources.dll' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI\Properties\Resources.Designer.cs' indexed with language 'cs'
08:31:56.730 DEBUG: 'ShopifyAPI\Properties\Resources.zh-TW.Designer.cs' indexed with language 'cs'
08:31:56.730 DEBUG: 'ShopifyAPI\ShopifyAPI.csproj' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.sln' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\ApplicationInsights.config' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Flurl.dll' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Flurl.Http.dll' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Flurl.Http.xml' indexed with language 'xml'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Flurl.Http.pdb' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Flurl.pdb' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Flurl.xml' indexed with language 'xml'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\KellermanSoftware.Compare-NET-Objects.dll' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\KellermanSoftware.Compare-NET-Objects.xml' indexed with language 'xml'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.dll' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.xml' indexed with language 'xml'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.Extensions.DependencyInjection.dll' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.Extensions.DependencyInjection.xml' indexed with language 'xml'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.Extensions.Primitives.dll' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.Extensions.Primitives.xml' indexed with language 'xml'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.Owin.dll' indexed with language 'null'
08:31:56.730 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.Owin.xml' indexed with language 'xml'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.Win32.Primitives.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Microsoft.Web.Infrastructure.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\netstandard.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Newtonsoft.Json.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\nunit.framework.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Newtonsoft.Json.xml' indexed with language 'xml'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\nunit.framework.xml' indexed with language 'xml'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Owin.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\ShopifyAPI.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\ShopifyAPI.pdb' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\ShopifyAPI.Tests.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\ShopifyAPI.dll.config' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\ShopifyAPI.Tests.dll.config' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\ShopifyAPI.Tests.pdb' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\ShopifySharp.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Shouldly.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\StackExchange.Redis.xml' indexed with language 'xml'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\Swashbuckle.Core.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.AppContext.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\StackExchange.Redis.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Collections.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Collections.Concurrent.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Collections.Specialized.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.ComponentModel.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.ComponentModel.EventBasedAsync.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Collections.NonGeneric.dll' indexed with language 'null'
08:31:56.745 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.ComponentModel.Primitives.dll' indexed with language 'null'
08:31:56.745 INFO: ------------------------------------------------------------------------
08:31:56.745 INFO: EXECUTION FAILURE
08:31:56.745 INFO: ------------------------------------------------------------------------
08:31:56.745 INFO: Total time: 8.094s
08:31:56.839 INFO: Final Memory: 57M/153M
08:31:56.839 INFO: ------------------------------------------------------------------------
08:31:56.839 ERROR: Error during SonarQube Scanner execution
08:31:56.839 ERROR: File ShopifyAPI/ApplicationInsights.config can't be indexed twice. Please check that inclusion/exclusion patterns produce disjoint sets for main and test files
08:31:56.839 ERROR:
08:31:56.839 ERROR: Re-run SonarQube Scanner using the -X switch to enable full debug logging.
08:31:56.839 DEBUG: Execution getVersion
08:31:56.839 DEBUG: Execution stop
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Data.Common.dll' indexed with language 'null'
08:31:49,386 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
08:31:49,386 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
08:31:49,386 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.xml]
08:31:49,386 |-INFO in ch.qos.logback.classic.BasicConfigurator@71fb1da3 - Setting up default configuration.
08:31:49,479 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
08:31:49,479 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
08:31:49,479 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
08:31:49,479 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
08:31:49,495 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache.commons.beanutils.converters level set to WARN
08:31:49,495 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.mybatis level set to WARN
08:31:49,495 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache.ibatis level set to WARN
08:31:49,495 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - java.sql level set to WARN
08:31:49,495 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - java.sql.ResultSet level set to WARN
08:31:49,495 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - PERSISTIT level set to WARN
08:31:49,495 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to DEBUG
08:31:49,495 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
08:31:49,495 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
08:31:49,495 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1ecec098 - Registering current configuration as safe fallback point
08:31:50,026 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
08:31:50,026 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
08:31:50,026 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
08:31:50,026 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
08:31:50,026 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache.commons.beanutils.converters level set to WARN
08:31:50,026 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.mybatis level set to WARN
08:31:50,026 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache.ibatis level set to WARN
08:31:50,026 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - java.sql level set to WARN
08:31:50,026 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - java.sql.ResultSet level set to WARN
08:31:50,026 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - PERSISTIT level set to WARN
08:31:50,026 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to DEBUG
08:31:50,026 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
08:31:50,042 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
08:31:50,042 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6cc44207 - Registering current configuration as safe fallback point
08:31:56,839 |-WARN in Logger[org.sonar.scanner.scan.filesystem.FileIndexer] - No appenders present in context [default] for logger [org.sonar.scanner.scan.filesystem.FileIndexer].
08:31:56,839 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
08:31:56,839 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
08:31:56,839 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
08:31:56,839 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
08:31:56,839 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache.commons.beanutils.converters level set to WARN
08:31:56,839 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.mybatis level set to WARN
08:31:56,839 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache.ibatis level set to WARN
08:31:56,839 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - java.sql level set to WARN
08:31:56,839 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - java.sql.ResultSet level set to WARN
08:31:56,839 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - PERSISTIT level set to WARN
08:31:56,839 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to DEBUG
08:31:56,839 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
08:31:56,839 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
08:31:56,839 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@8ecc457 - Registering current configuration as safe fallback point

08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Diagnostics.Process.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Diagnostics.StackTrace.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Diagnostics.TextWriterTraceListener.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Diagnostics.TraceSource.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Diagnostics.Tools.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Diagnostics.Tracing.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Drawing.Primitives.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Dynamic.Runtime.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Globalization.Calendars.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Globalization.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.Compression.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.Compression.ZipFile.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Globalization.Extensions.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.FileSystem.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.FileSystem.DriveInfo.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.FileSystem.Primitives.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.FileSystem.Watcher.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.IsolatedStorage.dll' indexed with language 'null'
08:31:56.839 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.MemoryMappedFiles.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.Pipes.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.IO.UnmanagedMemoryStream.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Linq.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Linq.Parallel.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Linq.Expressions.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.Http.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.Http.Formatting.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Linq.Queryable.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.NameResolution.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.Http.Formatting.xml' indexed with language 'xml'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.NetworkInformation.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.Ping.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.Primitives.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.Security.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.Sockets.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.WebHeaderCollection.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.WebSockets.Client.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.Requests.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Net.WebSockets.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Reflection.Extensions.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.ObjectModel.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Reflection.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Resources.Reader.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Reflection.Primitives.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Resources.ResourceManager.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Resources.Writer.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml' indexed with language 'xml'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.CompilerServices.VisualC.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.Extensions.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.Handles.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.855 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.Numerics.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.Serialization.Formatters.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.Serialization.Json.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.Serialization.Primitives.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Runtime.Serialization.Xml.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Security.Claims.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Security.Cryptography.Csp.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Security.Cryptography.Encoding.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Security.Principal.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Security.Cryptography.Primitives.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Security.Cryptography.X509Certificates.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Security.SecureString.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Text.Encoding.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Text.Encoding.CodePages.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Text.Encoding.Extensions.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Text.RegularExpressions.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Threading.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Threading.Overlapped.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Threading.Tasks.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Threading.Tasks.Parallel.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Threading.Thread.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Threading.ThreadPool.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Threading.Timer.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.ValueTuple.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Web.Http.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Web.Http.WebHost.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Web.Http.WebHost.xml' indexed with language 'xml'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Web.Http.xml' indexed with language 'xml'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Xml.ReaderWriter.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Xml.XDocument.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Xml.XmlDocument.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Xml.XPath.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Xml.XmlSerializer.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\System.Xml.XPath.XDocument.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\WebActivatorEx.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Debug\zh-TW\ShopifyAPI.resources.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\ApplicationInsights.config' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Flurl.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Flurl.Http.xml' indexed with language 'xml'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Flurl.Http.pdb' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Flurl.Http.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Flurl.pdb' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\KellermanSoftware.Compare-NET-Objects.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\KellermanSoftware.Compare-NET-Objects.xml' indexed with language 'xml'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.DependencyInjection.Abstractions.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Flurl.xml' indexed with language 'xml'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.DependencyInjection.Abstractions.xml' indexed with language 'xml'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.DependencyInjection.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.DependencyInjection.xml' indexed with language 'xml'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.Primitives.xml' indexed with language 'xml'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.Extensions.Primitives.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.Owin.xml' indexed with language 'xml'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.Owin.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll' indexed with language 'null'
08:31:56.870 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml' indexed with language 'xml'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.VisualStudio.TestPlatform.TestFramework.xml' indexed with language 'xml'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.Web.Infrastructure.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Microsoft.Win32.Primitives.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Newtonsoft.Json.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Newtonsoft.Json.xml' indexed with language 'xml'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\netstandard.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\nunit.framework.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Owin.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\nunit.framework.xml' indexed with language 'xml'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\ShopifyAPI.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\ShopifyAPI.pdb' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\ShopifyAPI.dll.config' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\ShopifyAPI.Tests.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\ShopifyAPI.Tests.dll.config' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\ShopifyAPI.Tests.pdb' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\ShopifySharp.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\StackExchange.Redis.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\StackExchange.Redis.xml' indexed with language 'xml'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Shouldly.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.AppContext.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\Swashbuckle.Core.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Collections.Concurrent.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Collections.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Collections.NonGeneric.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Collections.Specialized.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.ComponentModel.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.ComponentModel.EventBasedAsync.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.ComponentModel.Primitives.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.ComponentModel.TypeConverter.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Console.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Data.Common.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.Contracts.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.Debug.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.DiagnosticSource.xml' indexed with language 'xml'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.DiagnosticSource.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.FileVersionInfo.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.Process.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.StackTrace.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.Tools.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.TraceSource.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.TextWriterTraceListener.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Diagnostics.Tracing.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Drawing.Primitives.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Dynamic.Runtime.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Globalization.Calendars.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Globalization.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.Compression.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Globalization.Extensions.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.Compression.ZipFile.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.FileSystem.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.FileSystem.Primitives.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.FileSystem.Watcher.dll' indexed with language 'null'
08:31:56.886 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.FileSystem.DriveInfo.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.IsolatedStorage.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.MemoryMappedFiles.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.Pipes.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.IO.UnmanagedMemoryStream.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Linq.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Linq.Expressions.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Linq.Parallel.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.Http.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.Http.Formatting.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.Http.Formatting.xml' indexed with language 'xml'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Linq.Queryable.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.NameResolution.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.NetworkInformation.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.Primitives.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.Ping.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.Security.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.Requests.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.WebHeaderCollection.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.WebSockets.Client.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.WebSockets.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Net.Sockets.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Reflection.Extensions.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Reflection.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Reflection.TypeExtensions.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Resources.Reader.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Resources.ResourceManager.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Resources.Writer.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.CompilerServices.Unsafe.dll' indexed with language 'null'
08:31:56.902 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.ObjectModel.dll' indexed with language 'null'
08:31:56.917 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.CompilerServices.VisualC.dll' indexed with language 'null'
08:31:56.917 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.CompilerServices.Unsafe.xml' indexed with language 'xml'
08:31:56.917 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.Extensions.dll' indexed with language 'null'
08:31:56.917 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.Handles.dll' indexed with language 'null'
08:31:56.933 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.InteropServices.dll' indexed with language 'null'
08:31:56.933 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.InteropServices.RuntimeInformation.dll' indexed with language 'null'
08:31:56.933 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.Numerics.dll' indexed with language 'null'
08:31:56.933 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.Serialization.Formatters.dll' indexed with language 'null'
08:31:56.933 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.Serialization.Json.dll' indexed with language 'null'
08:31:56.933 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.dll' indexed with language 'null'
08:31:56.933 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Reflection.Primitives.dll' indexed with language 'null'
08:31:56.933 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.Serialization.Primitives.dll' indexed with language 'null'
08:31:56.933 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Security.Cryptography.Algorithms.dll' indexed with language 'null'
08:31:56.949 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Security.Cryptography.Csp.dll' indexed with language 'null'
08:31:56.949 DEBUG: 'ShopifyAPI.Tests\bin\Release\System.Runtime.Serialization.Xml.dll' indexed with language 'null'
Process returned exit code 1

The SonarQube Scanner did not complete successfully
08:31:57.011  Creating a summary markdown file...
08:31:57.011  Post-processing failed. Exit code: 1

valeri....@sonarsource.com

unread,
Jan 11, 2018, 3:14:28 AM1/11/18
to SonarQube
Hi,

You are specifying "/d:sonar.sources=./" as an argument for the begin step. Please, remove this setting, the scanner should be able to automatically pick up the correct values and I believe this will solve the problem (the "File cannot be indexed twice" exception in the log).

Kind regards,
Valeri



BSAI Techno Sales Pvt. Ltd.

unread,
Jan 11, 2018, 3:28:39 AM1/11/18
to valeri....@sonarsource.com, SonarQube
In which file do you see this ---/d:sonar.sources=./"

I mean which file do i need to edit for the changes

--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.

valeri....@sonarsource.com

unread,
Jan 11, 2018, 3:32:00 AM1/11/18
to SonarQube
It is an command line argument, see this screenshot:




BSAI Techno Sales Pvt. Ltd.

unread,
Jan 11, 2018, 3:41:41 AM1/11/18
to valeri....@sonarsource.com, SonarQube
Thats seems to be for windows OS but i am using ubuntu. I simply trigger /etc/init.d/sonar start comand to start but as you have mentioned that i am specifying "/d:sonar.sources=./" as an argument for the begin step. Please, remove this setting, How do i remove it and what is the command for removing it ? I am new to this please guide me ?

On Thu, Jan 11, 2018 at 2:16 PM, <valeri....@sonarsource.com> wrote:
It is an command line argument, see this screenshot:




--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
Message has been deleted

valeri....@sonarsource.com

unread,
Jan 11, 2018, 3:58:35 AM1/11/18
to SonarQube
Oh, sorry, that's from the other user. I cannot see your logs and that's why I cannot provide suggestion. If you open a new thread it will be much easier - run the analysis with sonar.verbose=true and send the logs in a new thread.


decads....@gmail.com

unread,
Jan 11, 2018, 8:31:13 PM1/11/18
to SonarQube
Hi Valeri,

It works well now. Thank you so much for help!

shru...@yahoo.com

unread,
Apr 10, 2018, 8:52:55 PM4/10/18
to SonarQube
Hi decads,

Can you please share details on how to resolved this issue ?

Thanks! 

Amaury Leve

unread,
Apr 11, 2018, 10:20:26 AM4/11/18
to shru...@yahoo.com, SonarQube
Hi,

Looking at the thread it seems that he/she only removed the sonar.sources=XXX from the analysis (Scanner for MSBuild begin step).

Cheers,
Amaury

--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/e0960e7d-61ec-462d-9736-9041e05b91a3%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--

Amaury Levé | SonarSource

Software Developer - .Net Team

http://sonarsource.com


Are you using SonarLint in your IDE? 
Reply all
Reply to author
Forward
0 new messages