Skip to content

Instantly share code, notes, and snippets.

@raghorteprasad
Created April 9, 2018 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raghorteprasad/fe934e51be7a689cdbe7526f826e5345 to your computer and use it in GitHub Desktop.
Save raghorteprasad/fe934e51be7a689cdbe7526f826e5345 to your computer and use it in GitHub Desktop.
Last login: Mon Apr 9 22:23:24 on ttys000
MININT-UI95OKN:~ globallogic$ cd /Users/globallogic/Desktop/QualityAssurance/Automation/XQA
MININT-UI95OKN:XQA globallogic$ ./build.sh --target XSTest --configuration VSMac -where="test == XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingiOS"
+++ dirname ./build.sh
++ cd .
++ pwd
+ SCRIPT_DIR=/Users/globallogic/Desktop/QualityAssurance/Automation/XQA
+ TOOLS_DIR=/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools
+ NUGET_EXE=/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/nuget.exe
+ CAKE_EXE=/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/Cake/Cake.exe
+ PACKAGES_CONFIG=/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/packages.config
+ PACKAGES_CONFIG_MD5=/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/packages.config.md5sum
+ MD5_EXE=
++ uname -s
+ [[ Darwin == \D\a\r\w\i\n ]]
+ MD5_EXE='md5 -r'
+ SCRIPT=build.cake
+ TARGET=Default
+ CONFIGURATION=Debug
+ VERBOSITY=verbose
+ DRYRUN=
+ SHOW_VERSION=false
+ SCRIPT_ARGUMENTS=()
+ for i in '"$@"'
+ case $1 in
+ TARGET=XSTest
+ shift
+ shift
+ for i in '"$@"'
+ case $1 in
+ CONFIGURATION=VSMac
+ shift
+ shift
+ for i in '"$@"'
+ case $1 in
+ SCRIPT_ARGUMENTS+=("$1")
+ shift
+ for i in '"$@"'
+ case $1 in
+ SCRIPT_ARGUMENTS+=("$1")
+ shift
+ for i in '"$@"'
+ case $1 in
+ SCRIPT_ARGUMENTS+=("$1")
+ shift
+ '[' '!' -d /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools ']'
+ '[' '!' -f /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/packages.config ']'
+ '[' '!' -f /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/nuget.exe ']'
+ pushd /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools
+ '[' '!' -f /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/packages.config.md5sum ']'
++ cat /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/packages.config.md5sum
++ sed 's/\r$//'
++ md5 -r /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/packages.config
++ awk '{ print $1 }'
+ '[' 93cfd4cec0b749580de7459f8c2e5d77 '!=' 93cfd4cec0b749580de7459f8c2e5d77 ']'
+ mono /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/nuget.exe install -Source https://www.myget.org/F/cake/api/v3/index.json -ExcludeVersion
Feeds used:
/Users/globallogic/.nuget/packages/
https://www.myget.org/F/cake/api/v3/index.json
All packages listed in /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/packages.config are already installed.
+ '[' 0 -ne 0 ']'
+ md5 -r /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/packages.config
+ awk '{ print $1 }'
+ popd
+ '[' '!' -f /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/Cake/Cake.exe ']'
+ false
+ exec mono /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/tools/Cake/Cake.exe build.cake -verbosity=verbose -configuration=VSMac -target=XSTest '-where=test == XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingiOS' '' ''
Analyzing build script...
Processing build script...
Installing tools...
Installing addins...
Compiling build script...
build.cake (23,5): The variable `dashboardWorkerOutput' is assigned but its value is never used
build.cake (54,5): The variable `vsApexAssembly' is assigned but its value is never used
Configuration: VSMac
========================================
Restore
========================================
Executing task: Restore
MSBuild auto-detection: using msbuild version '15.0' from '/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/msbuild/15.0/bin/'.
All packages listed in packages.config are already installed.
Restoring packages for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/XQA.CITooling.Tests.csproj...
Committing restore...
Generating MSBuild file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/obj/XQA.CITooling.Tests.csproj.nuget.g.props.
Writing lock file to disk. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/obj/project.assets.json
Restore completed in 592.49 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/XQA.CITooling.Tests.csproj.
Restoring packages for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj...
Committing restore...
Generating MSBuild file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/XQA.CITooling.csproj.nuget.g.props.
Writing lock file to disk. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 11.18 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
Restoring packages for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj...
Committing restore...
Generating MSBuild file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/obj/XQA.TestReport.Tests.csproj.nuget.g.props.
Writing lock file to disk. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/obj/project.assets.json
Restore completed in 94.16 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj.
Restoring packages for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/XQA.TestReport.csproj...
Committing restore...
Generating MSBuild file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/obj/XQA.TestReport.csproj.nuget.g.props.
Writing lock file to disk. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/obj/project.assets.json
Restore completed in 5.56 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/XQA.TestReport.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/nuget.config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Microsoft (R) Build Engine version 15.6.0.0 (xplat-master/ca830585 Tue Mar 20 17:58:54 EDT 2018) for Mono
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 09-04-2018 23:29:41.
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" on node 1 (Restore target(s)).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
ValidateProjects:
The project "XQA.XS.Tests" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.XS" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.XS.Inspection" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.XS.Wrench" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.VS.White" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.VS.White.Tests" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.XS.Inspector.Core" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.XS.Inspector" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.VS.Apex" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.Profiler" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.Profiler.Tests" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.Profiler.Ide.Tests" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.Installer.Tests" is not selected for building in solution configuration "Debug|Any CPU".
The project "XQA.Installer" is not selected for building in solution configuration "Debug|Any CPU".
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj" (2) on node 1 (Restore target(s)).
Restore:
Restoring packages for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj...
Committing restore...
Generating MSBuild file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/XQA.CITooling.csproj.nuget.g.props.
Writing lock file to disk. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 395.23 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/XQA.Core.csproj" (3:6) on node 1 (Restore target(s)).
Restore:
Nothing to do. None of the projects specified contain packages to restore.
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/XQA.Core.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.UITest/XQA.UITest.csproj" (5) on node 1 (Restore target(s)).
Restore:
Nothing to do. None of the projects specified contain packages to restore.
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.UITest/XQA.UITest.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Android/XQA.Android.csproj" (6) on node 1 (Restore target(s)).
Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 3.04 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Android/XQA.Android.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.iOS/XQA.iOS.csproj" (7) on node 1 (Restore target(s)).
Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 0.89 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.iOS/XQA.iOS.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.DesktopMono/XQA.DesktopMono.csproj" (8) on node 1 (Restore target(s)).
Restore:
Nothing to do. None of the projects specified contain packages to restore.
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.DesktopMono/XQA.DesktopMono.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.WebService/XQA.Dashboard.csproj" (9) on node 1 (Restore target(s)).
Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 0.73 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.WebService/XQA.Dashboard.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CommandLineTool/XQA.CommandLineTool.csproj" (11) on node 1 (Restore target(s)).
Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 0.89 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CommandLineTool/XQA.CommandLineTool.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Mac/XQA.Mac.csproj" (12) on node 1 (Restore target(s)).
Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 0.58 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
Restoring packages for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/XQA.TestReport.csproj...
Committing restore...
Generating MSBuild file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/obj/XQA.TestReport.csproj.nuget.g.props.
Writing lock file to disk. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/obj/project.assets.json
Restore completed in 17.06 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/XQA.TestReport.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Mac/XQA.Mac.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/XQA.Ide.csproj" (13:5) on node 1 (Restore target(s)).
Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 0.88 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/XQA.Ide.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Dashboard.Logic/XQA.Dashboard.Logic.csproj" (10:5) on node 1 (Restore target(s)).
Restore:
Nothing to do. None of the projects specified contain packages to restore.
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Dashboard.Logic/XQA.Dashboard.Logic.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Dashboard.IntegrationTests/XQA.Dashboard.Tests.csproj" (15) on node 1 (Restore target(s)).
Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 0.61 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Dashboard.IntegrationTests/XQA.Dashboard.Tests.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Dashboard.Logic.Tests/XQA.Dashboard.Logic.Tests.csproj" (16) on node 1 (Restore target(s)).
Restore:
Nothing to do. None of the projects specified contain packages to restore.
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Dashboard.Logic.Tests/XQA.Dashboard.Logic.Tests.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Dashboard.Worker/XQA.Dashboard.Worker.csproj" (17) on node 1 (Restore target(s)).
Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 0.63 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Dashboard.Worker/XQA.Dashboard.Worker.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj" (4:31) on node 1 (Restore target(s)).
Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 0.57 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/XQA.CITooling.Tests.csproj" (18) on node 1 (Restore target(s)).
Restore:
Restoring packages for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/XQA.CITooling.Tests.csproj...
Committing restore...
Generating MSBuild file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/obj/XQA.CITooling.Tests.csproj.nuget.g.props.
Writing lock file to disk. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/obj/project.assets.json
Restore completed in 17.14 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/XQA.CITooling.Tests.csproj.
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/project.assets.json
Restore completed in 0.66 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/XQA.CITooling.Tests.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/XQA.TestReport.csproj" (14:5) on node 1 (Restore target(s)).
Restore:
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/obj/project.assets.json
Restore completed in 0.59 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/XQA.TestReport.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/XQA.TestReport.csproj" (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj.metaproj" (19) on node 1 (Restore target(s)).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj.metaproj" (19) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj" (20) on node 1 (Restore target(s)).
Restore:
Restoring packages for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj...
Committing restore...
Generating MSBuild file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/obj/XQA.TestReport.Tests.csproj.nuget.g.props.
Writing lock file to disk. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/obj/project.assets.json
Restore completed in 9.46 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj.
Committing restore...
Assets file has not changed. Skipping assets file writing. Path: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/obj/project.assets.json
Restore completed in 0.54 ms for /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/XQA.TestReport.csproj.
NuGet Config files used:
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/NuGet.Config
/Users/globallogic/.config/NuGet/NuGet.Config
Feeds used:
https://www.nuget.org/api/v2/
https://www.myget.org/F/xamprojectci/api/v2
https://api.nuget.org/v3/index.json
https://devdiv.pkgs.visualstudio.com/defaultcollection/_apis/packaging/ApexTestFramework/nuget/index.json
https://ci.appveyor.com/nuget/nugetizer3000
https://devdiv.pkgs.visualstudio.com/_packaging/Xamarin/nuget/v3/index.json
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj" (Restore target(s)).
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj.metaproj" (Restore target(s)).
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (Restore target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:07.41
Finished executing task: Restore
========================================
Build
========================================
Executing task: Build
Building in configuration: VSMac
Microsoft (R) Build Engine version 15.6.0.0 (xplat-master/ca830585 Tue Mar 20 17:58:54 EDT 2018) for Mono
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 09-04-2018 23:29:49.
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" on node 1 (Build target(s)).
ValidateSolutionConfiguration:
Building solution configuration "VSMac|Any CPU".
ValidateProjects:
The project "XQA.UITest" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Android" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.iOS" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.DesktopMono" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.XS.Inspection" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.XS.Wrench" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Dashboard" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.CommandLineTool" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.VS.White" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.VS.White.Tests" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Mac" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.XS.Inspector.Core" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.XS.Inspector" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.VS.Apex" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Profiler" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Profiler.Tests" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Profiler.Ide.Tests" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Dashboard.Logic" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Dashboard.Tests" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Dashboard.Logic.Tests" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Installer.Tests" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Installer" is not selected for building in solution configuration "VSMac|Any CPU".
The project "XQA.Dashboard.Worker" is not selected for building in solution configuration "VSMac|Any CPU".
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj" (2) on node 1 (default targets).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj" (2) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/XQA.Core.csproj" (3:2) on node 1 (default targets).
ResolveAssemblyReferences:
No way to resolve conflict between "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes". Choosing "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyFilesMarkedCopyLocal:
Touching "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/obj/Debug/XQA.Core.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
XQA.Core -> /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/bin/Debug/XQA.Core.dll
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/XQA.Core.csproj" (default targets).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj" (2) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj" (4:2) on node 1 (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.5/csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702,1705,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NET461 /highentropyva+ /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/mscorlib.dll /reference:/Users/globallogic/.nuget/packages/newtonsoft.json/10.0.2/lib/net45/Newtonsoft.Json.dll /reference:/Users/globallogic/.nuget/packages/octokit/0.29.0/lib/net45/Octokit.dll /reference:/Users/globallogic/.nuget/packages/polly/4.3.0/lib/net45/Polly.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Drawing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.IO.Compression.FileSystem.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Runtime.Serialization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.Linq.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/bin/Debug/XQA.Core.dll /reference:/Users/globallogic/.nuget/packages/xqa.models/2.0.8/lib/portable45-net45+win8+wpa81/XQA.Models.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /nologo /optimize- /out:obj/Debug/net461/XQA.CITooling.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ CIBuild.cs CIBuildFactory.cs CIBuildInitializer.cs CustomAttributes.cs Exceptions/CIBuildInitializerException.cs Extensions/ReleaseManifestExtensions.cs Extensions/SigningMetadataExtensions.cs GitHubStatusCIBuildInitializer.cs ICIBuild.cs ICIBuildExtenstions.cs ICIBuildInitializer.cs Installer/DmgInstaller2.cs Installer/ExeInstaller2.cs Installer/IInstaller2.cs Installer/InstallerFactory2.cs Installer/MsiInstaller2.cs Installer/PkgInstaller2.cs Installer/VsixInstaller2.cs JenkinsCIBuildInitializer.cs Manifest/ProvisioningProfileBuilder.cs Manifest/ReleaseManifestBuilder.cs Manifest/ReleaseManifestElementComparer.cs Models/ReleaseManifest.cs Models/SigningMetadata.cs Models/StorageMetadata.cs Product/AndroidDeviceManagerProduct.cs Product/AndroidSdkManagerProduct.cs Product/IProduct2.cs Product/IProduct2Extenstions.cs Product/MerqProduct.cs Product/MonoDebuggerProduct.cs Product/MonoProduct.cs Product/MultipleFileInstallerProduct.cs Product/MultipleVsixInstallerProduct.cs Product/ProfilerProduct.cs Product/RemotedSimulatorProduct.cs Product/SingleFileInstallerProduct.cs Product/SingleVsixInstallerProduct.cs Product/UnifiedInstallerProduct.cs Product/VisualStudioForMacProduct.cs Product/VSIX.cs Product/WorkbooksInspectorProduct.cs Product/XamarinAndroidProduct.cs Product/XamarinDesignerProduct.cs Product/XamarinForLegacyVisualStudioProduct.cs Product/XamarinForVisualStudioProduct.cs Product/XamarinIOSProduct.cs Product/XamarinMacProduct.cs Product/XamarinTemplatesProduct.cs VSTSCIBuildInitializer.cs WrenchCIBuildInitializer.cs "/var/folders/mf/98jbtlz56xz_9l5zzfq8j6hm0000gn/T/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs" obj/Debug/net461/XQA.CITooling.AssemblyInfo.cs /warnaserror+:NU1605
_CopyFilesMarkedCopyLocal:
Touching "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/obj/Debug/net461/XQA.CITooling.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj/Debug/net461/XQA.CITooling.dll" to "bin/Debug/net461/XQA.CITooling.dll".
XQA.CITooling -> /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/bin/Debug/net461/XQA.CITooling.dll
Copying file from "obj/Debug/net461/XQA.CITooling.pdb" to "bin/Debug/net461/XQA.CITooling.pdb".
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/XQA.CITooling.csproj" (default targets).
ResolveAssemblyReferences:
No way to resolve conflict between "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes". Choosing "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.5/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:IsMac;DEBUG /highentropyva+ /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/mscorlib.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Newtonsoft.Json.10.0.2/lib/net45/Newtonsoft.Json.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/NUnit.3.7.1/lib/net45/nunit.framework.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.ComponentModel.DataAnnotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.IO.Compression.FileSystem.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Net.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.Linq.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/bin/Debug/net461/XQA.CITooling.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/bin/Debug/XQA.Core.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/XQA.Models.2.0.9/lib/portable45-net45+win8+wpa81/XQA.Models.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:portable /optimize- /out:obj/Debug/XQA.Shared.dll /subsystemversion:6.00 /resource:Resources/DmytroInstrumentsOutput1.txt,XQA.Shared.Resources.DmytroInstrumentsOutput1.txt /target:library /utf8output InstallationTests.cs Samples/SampleExplorer.cs CompressedSampleTestPrep.cs AddSamples.cs CheckoutHelper.cs Tests/ProductInstallTests.cs Utilities/EnvironmentHelper.cs Tests/InstallationHelperTests.cs Tests/ProductVersionTests.cs Tests/GetInstalledVersionTests.cs Tests/LicenseTests.cs Tests/ProductHelperTests.cs Tests/TestResultExtensionsTests.cs Tests/WrenchTests.cs Tests/WrenchClientTests.cs Tests/AzureStorageClientTests.cs Tests/TestRailClientTests.cs Tests/InstalledProductsTest.cs Tests/EnumExtensionsTests.cs Tests/PlatformSetupTests.cs InstallationTests2.cs ReleaseManifestSourceHelper.cs Tests/XIDeviceExtensionsTests.cs "/var/folders/mf/98jbtlz56xz_9l5zzfq8j6hm0000gn/T/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
InstallationTests.cs(28,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(30,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(32,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(34,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(36,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(38,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(40,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(42,20): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(265,78): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(270,43): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(298,34): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(322,35): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(328,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(333,37): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(338,32): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(48,79): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(18,31): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(30,31): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(30,53): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(30,75): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(17,51): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(18,85): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(20,38): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(21,72): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(23,45): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(24,79): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(25,45): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(26,79): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(28,45): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(29,79): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(30,45): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(31,79): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(33,54): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(34,88): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(36,42): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(38,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(39,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(40,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(42,75): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(44,47): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(45,52): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(46,48): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(17,37): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(13,13): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(14,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(15,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(16,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(17,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(12,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(13,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(14,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(15,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(16,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(25,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(25,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(25,58): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(26,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(26,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(26,58): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(27,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(27,31): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(27,48): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(28,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(28,44): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(28,61): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(29,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(29,44): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(29,61): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(38,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(47,14): warning CS0618: 'EnumExtensionsTests.SampleTLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(48,14): warning CS0618: 'EnumExtensionsTests.SampleTLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductInstallTests.cs(26,22): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductInstallTests.cs(26,66): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductInstallTests.cs(36,28): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstallationHelperTests.cs(26,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstallationHelperTests.cs(48,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstallationHelperTests.cs(70,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstallationHelperTests.cs(92,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(55,22): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(67,28): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(68,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(68,49): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(69,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(69,49): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(70,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(70,58): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(71,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(71,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(72,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(72,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(73,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(73,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(74,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(74,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(75,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(75,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(76,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(76,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(77,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(77,56): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(78,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(78,57): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(79,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(79,52): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(82,13): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(100,26): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
CheckoutHelper.cs(57,20): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
CheckoutHelper.cs(57,114): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(110,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(111,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(112,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(113,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(114,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(115,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(119,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(128,28): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(128,45): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(128,62): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(129,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(130,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(133,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(74,28): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(76,56): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(87,13): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/WrenchClientTests.cs(29,12): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstalledProductsTest.cs(15,71): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstalledProductsTest.cs(25,63): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(104,16): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(116,34): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(119,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(126,34): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(129,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(136,34): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(139,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(146,34): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(149,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(156,30): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(159,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(166,30): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(169,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(179,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(209,68): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(222,64): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(26,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(28,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(31,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(32,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(35,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(38,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(44,31): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(236,16): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(267,43): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
_CopyFilesMarkedCopyLocal:
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/bin/Debug/net461/XQA.CITooling.dll" to "bin/Debug/XQA.CITooling.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/bin/Debug/net461/XQA.CITooling.pdb" to "bin/Debug/XQA.CITooling.pdb".
Touching "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/obj/Debug/XQA.Shared.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj/Debug/XQA.Shared.dll" to "bin/Debug/XQA.Shared.dll".
XQA.Shared -> /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.Shared.dll
Copying file from "obj/Debug/XQA.Shared.pdb" to "bin/Debug/XQA.Shared.pdb".
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj" (default targets).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (5) on node 1 (default targets).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (5) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/XQA.TestReport.csproj" (6:2) on node 1 (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.5/csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702,1705,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NET461 /highentropyva+ /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/mscorlib.dll /reference:/Users/globallogic/.nuget/packages/newtonsoft.json/10.0.2/lib/net45/Newtonsoft.Json.dll /reference:/Users/globallogic/.nuget/packages/razorengine/3.10.0/lib/net45/RazorEngine.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Drawing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.IO.Compression.FileSystem.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Runtime.Serialization.dll /reference:/Users/globallogic/.nuget/packages/microsoft.aspnet.razor/3.0.0/lib/net45/System.Web.Razor.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.Linq.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/bin/Debug/XQA.Core.dll /reference:/Users/globallogic/.nuget/packages/xqa.models/2.0.9/lib/portable45-net45+win8+wpa81/XQA.Models.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /nologo /optimize- /out:obj/Debug/net461/XQA.TestReport.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ SingleTestReportBuilder.cs "/var/folders/mf/98jbtlz56xz_9l5zzfq8j6hm0000gn/T/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs" obj/Debug/net461/XQA.TestReport.AssemblyInfo.cs /warnaserror+:NU1605
_CopyFilesMarkedCopyLocal:
Touching "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/obj/Debug/net461/XQA.TestReport.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj/Debug/net461/XQA.TestReport.dll" to "bin/Debug/net461/XQA.TestReport.dll".
XQA.TestReport -> /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/bin/Debug/net461/XQA.TestReport.dll
Copying file from "obj/Debug/net461/XQA.TestReport.pdb" to "bin/Debug/net461/XQA.TestReport.pdb".
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/XQA.TestReport.csproj" (default targets).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (5) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/XQA.Ide.csproj" (7:2) on node 1 (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.5/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE;IsMac /highentropyva+ /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Appium.WebDriver.3.0.0.2/lib/net45/appium-dotnet-driver.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Castle.Core.3.3.3/lib/net45/Castle.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Microsoft.CSharp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/mscorlib.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Newtonsoft.Json.10.0.3/lib/net45/Newtonsoft.Json.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/NUnit.3.7.1/lib/net45/nunit.framework.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Polly.4.3.0/lib/net45/Polly.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/ServiceStack.Client.4.5.14/lib/net45/ServiceStack.Client.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/ServiceStack.Interfaces.4.5.14/lib/portable-wp80+sl5+net45+win8+wpa81+monotouch+monoandroid+xamarin.ios10/ServiceStack.Interfaces.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/ServiceStack.Text.4.5.14/lib/net45/ServiceStack.Text.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.ComponentModel.Composition.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Data.DataSetExtensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Drawing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.IO.Compression.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Net.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Reactive.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Reactive.Interfaces.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Reactive.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Reactive.PlatformServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Reactive.Windows.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Runtime.Serialization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Web.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Windows.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.Linq.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Selenium.WebDriver.3.9.1/lib/net45/WebDriver.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Selenium.Support.3.0.1/lib/net40/WebDriver.Support.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/WindowsBase.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/lib/net45/Xamarin.UITest.Desktop.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/bin/Debug/XQA.Core.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/XQA.Models.2.0.9/lib/portable45-net45+win8+wpa81/XQA.Models.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.Shared.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/XQA.TestRail.2.0.1/lib/XQA.TestRail.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/XQA.Ide.dll /subsystemversion:6.00 /resource:Wrench/TestReportTemplate.html,XQA.Ide.Wrench.TestReportTemplate.html /target:library /utf8output Extensions/MobileBuildEnums.cs Options/AddPackagesOptions.cs Options/ProjectConfiguration.cs Properties/AssemblyInfo.cs Utilities/TestcaseContext.cs Services/IdeScreenshotService.cs Utilities/Extensions.cs Options/ProjectData.cs Options/TestcaseOptionsBase.cs Utilities/IAggregateUtility.cs Extensions/NUnit3Extensions.cs Wrench/TestReportHelper.cs Consts.cs Extensions/XIDeviceExtensions.cs Utilities/TestResultExtensions.cs Utilities/AzureUtility.cs Policies/ExceptionPolicies.cs Exceptions/NuGetException.cs Exceptions/SelectElementException.cs Policies/ResultPolicies.cs Options/SampleOptions.cs SamplesDataFactory.cs Preferences/VSMac/VSMacProperties.cs Options/ProjectLanguage.cs Preferences/VSMac/VSMacPreferences.cs Preferences/VSMac/VSMacEditingLayout.cs Preferences/VSMac/VSMacSavedState.cs Preferences/VSMac/VSMacAnalytics.cs Policies/CocoaAppExtensions.cs Utilities/FetchITCVersion.cs Options/PublishingSampleOptions.cs Utilities/UserPrefsOperations.cs Performance/IdeOperations.cs Options/AndroidBindingsType.cs Options/AddJarOptions.cs Performance/PredefinedOperations.cs Options/ConfigurationPlatform.cs Options/DotNetCoreTarget.cs Preferences/VSMac/VSMacRecentlyUsedTemplates.cs Services/InputDevice.cs Exceptions/ClickElementException.cs Preferences/VSMac/InspectorPreferences.cs AppiumBootstrap.cs Exceptions/InvalidUIStateException.cs "/var/folders/mf/98jbtlz56xz_9l5zzfq8j6hm0000gn/T/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
Wrench/TestReportHelper.cs(23,30): warning CS0649: Field 'TestReportHelper.products' is never assigned to, and will always have its default value null [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/XQA.Ide.csproj]
_CopyFilesMarkedCopyLocal:
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.Shared.dll" to "bin/Debug/XQA.Shared.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.CITooling.dll" to "bin/Debug/XQA.CITooling.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.Shared.pdb" to "bin/Debug/XQA.Shared.pdb".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.CITooling.pdb" to "bin/Debug/XQA.CITooling.pdb".
Touching "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/obj/Debug/XQA.Ide.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
Building target "_CopyOutOfDateSourceItemsToOutputDirectory" partially, because some output files are out of date with respect to their input files.
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/CITooling-Module.psm1" to "bin/Debug/Powershell/CITooling-Module.psm1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-MonoFromWrench.ps1" to "bin/Debug/Powershell/Get-MonoFromWrench.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-ProductFromWrench.ps1" to "bin/Debug/Powershell/Get-ProductFromWrench.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-ProductsFromReleaseManifest.ps1" to "bin/Debug/Powershell/Get-ProductsFromReleaseManifest.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-XamarinIOSFromWrench.ps1" to "bin/Debug/Powershell/Get-XamarinIOSFromWrench.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Install-Product.ps1" to "bin/Debug/Powershell/Install-Product.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Install-RemoteProduct.ps1" to "bin/Debug/Powershell/Install-RemoteProduct.ps1".
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj/Debug/XQA.Ide.dll" to "bin/Debug/XQA.Ide.dll".
XQA.Ide -> /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/bin/Debug/XQA.Ide.dll
Copying file from "obj/Debug/XQA.Ide.pdb" to "bin/Debug/XQA.Ide.pdb".
AfterBuild:
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/build/XCTestAgentUITests.xctest/Contents/Info.plist" to "bin/Debug/XCTestAgentUITests.xctest/Contents/Info.plist".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/build/XCTestAgentUITests.xctest/Contents/MacOS/XCTestAgentUITests" to "bin/Debug/XCTestAgentUITests.xctest/Contents/MacOS/XCTestAgentUITests".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/build/XCTestAgentUITests.xctest/Contents/_CodeSignature/CodeResources" to "bin/Debug/XCTestAgentUITests.xctest/Contents/_CodeSignature/CodeResources".
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/XQA.Ide.csproj" (default targets).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (5) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj" (8:2) on node 1 (default targets).
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(2067,5): warning MSB3277: Found conflicts between different versions of "System.IO.Compression" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets(141,9): warning MSB3884: Could not find rule set file "MinimumRecommendedRules.ruleset". [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
CoreCompile:
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.5/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /define:DEBUG;VSMAC;IsMac /highentropyva+ /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Appium.WebDriver.3.0.0.2/lib/net45/appium-dotnet-driver.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Autofac.4.2.1/lib/net45/Autofac.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Autofac.Extras.AggregateService.4.0.0/lib/net45/Autofac.Extras.AggregateService.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Castle.Core.3.3.3/lib/net45/Castle.Core.dll /reference:"/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MonoDevelop.Core.dll" /reference:"/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.dll" /reference:"/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MonoDevelop.Ide.dll" /reference:"/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.MacDev/MonoDevelop.MacDev.dll" /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/mscorlib.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Newtonsoft.Json.10.0.3/lib/net45/Newtonsoft.Json.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/NUnit.3.7.1/lib/net45/nunit.framework.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Polly.4.3.0/lib/net45/Polly.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/ServiceStack.Client.4.5.14/lib/net45/ServiceStack.Client.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/ServiceStack.Interfaces.4.5.14/lib/portable-wp80+sl5+net45+win8+wpa81+monotouch+monoandroid+xamarin.ios10/ServiceStack.Interfaces.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/ServiceStack.Text.4.5.14/lib/net45/ServiceStack.Text.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.ComponentModel.Composition.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Drawing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.IO.Compression.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Net.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Runtime.Serialization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Windows.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.Linq.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Selenium.WebDriver.3.9.1/lib/net45/WebDriver.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Selenium.Support.3.0.1/lib/net40/WebDriver.Support.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/WindowsBase.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/lib/net45/Xamarin.UITest.Desktop.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/bin/Debug/XQA.Core.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/bin/Debug/XQA.Ide.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/XQA.Models.2.0.9/lib/portable45-net45+win8+wpa81/XQA.Models.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.Shared.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:portable /out:obj/VSMac/XQA.XS.dll /subsystemversion:6.00 /resource:AppleScript/Scripts/SavePackagesEnterText.scpt,XQA.XS.AppleScript.Scripts.SavePackagesEnterText.scpt /resource:AppleScript/Scripts/SavePackagesClickSave.scpt,XQA.XS.AppleScript.Scripts.SavePackagesClickSave.scpt /resource:AppleScript/Scripts/SelectAzureConnectedService.scpt,XQA.XS.AppleScript.Scripts.SelectAzureConnectedService.scpt /resource:AppleScript/Scripts/GetTextEditorText.scpt,XQA.XS.AppleScript.Scripts.GetTextEditorText.scpt /resource:AppleScript/Scripts/MenuBar/GetMenuBarItemPosition.scpt,XQA.XS.AppleScript.Scripts.MenuBar.GetMenuBarItemPosition.scpt /resource:AppleScript/Scripts/MenuBar/GetSubMenuBarItemPosition.scpt,XQA.XS.AppleScript.Scripts.MenuBar.GetSubMenuBarItemPosition.scpt /resource:AppleScript/Scripts/WaitForGpsDialog.scpt,XQA.XS.AppleScript.Scripts.WaitForGpsDialog.scpt /resource:AppleScript/Scripts/SigningIdentityFetchFirst.scpt,XQA.XS.AppleScript.Scripts.SigningIdentityFetchFirst.scpt /resource:AppleScript/Scripts/Login/CloseAccountWindow.scpt,XQA.XS.AppleScript.Scripts.Login.CloseAccountWindow.scpt /resource:AppleScript/Scripts/Login/GetLoginPasswordPosition.scpt,XQA.XS.AppleScript.Scripts.Login.GetLoginPasswordPosition.scpt /resource:AppleScript/Scripts/Login/GetLoginUserNamePosition.scpt,XQA.XS.AppleScript.Scripts.Login.GetLoginUserNamePosition.scpt /resource:AppleScript/Scripts/Login/GetUniqueMSAccounts.scpt,XQA.XS.AppleScript.Scripts.Login.GetUniqueMSAccounts.scpt /resource:AppleScript/Scripts/Login/LoginWindowEnterText.scpt,XQA.XS.AppleScript.Scripts.Login.LoginWindowEnterText.scpt /resource:AppleScript/Scripts/Login/LoginWindowSendEnter.scpt,XQA.XS.AppleScript.Scripts.Login.LoginWindowSendEnter.scpt /resource:AppleScript/Scripts/Login/WaitForLoginWindow.scpt,XQA.XS.AppleScript.Scripts.Login.WaitForLoginWindow.scpt /resource:AppleScript/Scripts/CheckSourceWriter.scpt,XQA.XS.AppleScript.Scripts.CheckSourceWriter.scpt /resource:AppleScript/Scripts/CheckXMBindingExample.scpt,XQA.XS.AppleScript.Scripts.CheckXMBindingExample.scpt /resource:AppleScript/Scripts/CheckMacInspector.scpt,XQA.XS.AppleScript.Scripts.CheckMacInspector.scpt /resource:AppleScript/Scripts/CloseIOSSimulator.scpt,XQA.XS.AppleScript.Scripts.CloseIOSSimulator.scpt /resource:AppleScript/Scripts/CheckIOSSimulator.scpt,XQA.XS.AppleScript.Scripts.CheckIOSSimulator.scpt /resource:AppleScript/Scripts/WorkbookChecker.scpt,XQA.XS.AppleScript.Scripts.WorkbookChecker.scpt /resource:AppleScript/Scripts/QuitXamarinInspector.scpt,XQA.XS.AppleScript.Scripts.QuitXamarinInspector.scpt /resource:AppleScript/Scripts/CheckCocoaApp.scpt,XQA.XS.AppleScript.Scripts.CheckCocoaApp.scpt /resource:AppleScript/Scripts/CheckNSOutlineViewAndTableView.scpt,XQA.XS.AppleScript.Scripts.CheckNSOutlineViewAndTableView.scpt /target:library /utf8output Controllers/Dialogs/AboutDialog.cs Interfaces/IRunButton.cs Interfaces/IToolbar.cs Properties/AssemblyInfo.cs Controllers/XamarinStudio.cs Options/NewProjectOptions.cs Controllers/Dialogs/NewProject/NewProject.cs Controllers/Menus/MenuBar.cs Controllers/Menus/FileMenu.cs Controllers/Menus/ProjectMenu.cs Controllers/Menus/BuildMenu.cs Controllers/Menus/EditMenu.cs Controllers/Dialogs/NewProject/ConfigureProject.cs Options/NewProjectOptionsGeneric.cs Controllers/Dialogs/NewProject/ConfigureApp.cs Controllers/Dialogs/NewProject/ConfigureMacApp.cs Utilities/TestcaseContext.cs Controllers/IoC.cs Controllers/TestService.cs Controllers/Pads/Solution/SolutionPad.cs Controllers/Pads/Solution/Solution.cs Controllers/Pads/Solution/SolutionPadBase.cs Controllers/Pads/Solution/Project.cs Controllers/Pads/Solution/Packages.cs Controllers/Pads/Solution/Node.cs Controllers/Dialogs/NewProject/ConfigureAndroidApp.cs Controllers/Dialogs/ProjectOptions/ProjectOptions.cs Controllers/Pads/Solution/ProjectContextMenu.cs Controllers/Dialogs/ProjectOptions/Android/AndroidProjectOptions.cs Controllers/Dialogs/ProjectOptions/InsightsPanel.cs Controllers/Dialogs/NewProject/ConfigureIOSApp.cs Controllers/Dialogs/ProjectOptions/iOS/IOSProjectOptions.cs Utilities/SolutionPadExtensions.cs Controllers/Dialogs/NewProject/ConfigureMultiPlatformApp.cs Utilities/NewProjectExtensions.cs Controllers/Dialogs/NuGet/AddPackages.cs Controllers/Dialogs/NuGet/PackageExtensions.cs Controllers/Pads/Solution/Package.cs Controllers/Dialogs/NuGet/NuGetOperationsStatusMessages.cs Controllers/Pads/Solution/SolutionContextMenu.cs Controllers/Dialogs/ProjectOptions/CodeAnalysisPanel.cs Controllers/Dialogs/ProjectOptions/ProjectOptionsExtensions.cs Utilities/XamarinStudioExtensions.cs Controllers/Dialogs/NewProject/ConfigureWebProject.cs Controllers/Pads/ErrorsPad.cs Controllers/XamarinStudioUtility.cs Controllers/Dialogs/NewProject/ConfigureIOSExtension.cs Controllers/Menus/VersionControlMenu.cs Controllers/Dialogs/Git/SelectRepository.cs Controllers/Dialogs/ProgressDialog.cs Controllers/Dialogs/Git/CommitDialog.cs Controllers/Dialogs/Git/CommitFiles.cs Controllers/Dialogs/Git/UserInformationConflict.cs Controllers/Dialogs/Git/GitUserConfig.cs Controllers/Dialogs/Git/Stash.cs Controllers/Dialogs/Git/StashManager.cs Controllers/Dialogs/Git/BranchProperties.cs Controllers/Dialogs/Git/RepositoryConfiguration/GitRepositoryConfiguration.cs Controllers/Dialogs/Git/RepositoryConfiguration/GitRepositoryConfigurationBranches.cs Controllers/Dialogs/AlertDialog.cs Controllers/Dialogs/Git/RepositoryConfiguration/GitRepositoryConfigurationTags.cs Controllers/Dialogs/Git/RepositoryConfiguration/SelectARevision.cs Controllers/Dialogs/Git/RepositoryConfiguration/GitRepositoryConfigurationRemotes.cs Controllers/Dialogs/Git/RepositoryConfiguration/RemoteSource.cs Controllers/Dialogs/NewFile/NewFile.cs Options/NewFileOptions.cs Controllers/Dialogs/NewProject/ConfigureAppleWatchApp.cs Controllers/Dialogs/NewProject/ConfigureTvOSApp.cs Controllers/Dialogs/GooglePlayServices/AddGooglePlayServices.cs Utilities/Debug.cs Controllers/Pads/Solution/File.cs Utilities/SystemInformation.cs Controllers/Dialogs/InfoPlist.cs Options/ProjectType.cs Controllers/Pads/Solution/References.cs Controllers/Pads/Solution/Reference.cs Controllers/Dialogs/ProjectOptions/iOS/IOSBuildPanel.cs Controllers/Dialogs/ProjectOptions/Mac/MacBuildPanel.cs Controllers/Dialogs/ProjectOptions/Mac/MacProjectOptions.cs Controllers/Pads/Solution/Resources.cs Controllers/Pads/Solution/Resource.cs Controllers/Pads/Solution/Assets.cs Controllers/Pads/Solution/Asset.cs Controllers/Pads/Solution/AssetsContextMenu.cs Controllers/Tabs/AssetEditor.cs Controllers/Dialogs/ProjectOptions/CompilerPanel.cs Controllers/Dialogs/AndroidManifest.cs Controllers/Dialogs/ProjectOptions/Android/AndroidApplicationPanel.cs Utilities/TestContextExtensions.cs Controllers/Dialogs/ProjectOptions/Android/AndroidBuild/AndroidBuildPanel.cs Controllers/Dialogs/ProjectOptions/Android/AndroidBuild/AndroidBuildGeneral.cs Controllers/Dialogs/Accounts/XamarinAccount.cs Controllers/Dialogs/Accounts/XamarinLogin.cs Controllers/Dialogs/Accounts/XamarinLoginResult.cs Controllers/Dialogs/ProjectOptions/iOS/TvOSBuildPanel.cs Controllers/Menus/RunMenu.cs Controllers/Dialogs/Debugging/CreateABreakpoint.cs Controllers/Menus/ViewMenu.cs Controllers/Pads/Debugging/BreakpointsPad.cs Controllers/Pads/Debugging/CallStackPad.cs Controllers/Pads/ApplicationOutput.cs Controllers/Dialogs/ProjectOptions/iOS/WatchOSBuildPanel.cs Controllers/Pads/Testing/TestResultPad.cs Controllers/Pads/Testing/UnitTestsPad.cs Utilities/IOSExtensions.cs Controllers/Dialogs/NewProject/ConfigureTvOSExtension.cs Controllers/Dialogs/ProjectOptions/Mac/MacSigningPanel.cs Controllers/Tabs/Archives.cs Controllers/Dialogs/Publishing/AbstractSignAndDistribute.cs Controllers/Dialogs/Publishing/SelectPublishingProvisioningProfile.cs Controllers/Dialogs/Publishing/SelectAdHocPublishingProfile.cs Controllers/Dialogs/Publishing/FinalPublishPage.cs Controllers/TextEditor.cs Utilities/MacExtensions.cs Utilities/TestBaseUtilities.cs Controllers/Tabs/GettingStarted.cs Controllers/Toolbar/Mac/RunButton.cs Controllers/Toolbar/Mac/Toolbar.cs Controllers/Dialogs/NuGet/LicenseAcceptance/Mac/LicenseAcceptance.cs Interfaces/ILicenseAcceptance.cs Utilities/Attributes.cs Options/BuildStatus.cs Controllers/Dialogs/Publishing/SavePackageDialog.cs Interfaces/ISavePackage.cs Controllers/Dialogs/Preferences/PreferencesDialog.cs Controllers/Menus/ToolsMenu.cs Options/PublishingOptions.cs Controllers/Dialogs/Publishing/DistributionChannel/SelectiOSDistributionChannel.cs Controllers/Dialogs/Publishing/DistributionChannel/SelectMacDistributionChannel.cs Controllers/Dialogs/Publishing/DistributionChannel/SelectAndroidDistributionChannel.cs Controllers/Dialogs/ProjectOptions/iOS/IOSBundleSigningPanel.cs Controllers/Dialogs/Publishing/AndroidIdentityPasswordPrompt.cs Utilities/PublishingOptionsExtensions.cs Utilities/AndroidExtensions.cs Studio.cs Controllers/Dialogs/Publishing/GooglePlayAccount/AbstractGooglePlayAccountPage.cs Controllers/Dialogs/Publishing/GooglePlayAccount/GooglePlayAccountPage.cs Controllers/Dialogs/Publishing/AndroidSigning/SelectAndroidSigningIdentity.cs Controllers/Dialogs/Publishing/AndroidSigning/SigningApproach.cs Controllers/Dialogs/Publishing/AndroidSigning/AbstractAndroidSigningIdentity.cs Controllers/Dialogs/ProjectOptions/iOS/TvOSBundleSigningPanel.cs Controllers/Pads/DeployingToDevicePad.cs Controllers/Pads/PackageConsolePad.cs Extensions/TestResultExtensions.cs Extensions/FileInfoUtilities.cs Extensions/PerformanceExtensions.cs Controllers/Menus/AppMenu.cs Controllers/Dialogs/Preferences/Projects/BuildPanel.cs Controllers/Dialogs/Preferences/NuGet/NuGetSourcesPanel.cs Controllers/Dialogs/CertificateIssueDialog.cs Controllers/Dialogs/ProjectOptions/NuGet/NuGetBuildPanel.cs Controllers/Dialogs/ProjectOptions/NuGet/NuGetMetaDataDetails.cs Controllers/Dialogs/ProjectOptions/NuGet/NuGetMetaDataPanel.cs Controllers/Dialogs/ProjectOptions/NuGet/NuGetMetaDataGeneral.cs Controllers/Dialogs/ProjectOptions/NuGet/NuGetProjectOption.cs Controllers/Dialogs/Preferences/NuGet/AddSourceDialog.cs Options/CurrentProjectOptions.cs Extensions/CurrentProjectOptionsExtensions.cs Extensions/NewProjectDialogExtensions.cs Extensions/NewProjectOptionsExtensions.cs ../../../Manual/CrossPlatformDebugging/x.Debugging/Model/TestStep.cs ../../../Manual/CrossPlatformDebugging/x.Debugging/Model/TestCasePart.cs ../../../Manual/CrossPlatformDebugging/x.Debugging/Model/TestStepBreakpoints.cs ../../../Manual/CrossPlatformDebugging/x.Debugging/Model/TestCase.cs ../../../Manual/CrossPlatformDebugging/x.Debugging/Model/TestCasePlatform.cs ../../../Manual/CrossPlatformDebugging/x.Debugging/Data/TestCaseLoader.cs Options/CallStackOnBreakpoint.cs Controllers/Dialogs/SelectDeviceDialog.cs Controllers/Dialogs/Login/Signin.cs Controllers/Dialogs/Login/MicrosoftLogin.cs Extensions/ToolbarExtensions.cs Controllers/Dialogs/ProjectOptions/Android/AndroidBuild/AndroidBuildLinker.cs Models/CrossPlatformSample/CrossPlatformSampleProjects.cs Extensions/PublishingExtensions.cs Models/CrossPlatformSample/CrossPlatformBreakpoint.cs Controllers/Dialogs/Debugging/ExceptionPopup.cs Controllers/Dialogs/Debugging/ExceptionCaughtDialog.cs Options/StatusMessageOptions.cs Options/ToolbarDebugButton.cs Controllers/Pads/Solution/Dependency.cs Controllers/Pads/Solution/Dependencies.cs Options/TargetFrameworkMacApp.cs Controllers/Dialogs/ProjectOptions/Mac/MacBuildGeneralPanel.cs Controllers/Pads/Solution/ConnectedServices.cs Controllers/Pads/Solution/ConnectedService.cs Controllers/Tabs/ConnectedServicesTab.cs Controllers/Dialogs/NewProject/ConfigureDotNetCoreProject.cs Controllers/Dialogs/EditReference/ProjectsTab.cs Controllers/Dialogs/EditReference/EditReference.cs Controllers/Dialogs/EditReference/ReferenceOptions.cs Controllers/Dialogs/EditReference/DotNetAssembly.cs Controllers/Dialogs/EditReference/AssemblySelection.cs Controllers/Dialogs/EditReference/PackageTab.cs Controllers/Dialogs/RemoveServiceDialog.cs Options/GlobalSearchOptions.cs Controllers/Tabs/AssemblyBrowser.cs Options/GooglePlayServicePackage.cs Controllers/Pads/Solution/Components.cs Controllers/Pads/Solution/Component.cs Controllers/Tabs/ComponentsTab.cs Controllers/Dialogs/XamarinComponents/XamarinComponentsDialog.cs Controllers/Tabs/MicrosoftBandSDKTab.cs Services/XCTestAgent.cs Extensions/EditorExtensions.cs Utilities/StatusMessages.cs Controllers/Dialogs/ProjectOptions/iOS/IOSDebugPanel.cs AppleScript/AppleScript.cs Controllers/Dialogs/ProjectOptions/DefaultRunConfigurationPanel.cs Interfaces/IStatusBar.cs Controllers/Toolbar/Mac/StatusBar.cs Extensions/DebuggingExtensions.cs Extensions/StatusBarExtensions.cs Controllers/Pads/Debugging/ThreadsPad.cs Extensions/WorkbooksExtensions.cs Controllers/Dialogs/Entitlementsplist.cs Controllers/Tabs/AppIconAssetEditor.cs Controllers/Dialogs/SelectIOSAssetFileDialog.cs Controllers/Dialogs/ModalAlertPanel.cs "/var/folders/mf/98jbtlz56xz_9l5zzfq8j6hm0000gn/T/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
Controllers/Pads/Solution/Project.cs(4,7): warning CS0105: The using directive for 'XQA.Ide.Utilities' appeared previously in this namespace [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/GooglePlayServices/AddGooglePlayServices.cs(16,7): warning CS0105: The using directive for 'XQA.Core.Resiliency.Polly' appeared previously in this namespace [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Extensions/ToolbarExtensions.cs(14,7): warning CS0105: The using directive for 'XQA.XS.Controllers' appeared previously in this namespace [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/Android/AndroidBuild/AndroidBuildPanel.cs(52,63): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/Android/AndroidBuild/AndroidBuildPanel.cs(60,56): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/iOS/IOSBuildPanel.cs(32,45): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/iOS/IOSBuildPanel.cs(40,38): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/iOS/IOSBuildPanel.cs(49,59): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/iOS/IOSBuildPanel.cs(57,52): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/Publishing/SelectPublishingProvisioningProfile.cs(14,17): warning CS0108: 'SelectPublishingProvisioningProfile.DialogTitle' hides inherited member 'AbstractSignAndDistribute.DialogTitle'. Use the new keyword if hiding was intended. [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/ConfigureApp.cs(90,50): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/ConfigureApp.cs(59,49): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/ConfigureApp.cs(76,49): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/ConfigureApp.cs(94,17): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/ConfigureApp.cs(96,17): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/Login/MicrosoftLogin.cs(30,17): warning CS0414: The field 'MicrosoftLogin.MicrosoftDialogTitle' is assigned but its value is never used [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/NewProject.cs(37,14): warning CS0414: The field 'NewProjectDialog.TemplateSelectRetryCount' is assigned but its value is never used [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Menus/RunMenu.cs(21,19): warning CS0414: The field 'RunMenu.inspectLabel' is assigned but its value is never used [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
_CopyFilesMarkedCopyLocal:
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/bin/Debug/XQA.Ide.dll" to "bin/VSMac/XQA.Ide.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.Shared.dll" to "bin/VSMac/XQA.Shared.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.CITooling.dll" to "bin/VSMac/XQA.CITooling.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/bin/Debug/XQA.Ide.pdb" to "bin/VSMac/XQA.Ide.pdb".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.Shared.pdb" to "bin/VSMac/XQA.Shared.pdb".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.CITooling.pdb" to "bin/VSMac/XQA.CITooling.pdb".
Touching "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/obj/VSMac/XQA.XS.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
Building target "_CopyOutOfDateSourceItemsToOutputDirectory" partially, because some output files are out of date with respect to their input files.
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/CITooling-Module.psm1" to "bin/VSMac/Powershell/CITooling-Module.psm1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-MonoFromWrench.ps1" to "bin/VSMac/Powershell/Get-MonoFromWrench.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-ProductFromWrench.ps1" to "bin/VSMac/Powershell/Get-ProductFromWrench.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-ProductsFromReleaseManifest.ps1" to "bin/VSMac/Powershell/Get-ProductsFromReleaseManifest.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-XamarinIOSFromWrench.ps1" to "bin/VSMac/Powershell/Get-XamarinIOSFromWrench.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Install-Product.ps1" to "bin/VSMac/Powershell/Install-Product.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Install-RemoteProduct.ps1" to "bin/VSMac/Powershell/Install-RemoteProduct.ps1".
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj/VSMac/XQA.XS.dll" to "bin/VSMac/XQA.XS.dll".
XQA.XS -> /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/bin/VSMac/XQA.XS.dll
Copying file from "obj/VSMac/XQA.XS.pdb" to "bin/VSMac/XQA.XS.pdb".
AfterBuild:
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/build/XCTestAgentUITests.xctest/Contents/Info.plist" to "bin/VSMac/XCTestAgentUITests.xctest/Contents/Info.plist".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/build/XCTestAgentUITests.xctest/Contents/MacOS/XCTestAgentUITests" to "bin/VSMac/XCTestAgentUITests.xctest/Contents/MacOS/XCTestAgentUITests".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/build/XCTestAgentUITests.xctest/Contents/_CodeSignature/CodeResources" to "bin/VSMac/XCTestAgentUITests.xctest/Contents/_CodeSignature/CodeResources".
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj" (default targets).
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(2067,5): warning MSB3243: No way to resolve conflict between "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
Consider app.config remapping of assembly "System.Net.Http, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Net.Http.dll] to Version "4.1.1.0" [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Net.Http.4.3.1/lib/net46/System.Net.Http.dll] to solve conflict and get rid of warning.
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(2067,5): warning MSB3277: Found conflicts between different versions of "System.IO.Compression" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets(141,9): warning MSB3884: Could not find rule set file "MinimumRecommendedRules.ruleset". [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
CoreCompile:
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.5/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /define:DEBUG;VSMAC;IsMac /highentropyva+ /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Appium.WebDriver.3.0.0.2/lib/net45/appium-dotnet-driver.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Autofac.4.2.1/lib/net45/Autofac.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Autofac.Extras.AggregateService.4.0.0/lib/net45/Autofac.Extras.AggregateService.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.Bugzilla.Client.2.1.2/lib/Bugzilla.Client.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.Bugzilla.Core.2.1.2/lib/Bugzilla.Core.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Castle.Core.3.3.3/lib/net45/Castle.Core.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Microsoft.Azure.KeyVault.2.3.2/lib/net452/Microsoft.Azure.KeyVault.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Microsoft.Azure.KeyVault.WebKey.2.0.7/lib/net452/Microsoft.Azure.KeyVault.WebKey.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Microsoft.CSharp.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.16.0/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Microsoft.IdentityModel.Clients.ActiveDirectory.3.16.0/lib/net45/Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Microsoft.Rest.ClientRuntime.Azure.3.3.7/lib/net452/Microsoft.Rest.ClientRuntime.Azure.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Microsoft.Rest.ClientRuntime.2.3.8/lib/net452/Microsoft.Rest.ClientRuntime.dll /reference:"/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MonoDevelop.Core.dll" /reference:"/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MonoDevelop.Ide.dll" /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/mscorlib.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Newtonsoft.Json.10.0.3/lib/net45/Newtonsoft.Json.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/NUnit.3.7.1/lib/net45/nunit.framework.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Polly.4.3.0/lib/net45/Polly.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/SemanticVersioning.0.8.0/lib/net45/SemVer.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/ServiceStack.Client.4.5.14/lib/net45/ServiceStack.Client.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/ServiceStack.Interfaces.4.5.14/lib/portable-wp80+sl5+net45+win8+wpa81+monotouch+monoandroid+xamarin.ios10/ServiceStack.Interfaces.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/ServiceStack.Text.4.5.14/lib/net45/ServiceStack.Text.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.ComponentModel.Composition.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Drawing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.IO.Compression.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Net.Http.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Net.Http.4.3.1/lib/net46/System.Net.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Numerics.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Reactive.Core.3.1.1/lib/net45/System.Reactive.Core.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Reactive.Interfaces.3.1.1/lib/net45/System.Reactive.Interfaces.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Reactive.Linq.3.1.1/lib/net45/System.Reactive.Linq.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Reactive.PlatformServices.3.1.1/lib/net45/System.Reactive.PlatformServices.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Reactive.Windows.Threading.3.1.1/lib/net45/System.Reactive.Windows.Threading.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Runtime.Serialization.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Security.Cryptography.Algorithms.4.3.0/lib/net461/System.Security.Cryptography.Algorithms.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Security.Cryptography.Encoding.4.3.0/lib/net46/System.Security.Cryptography.Encoding.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Security.Cryptography.Primitives.4.3.0/lib/net46/System.Security.Cryptography.Primitives.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/System.Security.Cryptography.X509Certificates.4.3.0/lib/net461/System.Security.Cryptography.X509Certificates.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Web.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Windows.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.Linq.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Selenium.WebDriver.3.9.1/lib/net45/WebDriver.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Selenium.Support.3.0.1/lib/net40/WebDriver.Support.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/WindowsBase.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/lib/net45/Xamarin.UITest.Desktop.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/bin/Debug/XQA.Core.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/bin/Debug/XQA.Ide.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/XQA.Models.2.0.9/lib/portable45-net45+win8+wpa81/XQA.Models.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/XQA.Report.1.0.1/lib/netstandard1.4/XQA.Report.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.Shared.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/XQA.TestRail.2.0.1/lib/XQA.TestRail.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/bin/Debug/net461/XQA.TestReport.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/bin/VSMac/XQA.XS.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Zeroconf.2.8.0/lib/net45/Zeroconf.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:portable /out:obj/VSMac/XQA.XS.Tests.dll /subsystemversion:6.00 /resource:../../../Manual/CrossPlatformDebugging/ClassesUnderTest/TestCases.json,XQA.XS.Tests.Resources.CrossPlatformSample.Data.TestCases.json /target:library /utf8output Properties/AssemblyInfo.cs TemplateTests/DotNetTemplateTests.cs TemplateTests/MacTemplateTests.cs TemplateTests/AndroidTemplateTests.cs TemplateTests/IOSTemplateTests.cs TemplateTests/MultiPlatformTemplateTests.cs NuGetTests/SimpleNuGetTests.cs TestBase.cs NuGetTests/PreReleaseNuGetTests.cs OrganizationIdentifierTests/AndroidOrgIdentifierTests.cs OrganizationIdentifierTests/IOSOrgIdentifierTests.cs OrganizationIdentifierTests/MultiPlatformsOrgIdentifierTests.cs TemplateTests/MiscTemplateTests.cs InsightsTests/EnableInsightsInProjectTests.cs GitTests/CloneTests.cs GitTests/GitStashTests.cs GitTests/StashManagerTests.cs GitTests/GitBranchesTests.cs GitTests/GitTagsTests.cs GitTests/GitRemoteTests.cs GeneralTests/SpecialCharactersTests.cs GeneralTests/Debug.cs NuGetTests/NuGetPowershellTests.cs Activation/ActivationTests.cs NuGetTests/NuGetLicenseTests.cs SamplesTests/AndroidSamples.cs SamplesTests/IOSSamples.cs SamplesTests/MacSamples.cs DebuggingTests/IOSDebuggingTests.cs DebuggingTests/AndroidDebuggingTests.cs FeaturesTest/NUnit/NUnitSelectTests.cs FeaturesTest/NUnit/NUnitTestRunnerTests.cs TemplateTests/WatchOSTemplateTests.cs TemplateTests/TvOSTemplateTests.cs FeaturesTest/GenerateDocsTests.cs Resources/GenerateDocsDataFactory.cs Resources/Factories/NuGetTestDataFactory.cs Resources/Factories/NUnitDataFactory.cs Resources/Factories/OptionsFactory.cs Resources/Factories/TestDataFactory.cs Resources/Factories/DebuggingDataFactory.cs FeaturesTest/Mac/MacBuildPanelTests.cs FeaturesTest/Mac/MacPackagingTests.cs DebuggingTests/MacDebuggingTests.cs GeneralTests/ToggleMSBuild.cs PublishingTests/IOSPublishingTests.cs PublishingTests/MacPublishingTests.cs FeaturesTest/Android/AndroidBuildPanelTests.cs FeaturesTest/Android/AndroidGPSTests.cs FeaturesTest/iOS/AssetsTests.cs FeaturesTest/iOS/IOSBuildPanelTests.cs FeaturesTest/SearchBarTests.cs PublishingTests/AndroidPublishingTests.cs Resources/Factories/XSSamplesDataFactory.cs Resources/Factories/XSSubmissionsSamplesDataFactory.cs Resources/Factories/PackagingDataFactory.cs Resources/Factories/AndroidBindingFactory.cs DebuggingTests/CrossPlatformSample/AbstractCrossPlatformDebugging.cs DeploymentTest/AndroidDeployToDeviceTest.cs DeploymentTest/IOSDeploytoDeviceTest.cs FeaturesTest/NuGetizer/NugetFromNet45Test.cs DebuggingTests/CrossPlatformSample/Mac/MacCrossPlatformDebugging.cs DebuggingTests/CrossPlatformSample/tvOS/TvOSDeviceCrossPlatformDebugging.cs DebuggingTests/CrossPlatformSample/tvOS/TvOSSimCrossPlatformDebugging.cs DebuggingTests/CrossPlatformSample/Android/AndroidCrossPlatformDebugging.cs DebuggingTests/CrossPlatformSample/Android/AndroidDeviceCrossPlatformDebugging.cs DebuggingTests/CrossPlatformSample/Android/AVDCrossPlatformDebugging.cs Resources/CrossPlatformSample/CrossPlatformSampleFactory.cs LoginTests/MicrosoftLoginTest.cs DeploymentTest/DeployCheesesquareApp.cs TemplateTests/DotNetCoreTemplateTests.cs NuGetTests/DotNetCoreNuGetTests.cs FeaturesTest/Multiplatform/MultiplatformMobileBackendTests.cs DebuggingTests/AddDisableClearBreakpoint.cs FeaturesTest/Mac/XMMonoRuntimeSupportTests.cs ConnectedServicesTests/ConnectedServicesTests.cs EntitlementsSpecificTests/Android/AndroidAOTTests.cs DebuggingTests/IOSRunWithoutDebuggingTests.cs EntitlementsSpecificTests/Android/AndroidProguardTests.cs XamarinComponentTests/XamarinComponentsTests.cs FeaturesTest/Android/AndroidAPKPerABITests.cs TemplateTests/IOSDeviceRunningBase.cs EditorTests/GotoDeclarationTests.cs EntitlementsSpecificTests/Android/EmbedAssemblyInNativeCode.cs RecentlyUsedTests/SampleRecentlyUsedTemplate.cs DebuggingTests/DebugDayCountExtension.cs DebuggingTests/CrossPlatformSample/iOS/Device/IOS32BitDeviceCrossPlatformDebugging.cs DebuggingTests/CrossPlatformSample/iOS/Device/IOSDeviceCrossPlatformDebugging.cs DebuggingTests/CrossPlatformSample/iOS/Simulators/IOSSimCrossPlatformDebugging.cs DebuggingTests/CrossPlatformSample/iOS/Simulators/IOSNonLatestSimCrossPlatformDebugging.cs DebuggingTests/CrossPlatformSample/iOS/Device/IOSNonLatestDeviceCrossPlatformDebugging.cs DeploymentTest/MacRunWithoutDebugging.cs DebuggingTests/NewExceptionCaughtWindowTests.cs FeaturesTest/Android/AndroidMultipleCodeset.cs DeploymentTest/AndroidDeployArrayTakeTest.cs EntitlementsSpecificTests/ProfilerIntegrationTests.cs IOSTestBase.cs SamplesTests/SourceWriterSampleTests.cs SamplesTests/XMBindingExampleTests.cs DebuggingTests/CrossPlatformSample/iOS/IOSSimCrossPlatformDebuggingBase.cs DebuggingTests/CrossPlatformSample/iOS/IOSDeviceCrossPlatformDebuggingBase.cs DebuggingTests/CrossPlatformSample/iOS/BetaAcceptance/IOSPreReleaseSimCrossPlatformDebugging.cs EntitlementsSpecificTests/InspectorIntegrationTests.cs DebuggingTests/CrossPlatformSample/tvOS/TvOSPreReleaseSimCrossPlatformDebugging.cs DebuggingTests/CrossPlatformSample/tvOS/TvOSSimCrossPlatformDebuggingBase.cs Resources/Factories/PublishingDataFactory.cs DebuggingTests/WatchOSDebuggingTests.cs SamplesTests/MacIOSamples.cs FeaturesTest/Mac/MacAOTTests.cs FeaturesTest/Mac/MacSandBoxingTests.cs PublishingTests/IOSTemplatePublishingTests.cs DebuggingTests/FormsDebugging/FormsDebuggingInDroidIOSTests.cs DebuggingTests/FormsDebugging/FormsDebuggingTests.cs DebuggingTests/FormsDebugging/MapOverlayFormsDebuggingTests.cs "/var/folders/mf/98jbtlz56xz_9l5zzfq8j6hm0000gn/T/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
TemplateTests/AndroidTemplateTests.cs(33,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
TemplateTests/AndroidTemplateTests.cs(84,11): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
NuGetTests/PreReleaseNuGetTests.cs(51,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
NuGetTests/PreReleaseNuGetTests.cs(51,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
Activation/ActivationTests.cs(44,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Mac/MacBuildPanelTests.cs(50,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Mac/MacBuildPanelTests.cs(57,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Mac/MacBuildPanelTests.cs(72,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Mac/MacBuildPanelTests.cs(79,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Mac/MacBuildPanelTests.cs(86,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(49,42): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(50,39): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(53,26): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(48,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(57,35): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(60,26): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(55,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(64,35): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(67,77): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(67,55): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(50,27): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(51,20): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(54,25): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(49,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(58,20): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(61,25): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(56,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(71,41): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(72,34): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(75,25): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(70,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(79,34): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(82,25): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(77,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(86,34): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(89,25): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(84,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
EntitlementsSpecificTests/Android/EmbedAssemblyInNativeCode.cs(35,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
EntitlementsSpecificTests/Android/EmbedAssemblyInNativeCode.cs(45,55): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidAPKPerABITests.cs(34,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidAPKPerABITests.cs(44,57): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
_CopyFilesMarkedCopyLocal:
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/bin/Debug/XQA.Ide.dll" to "bin/VSMac/XQA.Ide.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.Shared.dll" to "bin/VSMac/XQA.Shared.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/bin/Debug/net461/XQA.TestReport.dll" to "bin/VSMac/XQA.TestReport.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/bin/VSMac/XQA.XS.dll" to "bin/VSMac/XQA.XS.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.CITooling.dll" to "bin/VSMac/XQA.CITooling.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/bin/Debug/net461/XQA.TestReport.pdb" to "bin/VSMac/XQA.TestReport.pdb".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.Shared.pdb" to "bin/VSMac/XQA.Shared.pdb".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/bin/Debug/XQA.Ide.pdb" to "bin/VSMac/XQA.Ide.pdb".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/bin/VSMac/XQA.XS.pdb" to "bin/VSMac/XQA.XS.pdb".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/bin/Debug/XQA.CITooling.pdb" to "bin/VSMac/XQA.CITooling.pdb".
Touching "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/obj/VSMac/XQA.XS.Tests.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
Building target "_CopyOutOfDateSourceItemsToOutputDirectory" partially, because some output files are out of date with respect to their input files.
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/CITooling-Module.psm1" to "bin/VSMac/Powershell/CITooling-Module.psm1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-MonoFromWrench.ps1" to "bin/VSMac/Powershell/Get-MonoFromWrench.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-ProductFromWrench.ps1" to "bin/VSMac/Powershell/Get-ProductFromWrench.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-ProductsFromReleaseManifest.ps1" to "bin/VSMac/Powershell/Get-ProductsFromReleaseManifest.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Get-XamarinIOSFromWrench.ps1" to "bin/VSMac/Powershell/Get-XamarinIOSFromWrench.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Install-Product.ps1" to "bin/VSMac/Powershell/Install-Product.ps1".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/Powershell/Install-RemoteProduct.ps1" to "bin/VSMac/Powershell/Install-RemoteProduct.ps1".
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/Resources/TemplateTests/MacTests.json" to "bin/VSMac/Resources/TemplateTests/MacTests.json".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/Resources/TemplateTests/FormsFileTests.json" to "bin/VSMac/Resources/TemplateTests/FormsFileTests.json".
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj/VSMac/XQA.XS.Tests.dll" to "bin/VSMac/XQA.XS.Tests.dll".
XQA.XS.Tests -> /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/bin/VSMac/XQA.XS.Tests.dll
Copying file from "obj/VSMac/XQA.XS.Tests.pdb" to "bin/VSMac/XQA.XS.Tests.pdb".
AfterBuild:
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/build/XCTestAgentUITests.xctest/Contents/Info.plist" to "bin/VSMac/XCTestAgentUITests.xctest/Contents/Info.plist".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/build/XCTestAgentUITests.xctest/Contents/MacOS/XCTestAgentUITests" to "bin/VSMac/XCTestAgentUITests.xctest/Contents/MacOS/XCTestAgentUITests".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/packages/Xamarin.UITest.Desktop.0.0.17/build/XCTestAgentUITests.xctest/Contents/_CodeSignature/CodeResources" to "bin/VSMac/XCTestAgentUITests.xctest/Contents/_CodeSignature/CodeResources".
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (default targets).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/XQA.CITooling.Tests.csproj" (9) on node 1 (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.5/csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702,1705,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NET461 /highentropyva+ /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/mscorlib.dll /reference:/Users/globallogic/.nuget/packages/newtonsoft.json/10.0.2/lib/net45/Newtonsoft.Json.dll /reference:/Users/globallogic/.nuget/packages/nunit/3.7.1/lib/net45/nunit.framework.dll /reference:/Users/globallogic/.nuget/packages/octokit/0.29.0/lib/net45/Octokit.dll /reference:/Users/globallogic/.nuget/packages/polly/4.3.0/lib/net45/Polly.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Drawing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.IO.Compression.FileSystem.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Runtime.Serialization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.Linq.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/bin/Debug/net461/XQA.CITooling.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/bin/Debug/XQA.Core.dll /reference:/Users/globallogic/.nuget/packages/xqa.models/2.0.8/lib/portable45-net45+win8+wpa81/XQA.Models.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /nologo /optimize- /out:obj/Debug/net461/XQA.CITooling.Tests.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ CIBuildTests.cs ReleaseManifestTests.cs "/var/folders/mf/98jbtlz56xz_9l5zzfq8j6hm0000gn/T/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs" obj/Debug/net461/XQA.CITooling.Tests.AssemblyInfo.cs /warnaserror+:NU1605
_CopyFilesMarkedCopyLocal:
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/bin/Debug/net461/XQA.CITooling.dll" to "bin/Debug/net461/XQA.CITooling.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling/bin/Debug/net461/XQA.CITooling.pdb" to "bin/Debug/net461/XQA.CITooling.pdb".
Touching "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/obj/Debug/net461/XQA.CITooling.Tests.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj/Debug/net461/XQA.CITooling.Tests.dll" to "bin/Debug/net461/XQA.CITooling.Tests.dll".
XQA.CITooling.Tests -> /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/bin/Debug/net461/XQA.CITooling.Tests.dll
Copying file from "obj/Debug/net461/XQA.CITooling.Tests.pdb" to "bin/Debug/net461/XQA.CITooling.Tests.pdb".
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.CITooling.Tests/XQA.CITooling.Tests.csproj" (default targets).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (1) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj.metaproj" (10) on node 1 (default targets).
Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj.metaproj" (10) is building "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj" (11) on node 1 (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.5/csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702,1705,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NET461 /highentropyva+ /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/mscorlib.dll /reference:/Users/globallogic/.nuget/packages/newtonsoft.json/10.0.2/lib/net45/Newtonsoft.Json.dll /reference:/Users/globallogic/.nuget/packages/nunit/3.7.1/lib/net45/nunit.framework.dll /reference:/Users/globallogic/.nuget/packages/razorengine/3.10.0/lib/net45/RazorEngine.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Drawing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.IO.Compression.FileSystem.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Runtime.Serialization.dll /reference:/Users/globallogic/.nuget/packages/microsoft.aspnet.razor/3.0.0/lib/net45/System.Web.Razor.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/System.Xml.Linq.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Core/bin/Debug/XQA.Core.dll /reference:/Users/globallogic/.nuget/packages/xqa.models/2.0.9/lib/portable45-net45+win8+wpa81/XQA.Models.dll /reference:/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/bin/Debug/net461/XQA.TestReport.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/4.6.1-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:portable /filealign:512 /nologo /optimize- /out:obj/Debug/net461/XQA.TestReport.Tests.dll /subsystemversion:6.00 /target:library /warnaserror- /utf8output /deterministic+ DevelopmentTests.cs "/var/folders/mf/98jbtlz56xz_9l5zzfq8j6hm0000gn/T/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs" obj/Debug/net461/XQA.TestReport.Tests.AssemblyInfo.cs /warnaserror+:NU1605
_CopyFilesMarkedCopyLocal:
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/bin/Debug/net461/XQA.TestReport.dll" to "bin/Debug/net461/XQA.TestReport.dll".
Copying file from "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport/bin/Debug/net461/XQA.TestReport.pdb" to "bin/Debug/net461/XQA.TestReport.pdb".
Touching "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/obj/Debug/net461/XQA.TestReport.Tests.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
Skipping target "_CopyOutOfDateSourceItemsToOutputDirectory" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
Copying file from "obj/Debug/net461/XQA.TestReport.Tests.dll" to "bin/Debug/net461/XQA.TestReport.Tests.dll".
XQA.TestReport.Tests -> /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/bin/Debug/net461/XQA.TestReport.Tests.dll
Copying file from "obj/Debug/net461/XQA.TestReport.Tests.pdb" to "bin/Debug/net461/XQA.TestReport.Tests.pdb".
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj" (default targets).
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.TestReport.Tests/XQA.TestReport.Tests.csproj.metaproj" (default targets).
Done Building Project "/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (Build target(s)).
Build succeeded.
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (Build target) (1) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj" (default target) (2) ->
(CoreCompile target) ->
InstallationTests.cs(28,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(30,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(32,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(34,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(36,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(38,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(40,17): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(42,20): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(265,78): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(270,43): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(298,34): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(322,35): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(328,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(333,37): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(338,32): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(48,79): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(18,31): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(30,31): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(30,53): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(30,75): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(17,51): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(18,85): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(20,38): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(21,72): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(23,45): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(24,79): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(25,45): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(26,79): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(28,45): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(29,79): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(30,45): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(31,79): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(33,54): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(34,88): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(36,42): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(38,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(39,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(40,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(42,75): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(44,47): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(45,52): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(46,48): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(17,37): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(13,13): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(14,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(15,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(16,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(17,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(12,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(13,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(14,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(15,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/GetInstalledVersionTests.cs(16,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(25,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(25,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(25,58): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(26,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(26,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(26,58): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(27,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(27,31): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(27,48): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(28,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(28,44): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(28,61): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(29,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(29,44): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(29,61): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(38,14): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(47,14): warning CS0618: 'EnumExtensionsTests.SampleTLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/EnumExtensionsTests.cs(48,14): warning CS0618: 'EnumExtensionsTests.SampleTLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductInstallTests.cs(26,22): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductInstallTests.cs(26,66): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductInstallTests.cs(36,28): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstallationHelperTests.cs(26,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstallationHelperTests.cs(48,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstallationHelperTests.cs(70,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstallationHelperTests.cs(92,41): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(55,22): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(67,28): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(68,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(68,49): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(69,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(69,49): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(70,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(70,58): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(71,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(71,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(72,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(72,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(73,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(73,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(74,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(74,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(75,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(75,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(76,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(76,46): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(77,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(77,56): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(78,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(78,57): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(79,9): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(79,52): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(82,13): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(100,26): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
CheckoutHelper.cs(57,20): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
CheckoutHelper.cs(57,114): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(110,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(111,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(112,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(113,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(114,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(115,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(119,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(128,28): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(128,45): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(128,62): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(129,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(130,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/ProductVersionTests.cs(133,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(74,28): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(76,56): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(87,13): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/WrenchClientTests.cs(29,12): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstalledProductsTest.cs(15,71): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/InstalledProductsTest.cs(25,63): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(104,16): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(116,34): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(119,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(126,34): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(129,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(136,34): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(139,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(146,34): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(149,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(156,30): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(159,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(166,30): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(169,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(179,4): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(209,68): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(222,64): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(26,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(28,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(31,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(32,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(35,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(38,10): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
Tests/PlatformSetupTests.cs(44,31): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(236,16): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
InstallationTests.cs(267,43): warning CS0612: 'Product' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Shared/XQA.Shared.csproj]
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (Build target) (1) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (default target) (5) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/XQA.Ide.csproj" (default target) (7:2) ->
Wrench/TestReportHelper.cs(23,30): warning CS0649: Field 'TestReportHelper.products' is never assigned to, and will always have its default value null [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.Ide/XQA.Ide.csproj]
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (Build target) (1) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (default target) (5) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj" (default target) (8:2) ->
(ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(2067,5): warning MSB3277: Found conflicts between different versions of "System.IO.Compression" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (Build target) (1) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (default target) (5) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj" (default target) (8:2) ->
(ResolveCodeAnalysisRuleSet target) ->
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets(141,9): warning MSB3884: Could not find rule set file "MinimumRecommendedRules.ruleset". [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (Build target) (1) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (default target) (5) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj" (default target) (8:2) ->
(CoreCompile target) ->
Controllers/Pads/Solution/Project.cs(4,7): warning CS0105: The using directive for 'XQA.Ide.Utilities' appeared previously in this namespace [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/GooglePlayServices/AddGooglePlayServices.cs(16,7): warning CS0105: The using directive for 'XQA.Core.Resiliency.Polly' appeared previously in this namespace [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Extensions/ToolbarExtensions.cs(14,7): warning CS0105: The using directive for 'XQA.XS.Controllers' appeared previously in this namespace [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/Android/AndroidBuild/AndroidBuildPanel.cs(52,63): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/Android/AndroidBuild/AndroidBuildPanel.cs(60,56): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/iOS/IOSBuildPanel.cs(32,45): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/iOS/IOSBuildPanel.cs(40,38): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/iOS/IOSBuildPanel.cs(49,59): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/ProjectOptions/iOS/IOSBuildPanel.cs(57,52): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/Publishing/SelectPublishingProvisioningProfile.cs(14,17): warning CS0108: 'SelectPublishingProvisioningProfile.DialogTitle' hides inherited member 'AbstractSignAndDistribute.DialogTitle'. Use the new keyword if hiding was intended. [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/ConfigureApp.cs(90,50): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/ConfigureApp.cs(59,49): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/ConfigureApp.cs(76,49): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/ConfigureApp.cs(94,17): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/ConfigureApp.cs(96,17): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/Login/MicrosoftLogin.cs(30,17): warning CS0414: The field 'MicrosoftLogin.MicrosoftDialogTitle' is assigned but its value is never used [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Dialogs/NewProject/NewProject.cs(37,14): warning CS0414: The field 'NewProjectDialog.TemplateSelectRetryCount' is assigned but its value is never used [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
Controllers/Menus/RunMenu.cs(21,19): warning CS0414: The field 'RunMenu.inspectLabel' is assigned but its value is never used [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS/XQA.XS.csproj]
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (Build target) (1) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (default target) (5) ->
(ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(2067,5): warning MSB3243: No way to resolve conflict between "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Choosing "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" arbitrarily. [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(2067,5): warning MSB3277: Found conflicts between different versions of "System.IO.Compression" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (Build target) (1) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (default target) (5) ->
(ResolveCodeAnalysisRuleSet target) ->
/Library/Frameworks/Mono.framework/Versions/5.10.1/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets(141,9): warning MSB3884: Could not find rule set file "MinimumRecommendedRules.ruleset". [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.sln" (Build target) (1) ->
"/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj" (default target) (5) ->
(CoreCompile target) ->
TemplateTests/AndroidTemplateTests.cs(33,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
TemplateTests/AndroidTemplateTests.cs(84,11): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
NuGetTests/PreReleaseNuGetTests.cs(51,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
NuGetTests/PreReleaseNuGetTests.cs(51,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
Activation/ActivationTests.cs(44,40): warning CS0612: 'ProductType' is obsolete [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Mac/MacBuildPanelTests.cs(50,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Mac/MacBuildPanelTests.cs(57,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Mac/MacBuildPanelTests.cs(72,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Mac/MacBuildPanelTests.cs(79,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Mac/MacBuildPanelTests.cs(86,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(49,42): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(50,39): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(53,26): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(48,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(57,35): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(60,26): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(55,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(64,35): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(67,77): warning CS0618: 'AndroidBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XAMSBuildPropertyNames and XQA.Core.XAMSBuildPropertyValues.HttpClientHandlers.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidBuildPanelTests.cs(67,55): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(50,27): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(51,20): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(54,25): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(49,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(58,20): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(61,25): warning CS0618: 'IOSBuildPanel.TLSType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.TlsProvider and XQA.Core.XIMSBuildPropertyValues.TlsProviders' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(56,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(71,41): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(72,34): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(75,25): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(70,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(79,34): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(82,25): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(77,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(86,34): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(89,25): warning CS0618: 'IOSBuildPanel.HttpClientHandlerType' is obsolete: 'Use XQA.Core.XIMSBuildPropertyNames.HttpClientHandler and XQA.Core.XIMSBuildPropertyValues.HttpClientHandlers' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/iOS/IOSBuildPanelTests.cs(84,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
EntitlementsSpecificTests/Android/EmbedAssemblyInNativeCode.cs(35,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
EntitlementsSpecificTests/Android/EmbedAssemblyInNativeCode.cs(45,55): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidAPKPerABITests.cs(34,4): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
FeaturesTest/Android/AndroidAPKPerABITests.cs(44,57): warning CS0618: 'XamarinStudioExtensions.AssertStringInFile(XamarinStudio, string, FileInfo, bool)' is obsolete: 'Use XQA.Core.ProjectModifier to ensure the element belongs to the correct property group.' [/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/XQA.XS.Tests.csproj]
217 Warning(s)
0 Error(s)
Time Elapsed 00:00:22.56
Finished executing task: Build
========================================
XSTest
========================================
Executing task: XSTest
NUnit Console Runner 3.6.1
Copyright (C) 2017 Charlie Poole
Runtime Environment
OS Version: MacOSX 16.7.0.0
CLR Version: 4.0.30319.42000
Test Files
/Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/bin/VSMac/XQA.XS.Tests.dll
Test Filters
Where: test == XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingiOS
Entered TestDataFactory ToTestCaseData
#[2018-04-09 23:30:13 +05:30] XQA: uname -s
#[2018-04-09 23:30:13 +05:30] XQA: Darwin
TestCaseData created: TestCreateBuildConsoleProject
TestCaseData created: TestCreateBuildLibrary
TestCaseData created: TestCreateBuildNUnitLibraryProject
Leaving TestDataFactory ToTestCaseData
#[2018-04-09 23:30:13 +05:30] XQA: sw_vers -productVersion
#[2018-04-09 23:30:13 +05:30] XQA: 10.12.6
#[2018-04-09 23:30:13 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.DotNetTemplateTests.TestCreateBuildDotNet' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildEmptyASPNoFramework
TestCaseData created: TestCreateBuildEmptyASPWithMVC
TestCaseData created: TestCreateBuildEmptyASPWithWebAPI
TestCaseData created: TestCreateBuildEmptyASPWithEverything
TestCaseData created: TestCreateASPMVC
TestCaseData created: TestCreateASPMVCAndWebAPI
TestCaseData created: TestCreateASPMVCWithAll
TestCaseData created: TestCreateASPForms
TestCaseData created: TestCreateASPFormsWithEverything
TestCaseData created: TestCreateASPFormsWithMVC
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildCocoaApp
TestCaseData created: TestCreateBuildSpriteKitGame
TestCaseData created: TestCreateBuildSceneKitGame
#[2018-04-09 23:30:13 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:13 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildMetalGame
TestCaseData created: TestCreateBuildMacClassLibrary
TestCaseData created: TestCreateBuildMacBindingLibrary
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildMacTodayExtension
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildMacFinderSyncExtension
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildMacShareExtension
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildDroidApp
TestCaseData created: TestCreateBuildWearApp
TestCaseData created: TestCreateBuildWebViewApp
TestCaseData created: TestCreateBuildBlankAndroidApp
TestCaseData created: TestCreateBuildOpenGLGame
TestCaseData created: TestCreateBuildOpenGLES20Game
TestCaseData created: TestCreateBuildOpenGLES30Game
TestCaseData created: TestCreateBuildDroidAppFSharp
TestCaseData created: TestCreateBuildOpenGLGameFSharp
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildAndroidClassLibrary
TestCaseData created: TestCreateBuildAndroidClassLibraryFSharp
TestCaseData created: TestCreateBuildAndroidUITestApp
TestCaseData created: TestCreateBuildAndroidUnitTestApp
TestCaseData created: TestCreateBuildAndroidUnitTestAppFSharp
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildIOSSingleViewApp
TestCaseData created: TestCreateBuildFSharpIOSSingleViewApp
TestCaseData created: TestCreateBuildIOSMasterDetailApp
TestCaseData created: TestCreateBuildIOSTabbedApp
TestCaseData created: TestCreateBuildIOSPageBasedApp
TestCaseData created: TestCreateBuildIOSWebViewApp
TestCaseData created: TestCreateBuildIOSSpriteKitGame
TestCaseData created: TestCreateBuildIOSSceneKitGame
TestCaseData created: TestCreateBuildIOSOpenGLGame
TestCaseData created: TestCreateBuildIOSUnitTestApp
TestCaseData created: TestCreateBuildFSharpIOSUnitTestApp
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildIOSSingleViewApp
TestCaseData created: TestCreateBuildFSharpIOSSingleViewApp
TestCaseData created: TestCreateBuildIOSMasterDetailApp
TestCaseData created: TestCreateBuildIOSTabbedApp
TestCaseData created: TestCreateBuildIOSPageBasedApp
TestCaseData created: TestCreateBuildIOSWebViewApp
TestCaseData created: TestCreateBuildIOSSpriteKitGame
TestCaseData created: TestCreateBuildIOSSceneKitGame
TestCaseData created: TestCreateBuildIOSOpenGLGame
TestCaseData created: TestCreateBuildIOSUnitTestApp
TestCaseData created: TestCreateBuildFSharpIOSUnitTestApp
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildIOSClassLibraryProject
TestCaseData created: TestCreateBuildFSharpIOSClassLibraryProject
TestCaseData created: TestCreateBuildIOSBindingLibraryProject
TestCaseData created: TestCreateBuildIOSUITestProject
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildIOSActionExtension
TestCaseData created: TestCreateBuildIOSAudioUnitExtension
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildIOSBroadcastUIExtension
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildIOSBroadcastUploadExtension
TestCaseData created: TestCreateBuildIOSCallDirectoryExtension
TestCaseData created: TestCreateBuildIOSContentBlockerExtension
TestCaseData created: TestCreateBuildIOSCustomKeyboardExtension
TestCaseData created: TestCreateBuildIOSDocumentPickerExtension
TestCaseData created: TestCreateBuildIOSDocumentPickerFileProviderExtension
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildIOSiMessageExtension
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildIOSIntentsExtension
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildIOSIntentsUIExtension
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildIOSNotificationContentExtension
TestCaseData created: TestCreateBuildIOSNotificationServiceExtension
TestCaseData created: TestCreateBuildIOSPhotoEditingExtension
TestCaseData created: TestCreateBuildIOSShareExtension
TestCaseData created: TestCreateBuildIOSSharedLinksExtension
TestCaseData created: TestCreateBuildIOSSpotlightIndexExtension
TestCaseData created: TestCreateBuildIOSTodayExtension
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildFormsAndroidIOSMobileBackend
TestCaseData created: TestCreateBuildFormsIOSMobileBackend
TestCaseData created: TestCreateBuildFormsAndroidMobileBackend
TestCaseData created: TestCreateBuildFormsAndroidIOSWithOutMobileBackend
TestCaseData created: TestCreateBuildFormsIOSWithOutMobileBackend
TestCaseData created: TestCreateBuildFormsAndroidWithOutMobileBackend
TestCaseData created: TestCreateBuildNativeApp
TestCaseData created: TestCreateBuildMultiPlatformSpriteKitGame
TestCaseData created: TestCreateBuildMultiPlatformSceneKitGame
TestCaseData created: TestCreateBuildMultiPlatformSharedProject
TestCaseData created: TestCreateBuildMultiPlatformPortableLibrary
TestCaseData created: TestCreateBuildMultiPlatformClassLibrary
TestCaseData created: TestCreateBuildMultiPlatformUITestApp
TestCaseData created: TestCreateBuildBlankFormsPCLAndroidIOS
TestCaseData created: TestCreateBuildBlankFormsPCLIOS
TestCaseData created: TestCreateBuildBlankFormsPCLAndroid
TestCaseData created: TestCreateBuildBlankFormsSharedAndroidIOS
TestCaseData created: TestCreateBuildBlankFormsSharedIOS
TestCaseData created: TestCreateBuildBlankFormsSharedAndroid
TestCaseData created: TestCreateBuildBlankNativeAppPCLAndroidIOS
TestCaseData created: TestCreateBuildBlankNativeAppPCLIOS
TestCaseData created: TestCreateBuildBlankNativeAppPCLAndroid
TestCaseData created: TestCreateBuildBlankNativeAppSharedAndroidIOS
TestCaseData created: TestCreateBuildBlankNativeAppSharedIOS
TestCaseData created: TestCreateBuildBlankNativeAppSharedAndroid
Leaving TestDataFactory ToTestCaseData
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.SimpleNuGetTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestIfReadmeTxtOpensiOS
TestCaseData created: TestIfReadmeTxtOpensAndroid
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestIfReadmeTxtOpensWhenUpdatingiOS
TestCaseData created: TestIfReadmeTxtOpensWhenUpdatingAndroid
Leaving TestDataFactory ToTestCaseData
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.AndroidOrgIdentifierTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.IOSOrgIdentifierTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.MultiPlatformsOrgIdentifierTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildMiscGenericProject
TestCaseData created: TestCreateBuildMiscPackagingProject
TestCaseData created: TestCreateBuildCCPlusSharedLibrary
TestCaseData created: TestCreateBuildCCPlusStaticLibrary
TestCaseData created: TestCreateBuildCCPlusConsoleProject
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateDroidAppWithoutInsightsAndEnable
TestCaseData created: TestCreateDroidAppFSharpWithoutInsightsAndEnable
TestCaseData created: TestCreateFormsAndroidIOSMobileBackendWithoutInsightsAndEnable
TestCaseData created: TestCreateFormsIOSMobileBackendWithoutInsightsAndEnable
TestCaseData created: TestCreateFormsAndroidMobileBackendWithoutInsightsAndEnable
TestCaseData created: TestCreateFormsAndroidIOSWithOutMobileBackendWithoutInsightsAndEnable
TestCaseData created: TestCreateFormsIOSWithOutMobileBackendWithoutInsightsAndEnable
TestCaseData created: TestCreateFormsAndroidWithOutMobileBackendWithoutInsightsAndEnable
TestCaseData created: TestCreateIOSSingleViewAppWithoutInsightsAndEnable
TestCaseData created: TestCreateFSharpIOSSingleViewAppWithoutInsightsAndEnable
Leaving TestDataFactory ToTestCaseData
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.CloneTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.StashManagerTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monodroid-samples/ApiDemo/ApiDemo.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='ApiDemo' | SolutionName='ApiDemo' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monodroid-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monodroid-samples/google-services/AdMobExample/AdMobExample.sln' | NeedsNugetRestore: 'True' | Data : '[ProjectName='AdMobExample' | SolutionName='AdMobExample' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monodroid-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monodroid-samples/android5.0/Cheesesquare/Cheesesquare.sln' | NeedsNugetRestore: 'True' | Data : '[ProjectName='Cheesesquare' | SolutionName='Cheesesquare' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monodroid-samples/android5.0' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/ios9/PictureInPicture/PictureInPicture.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='PictureInPicture' | SolutionName='PictureInPicture' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/CoreMidiSample/CoreMidiSample.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='CoreMidiSample' | SolutionName='CoreMidiSample' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/HttpClient/HttpClient.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='HttpClient' | SolutionName='HttpClient' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/MidiTest/MidiTest.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='MidiTest' | SolutionName='MidiTest' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/MotionGraphs/MotionGraphs.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='MotionGraphs' | SolutionName='MotionGraphs' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/OpenGL/OpenGL.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='OpenGL' | SolutionName='OpenGL' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/QuartzSample/QuartzSample.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='QuartzSample' | SolutionName='QuartzSample' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/SimpleCollectionView/SimpleCollectionView.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='SimpleCollectionView' | SolutionName='SimpleCollectionView' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/SpriteKitPhysicsCollisions/SpriteKitPhysicsCollisions.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='SpriteKitPhysicsCollisions' | SolutionName='SpriteKitPhysicsCollisions' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/Touches_GestureRecognizers/Touches_GestureRecognizers.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='Touches_GestureRecognizers' | SolutionName='Touches_GestureRecognizers' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/ios8/MetalImageProcessing/MetalImageProcessing.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='MetalImageProcessing' | SolutionName='MetalImageProcessing' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/ios8/SceneKitVehicle/SceneKitVehicle.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='SceneKitVehicle' | SolutionName='SceneKitVehicle' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/ios8/ToastModern/ToastModern.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='ToastModern' | SolutionName='ToastModern' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/ios9/SegueCatalog/SegueCatalog.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='SegueCatalog' | SolutionName='SegueCatalog' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/ios9/AstroLayout/AstroLayout.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='AstroLayout' | SolutionName='AstroLayout' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/ios9/MetalPerformanceShadersHelloWorld/MetalPerformanceShadersHelloWorld.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='MetalPerformanceShadersHelloWorld' | SolutionName='MetalPerformanceShadersHelloWorld' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/ios9/PhotoProgress/PhotoProgress.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='PhotoProgress' | SolutionName='PhotoProgress' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/monotouch-samples/intro-to-extensions/ContainerApp.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='DayCountExtension' | SolutionName='ContainerApp' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/monotouch-samples/intro-to-extensions' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/AzureTodoMac/AzureTodoMac.sln' | NeedsNugetRestore: 'True' | Data : '[ProjectName='AzureTodo.Mac' | SolutionName='AzureTodoMac' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/TouchBarExample/TouchBarExample.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='TouchBarExample' | SolutionName='TouchBarExample' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/NSCustomView/NSCustomView.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='NSCustomView' | SolutionName='NSCustomView' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/MacSourceLists/MacSourceLists.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='MacSourceLists' | SolutionName='MacSourceLists' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/GLFullScreen/GLFullScreen.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='GLFullScreen' | SolutionName='GLFullScreen' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/MarkdownViewer/Markdown.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='Markdown' | SolutionName='Markdown' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/yosemite/Bananas/Bananas.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='Bananas' | SolutionName='Bananas' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/MacDatabinding-XIBs/MacDatabinding.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='MacDatabinding' | SolutionName='MacDatabinding' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/MacDatabinding-Storyboard/MacDatabinding.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='MacDatabinding' | SolutionName='MacDatabinding' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/GLSLShader/GLSLShader.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='GLSLShader' | SolutionName='GLSLShader' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/yosemite/Earthquakes/Earthquakes.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='Earthquakes' | SolutionName='Earthquakes' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/yosemite/SceneKitSessionWWDC2014/Scene Kit Session WWDC 2014.sln' | NeedsNugetRestore: 'True' | Data : '[ProjectName='Scene Kit Session WWDC 2014' | SolutionName='Scene Kit Session WWDC 2014' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/MacDatabase/MacDatabase.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='MacDatabase' | SolutionName='MacDatabase' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/CoreWLANWirelessManager/CoreWLANWirelessManager.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='CoreWLANWirelessManager' | SolutionName='CoreWLANWirelessManager' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/MacInspector/MacInspector.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='MacInspector' | SolutionName='MacInspector' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/HeartRateMonitor/HeartRateMonitor.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='HeartRateMonitor' | SolutionName='HeartRateMonitor' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/HttpClient/HttpClient.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='HttpClient' | SolutionName='HttpClient' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/SourceWriter/SourceWriter.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='SourceWriter' | SolutionName='SourceWriter' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/NSOutlineViewAndTableView/NSOutlineViewAndTableView.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='NSOutlineViewAndTableView' | SolutionName='NSOutlineViewAndTableView' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-samples/XMBindingExample/XMBindingExample/XMBindingExample.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='XMBindingExample' | SolutionName='XMBindingExample' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
Entered TestDataFactory ToTestCaseData
TestCaseData created: WatchOS1App
TestCaseData created: WatchOS2App
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: WatchOSSceneKitGame
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: WatchOSSpriteKitGame
TestCaseData created: WatchOSLibrary
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildTvOSSingleViewApp
TestCaseData created: TestCreateBuildTvOSTabbedApp
TestCaseData created: TestCreateBuildTvOSSpriteKitGame
TestCaseData created: TestCreateBuildTvOSSceneKitGame
TestCaseData created: TestCreateBuildTvOSMetalGame
TestCaseData created: TestCreateBuildTvOSClassLibrary
TestCaseData created: TestCreateBuildTvOSBindingsLibrary
Leaving TestDataFactory ToTestCaseData
Entered TestDataFactory ToTestCaseData
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildTvOSBroadcastUIExtension
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
TestCaseData created: TestCreateBuildTvOSBroadcastUploadExtension
TestCaseData created: TestCreateBuildTvOSExtensionServicesApp
Leaving TestDataFactory ToTestCaseData
#[2018-04-09 23:30:14 +05:30] XQA_INFO: The value of USE_MSBUILD_XS is ''
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.IOSPublishingTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.AndroidPublishingTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.DotNetCoreTemplateTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
Entered TestDataFactory ToTestCaseData
TestCaseData created: TestCreateBuildConsoleApplication
TestCaseData created: TestCreateBuildFSharpConsoleApplication
TestCaseData created: TestCreateBuildASPDotNetCoreEmpty
TestCaseData created: TestCreateBuildASPDotNetCoreWebAppMVC
TestCaseData created: TestCreateBuildASPDotNetCoreWebAPI
TestCaseData created: TestCreateBuildDotNetStandardLibrary
TestCaseData created: TestCreateBuildFSharpDotNetStandardLibrary
TestCaseData created: TestCreateBuildXUnitTestProject
TestCaseData created: TestCreateBuildFSharpXUnitTestProject
TestCaseData created: TestCreateBuildASPDotNetCoreWebApp
TestCaseData created: TestCreateBuildMSTestProject
TestCaseData created: TestCreateBuildFSharpMSTestProject
Leaving TestDataFactory ToTestCaseData
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.DotNetCoreNuGetTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.AddDisableClearBreakpoint' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.ConnectedServicesTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:14 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.AndroidAOTTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:14 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:14 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA: xcode-select -p
#[2018-04-09 23:30:15 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:30:15 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.AndroidProguardTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:15 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.EmbedAssemblyInNativeCodeTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:15 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-ios-samples/MetalKitEssentials/MetalKitEssentials.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='MetalKitEssentials.Mac' | SolutionName='MetalKitEssentials' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-ios-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:15 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/mac-ios-samples/SceneKitReel/SceneKitReel.sln' | NeedsNugetRestore: 'False' | Data : '[ProjectName='SceneKitReelMac' | SolutionName='SceneKitReel' | ProjectExtension='.csproj' | ProjectWithinSolution='False' | Location='/Users/globallogic/Desktop/mac-ios-samples' | SolutionDirectory='' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:15 +05:30] XQA_INFO: MacOS SemVer required for test 'XQA.XS.Tests.IOSTemplatePublishingTests' is [>=10.12]. Found: 10.12.0. The test/fixture would run: True
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.MacSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.TvOSSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.TvOSSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.AndroidSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.AndroidSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.IOSSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.IOSSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.IOSSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.IOSSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.IOSSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.IOSSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
#[2018-04-09 23:30:15 +05:30] XQA_INFO: Skipping test [XQA.Ide.TvOSSampleOptions] DispatchQueueException for Dispatch Queue exception - Dispatch Queue exception because one of these bugs is still not fixed - 58352
Password:
=> XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingiOS
#[2018-04-09 23:30:57 +05:30] XQA_INFO: [Resiliency.Polly.Policies]: Delegate has thrown System.TypeLoadException: Could not load type of field 'Microsoft.WindowsAzure.Storage.Blob.BlobEncryptionPolicy:<Key>k__BackingField' (1) due to: Could not load file or assembly 'Microsoft.Azure.KeyVault.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. assembly:Microsoft.Azure.KeyVault.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 type:<unknown type> member:(null) signature:<none>
at Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob.UploadFromStream (System.IO.Stream source, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext) [0x00000] in <c69bf8bb7e9f4ff3a055a52f661f6fcd>:0
at Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob.UploadFromByteArray (System.Byte[] buffer, System.Int32 index, System.Int32 count, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext) [0x00014] in <c69bf8bb7e9f4ff3a055a52f661f6fcd>:0
at Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob.UploadText (System.String content, System.Text.Encoding encoding, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext) [0x0001c] in <c69bf8bb7e9f4ff3a055a52f661f6fcd>:0
at XQA.Core.AzureGistClient+<>c__DisplayClass6_0.<UploadStringWithContentType>b__0 () [0x00000] in <fd1c3113cc0847fe86dfedb3fac65758>:0
at Polly.RetrySyntax+<>c__DisplayClass10_0.<WaitAndRetry>b__1 () [0x00000] in <1b91e1eef2dd437f82921fe10cfdfe86>:0
at (wrapper delegate-invoke) System.Func`1[Polly.Utilities.EmptyStruct].invoke_TResult()
at Polly.Retry.RetryEngine.Implementation[TResult] (System.Func`1[TResult] action, System.Collections.Generic.IEnumerable`1[T] shouldRetryExceptionPredicates, System.Collections.Generic.IEnumerable`1[T] shouldRetryResultPredicates, System.Func`1[TResult] policyStateFactory) [0x0000e] in <1b91e1eef2dd437f82921fe10cfdfe86>:0 , retrying...
#[2018-04-09 23:31:22 +05:30] XQA: /usr/local/bin/cliclick -m verbose m:0,0
#[2018-04-09 23:31:22 +05:30] XQA: Move to 0,0
#[2018-04-09 23:32:39 +05:30] XQA: /usr/local/bin/cliclick -m verbose m:0,0
#[2018-04-09 23:32:39 +05:30] XQA: Move to 0,0
#[2018-04-09 23:32:39 +05:30] XQA: xcode-select -p
#[2018-04-09 23:32:39 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:32:46 +05:30] XQA: xcode-select -p
#[2018-04-09 23:32:46 +05:30] XQA: /Applications/Xcode9-GM.app/Contents/Developer
#[2018-04-09 23:32:46 +05:30] XQA: /Developer/MonoTouch/usr/bin/mtouch --listdev --sdkroot="/Applications/Xcode9-GM.app/Contents/Developer"
#[2018-04-09 23:33:08 +05:30] XQA: Using Xcode 9.2 found in /Applications/Xcode9-GM.app/Contents/Developer
Xamarin.Hosting: Xamarin.Hosting
Xamarin.Hosting: Version: de4dbb6 (d15-7)
Xamarin.Hosting: Xcode: /Applications/Xcode9-GM.app
Xamarin.Hosting: Xcode Version: 9.2
Xamarin.Hosting: Verbosity: 10
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/DVTiPhoneSimulatorRemoteClient
Xamarin.Hosting: Loaded /Library/Developer/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/DTDeviceKitBase
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTKit.framework/DVTKit
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DTDeviceKit.framework/DTDeviceKit
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DTXConnectionServices.framework/DTXConnectionServices
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTSourceControl.framework/DVTSourceControl
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTServices.framework/DVTServices
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTPortal.framework/DVTPortal
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftCore.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftDarwin.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftObjectiveC.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftDispatch.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftXPC.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftos.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftIOKit.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftCoreGraphics.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftFoundation.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftCoreData.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftCoreImage.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftQuartzCore.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/libswiftAppKit.dylib
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTDocumentation.framework/DVTDocumentation
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/DVTAnalyticsClient
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTAnalytics.framework/DVTAnalytics
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/SourceKit.framework/SourceKit
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DTGraphKit.framework/DTGraphKit
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/DVTDeveloperModeHelper
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DADocSetAccess.framework/DADocSetAccess
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DADocSetManagement.framework/DADocSetManagement
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DVTProducts.framework/DVTProducts
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/IDEKit.framework/IDEKit
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/IBFoundation.framework/IBFoundation
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/Frameworks/IBAutolayoutFoundation.framework/IBAutolayoutFoundation
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DebugHierarchyFoundation.framework/DebugHierarchyFoundation
Xamarin.Hosting: Loaded /Applications/Xcode9-GM.app/Contents/SharedFrameworks/DebugHierarchyKit.framework/DebugHierarchyKit
Xamarin.Hosting: Loaded Xcode plugins successfully.
Xamarin.Hosting: Device discovery started
Xamarin.Hosting: Device discovery event: Unsubscribed ()
Xamarin.Hosting: Device discovery stopped
#[2018-04-09 23:33:08 +05:30] XQA: /usr/local/bin/mobiledevice get_device_prop -u Using Xcode 9.2 found in /Applications/Xcode9-GM.app/Contents/Developer -t 5000 DeviceName
#[2018-04-09 23:33:08 +05:30] XQA: /usr/local/bin/mobiledevice get_device_prop -u Using Xcode 9.2 found in /Applications/Xcode9-GM.app/Contents/Developer -t 5000 ProductVersion
#[2018-04-09 23:33:08 +05:30] XQA_INFO: Found device version 'Invalid usage
mobiledevice help
Display this help screen
mobiledevice version [options]
Display program version.
Options:
-r: Include revision identifier
mobiledevice list_devices [options]
Display UDID of each connected devices.
Options:
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
-n <count> : Limit the number of devices to be printed
mobiledevice list_device_props [options]
List all property names of device.
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice get_device_prop [options] <prop_name>
Display value of device property with given name.
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice list_apps [options]
Lists all apps installed on device
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice list_app_props [options] <bundle_id>
List all property names of app with given bundle id.
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice get_app_prop [options] <bundle_id> <prop_name>
Display value of app property with given name.
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice install_app [options] <path_to_app>
Install app (.app folder) to device
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice uninstall_app [options] <bundle_id>
Uninstall app with given bundle id from device
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice tunnel [options] <from_port> <to_port>
Forward TCP connections to connected device
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice get_bundle_id <path_to_app>
Display bundle identifier of app (.app folder)' for device with UDID: 'Using Xcode 9.2 found in /Applications/Xcode9-GM.app/Contents/Developer'
#[2018-04-09 23:33:09 +05:30] XQA_INFO: Uploaded file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/bin/VSMac/TestResults/MapOverlaySampleDebuggingiOS/MapOverlaySampleDebuggingiOS.txt.180409233308 to http://xqa.blob.core.windows.net/gist/MapOverlaySampleDebuggingiOS.txt.180409233308-bd153a9e805f40c38ec014730b04d7a2.txt
#[2018-04-09 23:33:10 +05:30] XQA_INFO: Uploaded file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/bin/VSMac/TestResults/MapOverlayFormsDebuggingTests/MapOverlayFormsDebuggingTests.Ide.log.180409233309 to http://xqa.blob.core.windows.net/gist/MapOverlayFormsDebuggingTests.Ide.log.180409233309-124d68fa135a4385aa6f6506467ee715.txt
#[2018-04-09 23:34:02 +05:30] XQA_INFO: Uploaded file /Users/globallogic/Library/Preferences/VisualStudio/7.0/MonoDevelopProperties.xml.180409233401 to http://xqa.blob.core.windows.net/gist/MonoDevelopProperties.xml.180409233401-2e413fc77a34426689ab7e9051d7a4aa.txt
#[2018-04-09 23:34:02 +05:30] XQA_INFO: {
"Product": "Visual Studio for Mac",
"id": null,
"TestFullName": "XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingiOS",
"TestShortName": "MapOverlaySampleDebuggingiOS",
"Description": "Open Forms Sample named MapOverlay and debug it on iOS",
"Milliseconds": 0.0,
"Date": "2018-04-09T23:33:08.462453+05:30",
"Duration": "00:02:13.5880000",
"Performance": {
"Operations": [
{
"Guid": "6e5a595c-e4c3-474a-ba1b-a6c462ca8305",
"Id": "BuildAll",
"Category": "Build",
"Description": "Build project 'MapOverlay'",
"Duration": "00:00:43.0534110",
"StartMemoryUsage": {
"PrivateMemory": 1193,
"VirtualMemory": 0,
"WorkingSet": 0,
"PeakVirtualMemory": 5064,
"PagedSystemMemory": 0,
"PagedMemory": 0,
"NonPagedSystemMemory": 0
},
"EndMemoryUsage": {
"PrivateMemory": 1263,
"VirtualMemory": 0,
"WorkingSet": 0,
"PeakVirtualMemory": 5112,
"PagedSystemMemory": 0,
"PagedMemory": 0,
"NonPagedSystemMemory": 0
},
"SupplementalInformation": {
"TargetName": "Build",
"ProjectName": "MapOverlay"
},
"Logs": [],
"Artifacts": []
}
]
},
"Result": "Failed",
"Log": null,
"DidExecute": true,
"TotalAsserts": 0,
"Message": "System.TypeInitializationException : The type initializer for 'XQA.Core.iOS.XILib' threw an exception.\n ----> System.IO.InvalidDataException : Failed parsing deviceversion. Found version 'Invalid usage\nmobiledevice help\n Display this help screen\n\nmobiledevice version [options]\n Display program version.\n Options:\n -r: Include revision identifier\n\nmobiledevice list_devices [options]\n Display UDID of each connected devices.\n Options:\n -t <timeout>: Timeout (in ms) to wait for devices (default: 1)\n -n <count> : Limit the number of devices to be printed\n\nmobiledevice list_device_props [options]\n List all property names of device.\n Options:\n -u <udid> : Filter by device UDID (default: first detected device)\n -t <timeout>: Timeout (in ms) to wait for devices (default: 1)\n\nmobiledevice get_device_prop [options] <prop_name>\n Display value of device property with given name.\n Options:\n -u <udid> : Filter by device UDID (default: first detected device)\n -t <timeout>: Timeout (in ms) to wait for devices (default: 1)\n\nmobiledevice list_apps [options]\n Lists all apps installed on device\n Options:\n -u <udid> : Filter by device UDID (default: first detected device)\n -t <timeout>: Timeout (in ms) to wait for devices (default: 1)\n\nmobiledevice list_app_props [options] <bundle_id>\n List all property names of app with given bundle id.\n Options:\n -u <udid> : Filter by device UDID (default: first detected device)\n -t <timeout>: Timeout (in ms) to wait for devices (default: 1)\n\nmobiledevice get_app_prop [options] <bundle_id> <prop_name>\n Display value of app property with given name.\n Options:\n -u <udid> : Filter by device UDID (default: first detected device)\n -t <timeout>: Timeout (in ms) to wait for devices (default: 1)\n\nmobiledevice install_app [options] <path_to_app>\n Install app (.app folder) to device\n Options:\n -u <udid> : Filter by device UDID (default: first detected device)\n -t <timeout>: Timeout (in ms) to wait for devices (default: 1)\n\nmobiledevice uninstall_app [options] <bundle_id>\n Uninstall app with given bundle id from device\n Options:\n -u <udid> : Filter by device UDID (default: first detected device)\n -t <timeout>: Timeout (in ms) to wait for devices (default: 1)\n\nmobiledevice tunnel [options] <from_port> <to_port>\n Forward TCP connections to connected device\n Options:\n -u <udid> : Filter by device UDID (default: first detected device)\n -t <timeout>: Timeout (in ms) to wait for devices (default: 1)\n\nmobiledevice get_bundle_id <path_to_app>\n Display bundle identifier of app (.app folder)' for device with UDID 'Using Xcode 9.2 found in /Applications/Xcode9-GM.app/Contents/Developer'\n\n ----> System.ArgumentException : Version string portion was too short or too long.",
"StackTrace": " at XQA.XS.Extensions.DebuggingExtensions.FirstAttachedDevice (XQA.XS.Controllers.XamarinStudio studio, System.Collections.Generic.List`1[T] formFactors) [0x00001] in <f306379663db48338a5e36d951f87bb4>:0 \n at XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingOnDevice (XQA.XS.Options.Platforms platform) [0x00257] in <4b6eabd495e140f88330d4e3c5f1dee3>:0 \n at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)\n at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <a1b4bf925b8342a28967ab5f9a997fd2>:0 \n--InvalidDataException\n at XQA.Core.iOS.MobileDeviceWrapper.GetDeviceVersion (System.String deviceUDID) [0x00063] in <fd1c3113cc0847fe86dfedb3fac65758>:0 \n at XQA.Core.iOS.XIDevice.SetDeviceProperties () [0x0001a] in <fd1c3113cc0847fe86dfedb3fac65758>:0 \n at XQA.Core.iOS.XIDevice..ctor (System.String identifier) [0x00017] in <fd1c3113cc0847fe86dfedb3fac65758>:0 \n at XQA.Core.iOS.XILib.GetAttachedDevices (System.Boolean throwIfEmpty) [0x000c6] in <fd1c3113cc0847fe86dfedb3fac65758>:0 \n at XQA.Core.iOS.XILib..cctor () [0x000e2] in <fd1c3113cc0847fe86dfedb3fac65758>:0 \n--ArgumentException\n at System.Version+VersionResult.SetFailure (System.Version+ParseFailureKind failure, System.String argument) [0x0001c] in <a1b4bf925b8342a28967ab5f9a997fd2>:0 \n at System.Version+VersionResult.SetFailure (System.Version+ParseFailureKind failure) [0x00000] in <a1b4bf925b8342a28967ab5f9a997fd2>:0 \n at System.Version.TryParseVersion (System.String version, System.Version+VersionResult& result) [0x00029] in <a1b4bf925b8342a28967ab5f9a997fd2>:0 \n at System.Version.Parse (System.String input) [0x00023] in <a1b4bf925b8342a28967ab5f9a997fd2>:0 \n at System.Version..ctor (System.String version) [0x00014] in <a1b4bf925b8342a28967ab5f9a997fd2>:0 \n at XQA.Core.iOS.MobileDeviceWrapper.GetDeviceVersion (System.String deviceUDID) [0x00046] in <fd1c3113cc0847fe86dfedb3fac65758>:0 ",
"CommitHash": "080889d139dc278f4aabd09cb35402d076221524",
"CIInfo": null,
"BuildRepository": null,
"LaneName": null,
"Category": "",
"SupplementalInformation": {
"AboutInformationGist": "http://xqa.blob.core.windows.net/gist/log-449e239aef3a4c06a5d8ebd9e68a1f0f.txt"
},
"Environment": {
"BotName": "MININT-UI95OKN.fareast.corp.microsoft.com",
"OperatingSystem": "Mac OS X 10.12.6",
"XIVersion": "11.10.1.170",
"XMVersion": "4.4.1.169",
"XAVersion": "8.3.0.15",
"MonoVersion": "5.10.1.38 (2017-12/b4e428d7c41) (64-bit)",
"JavaVersion": "1.8.0_131",
"XcodeVersion": "9.2 (13772)",
"XVSVersion": null,
"DotNetVersion": null,
"XSVersion": "7.5 Preview (7.5 build 1109)",
"VSVersion": null
},
"Projects": [
{
"Id": 0,
"Name": "MapOverlay",
"AssemblyName": null,
"ProjectPath": "/Users/globallogic/Desktop/xamarin-forms-samples/CustomRenderers/Map/Circle/MapOverlay/MapOverlay.csproj",
"ProjectGuid": null,
"CommitHash": null,
"ProjectConfig": null,
"Device": null,
"UnitTestResults": [],
"BuildTargetResults": [
{
"Id": 0,
"TargetName": "Build",
"Milliseconds": 42787.0,
"Outcome": true,
"Duration": "00:00:42.7870000",
"Errors": [],
"Warnings": [],
"Messages": [],
"OutputAsGist": "http://xqa.blob.core.windows.net/gist/log-03962be092484f4daf1ae11450997d37.txt",
"AppArchive": null,
"Artifacts": [
{
"Id": 0,
"Length": 4331,
"CreationTime": "0001-01-01T00:00:00",
"FullName": "/Users/globallogic/Desktop/xamarin-forms-samples/CustomRenderers/Map/Circle/MapOverlay/MapOverlay.csproj",
"Name": "MapOverlay",
"Url": "http://xqa.blob.core.windows.net/gist/MapOverlay-da95e93d3af24af3b0dea4afe7bf1cff.txt"
}
]
}
]
}
],
"TestRailCases": [],
"BugzillaBugs": [],
"Screenshots": [
"http://xqa.blob.core.windows.net/gist/000-Workspace-Opened.png-aa1fbf33fad746dca440f97444d6bf1f.png",
"http://xqa.blob.core.windows.net/gist/001-Wait-Package-Added-SuccessorWarning.png-f7c7f72478c749a9b5ec256532c63a3f.png",
"http://xqa.blob.core.windows.net/gist/002-Solution-Selected.png-453c968276c94adfac0a830ad03b7c9a.png",
"http://xqa.blob.core.windows.net/gist/003-Selected-Project-MapOverlay.iOS.png-cb434501618a461fa36f9525da26913c.png",
"http://xqa.blob.core.windows.net/gist/004-Just-Finished-Building.png-a75c342cc46745dbb1a09ce7c3fa07ea.png",
"http://xqa.blob.core.windows.net/gist/005-Assert-Build-Completed.png-b813d0f0ee4942dc8903247fff620a70.png",
"http://xqa.blob.core.windows.net/gist/006-Solution-Selected.png-23f4e6e5466d4f3e86e38992b9ab4bd7.png",
"http://xqa.blob.core.windows.net/gist/007-Selected-Project-MapOverlay.iOS.png-d769ee526c4d4b92bd1605048b039efc.png",
"http://xqa.blob.core.windows.net/gist/008-Selected-Panel.png-953b10983cdd4ea89fdf9cbdc8175415.png",
"http://xqa.blob.core.windows.net/gist/009-IOS-Build-Selected.png-5bb8ce58aced424585b0cf027abb9052.png",
"http://xqa.blob.core.windows.net/gist/010-Selected-Linker-LinkFrameworkSDKsOnly.png-16d10695738141298e17798f4ca7c257.png",
"http://xqa.blob.core.windows.net/gist/011-Test-Failed.png-2c3240e781a44b359a3d0130dc1f6cb6.png"
],
"ReproductionSteps": [
"Under MenuBar, Project > Restore NuGet Packages",
"Wait for Package to be added with Success or Warning",
"Under MenuBar, View > Pads > Package Console",
"Under MenuBar, File > Save All",
"Click Cancel",
"Under MenuBar, View > Pads > Solution",
"Select project: MapOverlay.iOS",
"Right click on MapOverlay > MapOverlay.iOS and select 'Set As Startup Project'",
"Under MenuBar, Build > Build All",
"Under MenuBar, File > Save All",
"Click Cancel",
"Under MenuBar, View > Pads > Solution",
"Select project: MapOverlay.iOS",
"Right click on MapOverlay > MapOverlay.iOS and select Options",
"Select the Linker Behavior as 'Link Framework SDKs Only'",
"Check that the selected Linker Behavior is 'Link Framework SDKs Only'",
"Click button 'OK'"
],
"Command": {
"InitCommand": "git clone git@github.com:xamarin/QualityAssurance.git && cd QualityAssurance:Automation:XQA",
"BuildCommand": "./build.sh --target Build --configuration VSMac",
"RunCommand": "./build.sh --target XSTest --configuration VSMac -where=\"test == XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingiOS\""
},
"Logs": {
"IdeLog": [
"http://xqa.blob.core.windows.net/gist/PackageConsole-Add-All-7136e9a9633846fc9ea2409b324f48dd.txt",
"http://xqa.blob.core.windows.net/gist/MapOverlayFormsDebuggingTests.Ide.log.180409233309-124d68fa135a4385aa6f6506467ee715.txt",
"http://xqa.blob.core.windows.net/gist/MonoDevelopProperties.xml.180409233401-2e413fc77a34426689ab7e9051d7a4aa.txt"
],
"TestLog": "http://xqa.blob.core.windows.net/gist/MapOverlaySampleDebuggingiOS.txt.180409233308-bd153a9e805f40c38ec014730b04d7a2.txt"
},
"AboutInformation": "http://xqa.blob.core.windows.net/gist/log-449e239aef3a4c06a5d8ebd9e68a1f0f.txt",
"MemoryStats": {
"PrivateMemory": 1279,
"VirtualMemory": 0,
"WorkingSet": 0,
"PeakVirtualMemory": 5128,
"PagedSystemMemory": 0,
"PagedMemory": 0,
"NonPagedSystemMemory": 0
},
"XALicense": null,
"XILicense": null,
"XMLicense": null
}
#[2018-04-09 23:34:02 +05:30] XQA_INFO: Test Results processed
=> XQA.XS.Tests.MapOverlayFormsDebuggingTests
#[2018-04-09 23:30:15 +05:30] XQA_DEBUG: Found sample: [Path: '/Users/globallogic/Desktop/xamarin-forms-samples/CustomRenderers/Map/Circle/MapOverlay.sln' | NeedsNugetRestore: 'True' | Data : '[ProjectName='MapOverlay' | SolutionName='MapOverlay' | ProjectExtension='.csproj' | ProjectWithinSolution='True' | Location='/Users/globallogic/Desktop/xamarin-forms-samples/CustomRenderers/Map/Circle' | SolutionDirectory='CustomRenderers/Map/Circle' ]' | NeedsXMA: 'False']
#[2018-04-09 23:30:15 +05:30] XQA: defaults write "/Users/globallogic/Library/Preferences/com.microsoft.visual-studio.plist" com.monodevelop.AccessibilityEnabled true
#[2018-04-09 23:30:15 +05:30] XQA: defaults write "/Users/globallogic/Library/Preferences/com.xamarin.Inspector.plist" com.xamarin.Inspector.updater.queryFrequency Never
#[2018-04-09 23:30:15 +05:30] XQA: sudo rm -rf "/Users/globallogic/Library/Caches/VisualStudio/7.0"
#[2018-04-09 23:30:21 +05:30] XQA_INFO: Deleting the savedState for com.xamarin.visualstudio at /Users/globallogic/Library/Saved Application State/com.xamarin.visualstudio.savedState
#[2018-04-09 23:30:21 +05:30] XQA_INFO: Did not find saved state at '/Users/globallogic/Library/Saved Application State/com.xamarin.visualstudio.savedState'
#[2018-04-09 23:30:21 +05:30] XQA_INFO: Deleting the savedState for com.xamarin.visual-studio at /Users/globallogic/Library/Saved Application State/com.xamarin.visual-studio.savedState
#[2018-04-09 23:30:21 +05:30] XQA_INFO: Did not find saved state at '/Users/globallogic/Library/Saved Application State/com.xamarin.visual-studio.savedState'
#[2018-04-09 23:30:21 +05:30] XQA: pgrep -xil "VisualStudio"
The processes with name 'VisualStudio' is:
Command to kill processes: pkill -9 -xil "VisualStudio"
#[2018-04-09 23:30:21 +05:30] XQA: pkill -9 -xil "VisualStudio"
#[2018-04-09 23:30:21 +05:30] XQA: No matching processes belonging to you were found
Starting the WebDriver session at http://localhost:4622/wd/hub
#[2018-04-09 23:34:03 +05:30] XQA: pgrep -xil "VisualStudio"
The processes with name 'VisualStudio' is:
Command to kill processes: pkill -9 -xil "VisualStudio"
#[2018-04-09 23:34:03 +05:30] XQA: pkill -9 -xil "VisualStudio"
#[2018-04-09 23:34:03 +05:30] XQA: No matching processes belonging to you were found
#[2018-04-09 23:34:04 +05:30] XQA_INFO: Uploaded file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/bin/VSMac/TestResults/MapOverlaySampleDebuggingiOS/MapOverlaySampleDebuggingiOS.txt.180409233403 to http://xqa.blob.core.windows.net/gist/MapOverlaySampleDebuggingiOS.txt.180409233403-323627528b534148abecaac8aff40027.txt
#[2018-04-09 23:34:07 +05:30] XQA_INFO: Uploaded file /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/XQA.XS.Tests/bin/VSMac/TestResults/MapOverlayFormsDebuggingTests/MapOverlayFormsDebuggingTests.Ide.log.180409233404 to http://xqa.blob.core.windows.net/gist/MapOverlayFormsDebuggingTests.Ide.log.180409233404-a7c696ac20b345b2a804b4ba2ffda004.txt
#[2018-04-09 23:35:14 +05:30] XQA_INFO: Uploaded file /Users/globallogic/Library/Preferences/VisualStudio/7.0/MonoDevelopProperties.xml.180409233512 to http://xqa.blob.core.windows.net/gist/MonoDevelopProperties.xml.180409233512-1ebdba39ed904e5ba4be502c44bacb94.txt
#[2018-04-09 23:35:14 +05:30] XQA_INFO: {
"Product": "Visual Studio for Mac",
"id": null,
"TestFullName": "XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingiOS",
"TestShortName": "MapOverlaySampleDebuggingiOS",
"Description": "Open Forms Sample named MapOverlay and debug it on iOS",
"Milliseconds": 0.0,
"Date": "2018-04-09T23:34:03.77097+05:30",
"Duration": "00:02:13.5880000",
"Performance": {
"Operations": [
{
"Guid": "6e5a595c-e4c3-474a-ba1b-a6c462ca8305",
"Id": "BuildAll",
"Category": "Build",
"Description": "Build project 'MapOverlay'",
"Duration": "00:00:43.0534110",
"StartMemoryUsage": {
"PrivateMemory": 1193,
"VirtualMemory": 0,
"WorkingSet": 0,
"PeakVirtualMemory": 5064,
"PagedSystemMemory": 0,
"PagedMemory": 0,
"NonPagedSystemMemory": 0
},
"EndMemoryUsage": {
"PrivateMemory": 1263,
"VirtualMemory": 0,
"WorkingSet": 0,
"PeakVirtualMemory": 5112,
"PagedSystemMemory": 0,
"PagedMemory": 0,
"NonPagedSystemMemory": 0
},
"SupplementalInformation": {
"TargetName": "Build",
"ProjectName": "MapOverlay"
},
"Logs": [],
"Artifacts": []
}
]
},
"Result": "Failed",
"Log": null,
"DidExecute": true,
"TotalAsserts": 0,
"Message": "One or more child tests had errors",
"StackTrace": null,
"CommitHash": "080889d139dc278f4aabd09cb35402d076221524",
"CIInfo": null,
"BuildRepository": null,
"LaneName": null,
"Category": "",
"SupplementalInformation": {
"AboutInformationGist": "http://xqa.blob.core.windows.net/gist/log-449e239aef3a4c06a5d8ebd9e68a1f0f.txt"
},
"Environment": {
"BotName": "MININT-UI95OKN.fareast.corp.microsoft.com",
"OperatingSystem": "Mac OS X 10.12.6",
"XIVersion": "11.10.1.170",
"XMVersion": "4.4.1.169",
"XAVersion": "8.3.0.15",
"MonoVersion": "5.10.1.38 (2017-12/b4e428d7c41) (64-bit)",
"JavaVersion": "1.8.0_131",
"XcodeVersion": "9.2 (13772)",
"XVSVersion": null,
"DotNetVersion": null,
"XSVersion": "7.5 Preview (7.5 build 1109)",
"VSVersion": null
},
"Projects": [
{
"Id": 0,
"Name": "MapOverlay",
"AssemblyName": null,
"ProjectPath": "/Users/globallogic/Desktop/xamarin-forms-samples/CustomRenderers/Map/Circle/MapOverlay/MapOverlay.csproj",
"ProjectGuid": null,
"CommitHash": null,
"ProjectConfig": null,
"Device": null,
"UnitTestResults": [],
"BuildTargetResults": [
{
"Id": 0,
"TargetName": "Build",
"Milliseconds": 42787.0,
"Outcome": true,
"Duration": "00:00:42.7870000",
"Errors": [],
"Warnings": [],
"Messages": [],
"OutputAsGist": "http://xqa.blob.core.windows.net/gist/log-03962be092484f4daf1ae11450997d37.txt",
"AppArchive": null,
"Artifacts": [
{
"Id": 0,
"Length": 4331,
"CreationTime": "0001-01-01T00:00:00",
"FullName": "/Users/globallogic/Desktop/xamarin-forms-samples/CustomRenderers/Map/Circle/MapOverlay/MapOverlay.csproj",
"Name": "MapOverlay",
"Url": "http://xqa.blob.core.windows.net/gist/MapOverlay-da95e93d3af24af3b0dea4afe7bf1cff.txt"
}
]
}
]
}
],
"TestRailCases": [],
"BugzillaBugs": [],
"Screenshots": [
"http://xqa.blob.core.windows.net/gist/000-Workspace-Opened.png-e3141d0d2833491fbcc888387093e30e.png",
"http://xqa.blob.core.windows.net/gist/001-Wait-Package-Added-SuccessorWarning.png-35e9e8ff68954cf2be8a9187bff3f901.png",
"http://xqa.blob.core.windows.net/gist/002-Solution-Selected.png-db835b1f875c4bdfaffb173fde0414c3.png",
"http://xqa.blob.core.windows.net/gist/003-Selected-Project-MapOverlay.iOS.png-98cfe6c029904aafba58bfae6eee5440.png",
"http://xqa.blob.core.windows.net/gist/004-Just-Finished-Building.png-9277cf84c9bf4f3fa6071d7d18732de3.png",
"http://xqa.blob.core.windows.net/gist/005-Assert-Build-Completed.png-e1bca7fe8f7c4498a315477f98e0f9dd.png",
"http://xqa.blob.core.windows.net/gist/006-Solution-Selected.png-df48be01463f4f3e89f6fb7fb20a7600.png",
"http://xqa.blob.core.windows.net/gist/007-Selected-Project-MapOverlay.iOS.png-18854100234443a79d7a90691b9fb01d.png",
"http://xqa.blob.core.windows.net/gist/008-Selected-Panel.png-9400d4cfa5a648a9b53ba4b8a5b153cd.png",
"http://xqa.blob.core.windows.net/gist/009-IOS-Build-Selected.png-db451437456e4d7282319e6f072e0016.png",
"http://xqa.blob.core.windows.net/gist/010-Selected-Linker-LinkFrameworkSDKsOnly.png-54a5e28c4d9e4179bf13986681fb5782.png",
"http://xqa.blob.core.windows.net/gist/011-Test-Failed.png-4d49c2aeb297404589399ebbf9dcbddc.png",
"http://xqa.blob.core.windows.net/gist/012-Test-Failed.png-15d339b85cae44b987972372a5ca235b.png"
],
"ReproductionSteps": [
"Under MenuBar, Project > Restore NuGet Packages",
"Wait for Package to be added with Success or Warning",
"Under MenuBar, View > Pads > Package Console",
"Under MenuBar, File > Save All",
"Click Cancel",
"Under MenuBar, View > Pads > Solution",
"Select project: MapOverlay.iOS",
"Right click on MapOverlay > MapOverlay.iOS and select 'Set As Startup Project'",
"Under MenuBar, Build > Build All",
"Under MenuBar, File > Save All",
"Click Cancel",
"Under MenuBar, View > Pads > Solution",
"Select project: MapOverlay.iOS",
"Right click on MapOverlay > MapOverlay.iOS and select Options",
"Select the Linker Behavior as 'Link Framework SDKs Only'",
"Check that the selected Linker Behavior is 'Link Framework SDKs Only'",
"Click button 'OK'",
"Under MenuBar, File > Save All"
],
"Command": {
"InitCommand": "git clone git@github.com:xamarin/QualityAssurance.git && cd QualityAssurance:Automation:XQA",
"BuildCommand": "./build.sh --target Build --configuration VSMac",
"RunCommand": "./build.sh --target XSTest --configuration VSMac -where=\"test == XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingiOS\""
},
"Logs": {
"IdeLog": [
"http://xqa.blob.core.windows.net/gist/PackageConsole-Add-All-7136e9a9633846fc9ea2409b324f48dd.txt",
"http://xqa.blob.core.windows.net/gist/MapOverlayFormsDebuggingTests.Ide.log.180409233309-124d68fa135a4385aa6f6506467ee715.txt",
"http://xqa.blob.core.windows.net/gist/MonoDevelopProperties.xml.180409233401-2e413fc77a34426689ab7e9051d7a4aa.txt",
"http://xqa.blob.core.windows.net/gist/MapOverlayFormsDebuggingTests.Ide.log.180409233404-a7c696ac20b345b2a804b4ba2ffda004.txt",
"http://xqa.blob.core.windows.net/gist/MonoDevelopProperties.xml.180409233512-1ebdba39ed904e5ba4be502c44bacb94.txt"
],
"TestLog": "http://xqa.blob.core.windows.net/gist/MapOverlaySampleDebuggingiOS.txt.180409233403-323627528b534148abecaac8aff40027.txt"
},
"AboutInformation": "http://xqa.blob.core.windows.net/gist/log-449e239aef3a4c06a5d8ebd9e68a1f0f.txt",
"MemoryStats": {
"PrivateMemory": 1279,
"VirtualMemory": 0,
"WorkingSet": 0,
"PeakVirtualMemory": 5128,
"PagedSystemMemory": 0,
"PagedMemory": 0,
"NonPagedSystemMemory": 0
},
"XALicense": null,
"XILicense": null,
"XMLicense": null
}
#[2018-04-09 23:35:14 +05:30] XQA_INFO: Test Results processed
Errors, Failures and Warnings
1) Error : XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingiOS
System.TypeInitializationException : The type initializer for 'XQA.Core.iOS.XILib' threw an exception.
----> System.IO.InvalidDataException : Failed parsing deviceversion. Found version 'Invalid usage
mobiledevice help
Display this help screen
mobiledevice version [options]
Display program version.
Options:
-r: Include revision identifier
mobiledevice list_devices [options]
Display UDID of each connected devices.
Options:
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
-n <count> : Limit the number of devices to be printed
mobiledevice list_device_props [options]
List all property names of device.
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice get_device_prop [options] <prop_name>
Display value of device property with given name.
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice list_apps [options]
Lists all apps installed on device
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice list_app_props [options] <bundle_id>
List all property names of app with given bundle id.
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice get_app_prop [options] <bundle_id> <prop_name>
Display value of app property with given name.
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice install_app [options] <path_to_app>
Install app (.app folder) to device
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice uninstall_app [options] <bundle_id>
Uninstall app with given bundle id from device
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice tunnel [options] <from_port> <to_port>
Forward TCP connections to connected device
Options:
-u <udid> : Filter by device UDID (default: first detected device)
-t <timeout>: Timeout (in ms) to wait for devices (default: 1)
mobiledevice get_bundle_id <path_to_app>
Display bundle identifier of app (.app folder)' for device with UDID 'Using Xcode 9.2 found in /Applications/Xcode9-GM.app/Contents/Developer'
----> System.ArgumentException : Version string portion was too short or too long.
at XQA.XS.Extensions.DebuggingExtensions.FirstAttachedDevice (XQA.XS.Controllers.XamarinStudio studio, System.Collections.Generic.List`1[T] formFactors) [0x00001] in <f306379663db48338a5e36d951f87bb4>:0
at XQA.XS.Tests.MapOverlayFormsDebuggingTests.MapOverlaySampleDebuggingOnDevice (XQA.XS.Options.Platforms platform) [0x00257] in <4b6eabd495e140f88330d4e3c5f1dee3>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <a1b4bf925b8342a28967ab5f9a997fd2>:0
--InvalidDataException
at XQA.Core.iOS.MobileDeviceWrapper.GetDeviceVersion (System.String deviceUDID) [0x00063] in <fd1c3113cc0847fe86dfedb3fac65758>:0
at XQA.Core.iOS.XIDevice.SetDeviceProperties () [0x0001a] in <fd1c3113cc0847fe86dfedb3fac65758>:0
at XQA.Core.iOS.XIDevice..ctor (System.String identifier) [0x00017] in <fd1c3113cc0847fe86dfedb3fac65758>:0
at XQA.Core.iOS.XILib.GetAttachedDevices (System.Boolean throwIfEmpty) [0x000c6] in <fd1c3113cc0847fe86dfedb3fac65758>:0
at XQA.Core.iOS.XILib..cctor () [0x000e2] in <fd1c3113cc0847fe86dfedb3fac65758>:0
--ArgumentException
at System.Version+VersionResult.SetFailure (System.Version+ParseFailureKind failure, System.String argument) [0x0001c] in <a1b4bf925b8342a28967ab5f9a997fd2>:0
at System.Version+VersionResult.SetFailure (System.Version+ParseFailureKind failure) [0x00000] in <a1b4bf925b8342a28967ab5f9a997fd2>:0
at System.Version.TryParseVersion (System.String version, System.Version+VersionResult& result) [0x00029] in <a1b4bf925b8342a28967ab5f9a997fd2>:0
at System.Version.Parse (System.String input) [0x00023] in <a1b4bf925b8342a28967ab5f9a997fd2>:0
at System.Version..ctor (System.String version) [0x00014] in <a1b4bf925b8342a28967ab5f9a997fd2>:0
at XQA.Core.iOS.MobileDeviceWrapper.GetDeviceVersion (System.String deviceUDID) [0x00046] in <fd1c3113cc0847fe86dfedb3fac65758>:0
Run Settings
DisposeRunners: True
WorkDirectory: /Users/globallogic/Desktop/QualityAssurance/Automation/XQA
ImageRuntimeVersion: 4.0.30319
ImageTargetFrameworkName: .NETFramework,Version=v4.6.1
ImageRequiresX86: True
RunAsX86: True
ImageRequiresDefaultAppDomainAssemblyResolver: False
NumberOfTestWorkers: 4
Test Run Summary
Overall result: Failed
Test Count: 1, Passed: 0, Failed: 1, Warnings: 0, Inconclusive: 0, Skipped: 0
Failed Tests - Failures: 0, Errors: 1, Invalid: 0
Start time: 2018-04-09 18:00:12Z
End time: 2018-04-09 18:05:14Z
Duration: 301.721 seconds
Results (user) saved as /Users/globallogic/Desktop/QualityAssurance/Automation/XQA/TestResult.xml
An error occurred when executing task 'XSTest'.
Error: NUnit3: 1 test(s) failed (exit code 1).
MININT-UI95OKN:XQA globallogic$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment