SiliconStudio / xenko

Old repo for Xenko Game Engine. Please use https://github.com/xenko3d/xenko instead.
http://xenko.com
1.54k stars 343 forks source link

Issue Building Xenko Visual Studio Project #575

Open BrianAA opened 7 years ago

BrianAA commented 7 years ago

I have followed the instruction found here: https://github.com/SiliconStudio/xenko/blob/master/doc/GettingStarted.md

I have no problem cloning the project from the Git link. I installed autodesk FBX. I believe Ihave installed the visual studio SDK as well. I am just at a lost as to why things are not building correctly. I get 69 build successful and 16 failed

I am building the xenko.sln file first. I have not attempted to build any other platform. The error it throws are these

Severity Code Description Project File Line Suppression State Error CS0006 Metadata file 'C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.FBX.dll' could not be found SiliconStudio.Xenko.Assets.Models C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets.Models\CSC

Severity Code Description Project File Line Suppression State Error CS0234 The type or namespace name 'Execution' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) SiliconStudio.Xenko.VisualStudio.Package C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\BuildLogPipeGenerator.cs

Tells me some name spaces could not be found like framework, buildeventsArgs etc.

Any help would be great as to clarify what is the issue. Thank you

here is the build log: Restoring NuGet packages... To prevent NuGet from restoring packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages during build.' 1>------ Build started: Project: SiliconStudio.Core.Native, Configuration: Debug Any CPU ------ 2>------ Build started: Project: Irony, Configuration: Debug Any CPU ------ 3>------ Build started: Project: SiliconStudio.ExecServer, Configuration: Debug Any CPU ------ 4>------ Build started: Project: SiliconStudio.NugetPackageRewriter, Configuration: Debug Any CPU ------ 5>------ Build started: Project: SiliconStudio.CoreCLRBuilder, Configuration: Debug Any CPU ------ 4> SiliconStudio.NugetPackageRewriter -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.NugetPackageRewriter.exe 5> SiliconStudio.CoreCLRBuilder -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.CoreCLRBuilder.exe 2> Irony -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\Irony.dll 3> SiliconStudio.ExecServer -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.ExecServer.exe 6>------ Build started: Project: SiliconStudio.Assets.CompilerClient, Configuration: Debug Any CPU ------ 6> SiliconStudio.Assets.CompilerClient -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe 1> SiliconStudio.Core.Native -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Native.dll 1> dllmain.cpp 1> Creating library C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x86\libcore.lib and object C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x86\libcore.exp 1> WindowsDesktop.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x86\libcore.dll 1> WindowsDesktop.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x86\libcore.pdb (Full PDB) 1> dllmain.cpp 1> Creating library C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x64\libcore.lib and object C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x64\libcore.exp 1> WindowsDesktop.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x64\libcore.dll 1> WindowsDesktop.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x64\libcore.pdb (Full PDB) 7>------ Build started: Project: SiliconStudio.Core, Configuration: Debug Any CPU ------ 7>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core\Threading\Dispatcher.cs(689,24,689,29): warning CS0649: Field 'Dispatcher.DispatcherNode.Count' is never assigned to, and will always have its default value 0 7>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core\Threading\Dispatcher.cs(688,31,688,37): warning CS0649: Field 'Dispatcher.DispatcherNode.Caller' is never assigned to, and will always have its default value null 7>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core\Threading\Dispatcher.cs(690,29,690,38): warning CS0649: Field 'Dispatcher.DispatcherNode.TotalTime' is never assigned to, and will always have its default value 7> Patch for assembly [SiliconStudio.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 7> SiliconStudio.Core -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.dll 8>------ Build started: Project: SiliconStudio.Core.MicroThreading, Configuration: Debug Any CPU ------ 9>------ Build started: Project: SiliconStudio.Core.IO, Configuration: Debug Any CPU ------ 8> Patch for assembly [SiliconStudio.Core.MicroThreading, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 8> SiliconStudio.Core.MicroThreading -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.MicroThreading.dll 9> Patch for assembly [SiliconStudio.Core.IO, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 9> SiliconStudio.Core.IO -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.IO.dll 10>------ Build started: Project: SiliconStudio.Core.Serialization, Configuration: Debug Any CPU ------ 10> Patch for assembly [SiliconStudio.Core.Serialization, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 10> SiliconStudio.Core.Serialization -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Serialization.dll 11>------ Build started: Project: SiliconStudio.Core.Mathematics, Configuration: Debug Any CPU ------ 12>------ Build started: Project: SiliconStudio.Core.Reflection, Configuration: Debug Any CPU ------ 13>------ Build started: Project: SiliconStudio.Shaders, Configuration: Debug Any CPU ------ 14>------ Build started: Project: SiliconStudio.StorageTool, Configuration: Debug Any CPU ------ 15>------ Build started: Project: SiliconStudio.Core.Tests, Configuration: Debug Any CPU ------ 15>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Tests\TestContentManager.cs(72,10,72,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 15>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Tests\TestLogger.cs(110,76,110,109): warning CS0618: 'Is.StringContaining(string)' is obsolete: 'Deprecated, use Does.Contain' 15> Patch for assembly [SiliconStudio.Core.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 15> SiliconStudio.Core.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Tests.dll 14> SiliconStudio.StorageTool -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.StorageTool.exe 12>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Reflection\TypeDescriptors\ObjectDescriptor.cs(109,35,109,41): warning CS0168: The variable 'member' is declared but never used 12>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Reflection\TypeDescriptors\DictionaryDescriptor.cs(275,20,275,30): warning CS0618: 'TypeHelper' is obsolete: 'This class will be removed in a future version' 12>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Reflection\TypeDescriptors\DictionaryDescriptor.cs(275,20,275,49): warning CS0618: 'TypeHelper.IsDictionary(Type)' is obsolete: 'This method will be removed in a future version' 12>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Reflection\TypeDescriptors\CollectionDescriptor.cs(290,20,290,30): warning CS0618: 'TypeHelper' is obsolete: 'This class will be removed in a future version' 12>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Reflection\TypeDescriptors\CollectionDescriptor.cs(290,20,290,49): warning CS0618: 'TypeHelper.IsCollection(Type)' is obsolete: 'This method will be removed in a future version' 12> SiliconStudio.Core.Reflection -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Reflection.dll 16>------ Build started: Project: SiliconStudio.Core.Yaml, Configuration: Debug Any CPU ------ 16>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Yaml\Serialization\Serializers\PrimitiveSerializer.cs(124,21,124,26): warning CS0162: Unreachable code detected 16> SiliconStudio.Core.Yaml -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Yaml.dll 17>------ Build started: Project: SiliconStudio.Xenko.VisualStudio.Package, Configuration: Debug Any CPU ------ 18>------ Build started: Project: SiliconStudio.Core.Yaml.Tests, Configuration: Debug Any CPU ------ 11> Patch for assembly [SiliconStudio.Core.Mathematics, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 11> SiliconStudio.Core.Mathematics -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Mathematics.dll 19>------ Build started: Project: SiliconStudio.Xenko, Configuration: Debug Any CPU ------ 20>------ Build started: Project: SiliconStudio.Xenko.Native, Configuration: Debug Any CPU ------ 21>------ Build started: Project: SiliconStudio.Core.Design, Configuration: Debug Any CPU ------ 22>------ Build started: Project: SiliconStudio.Xenko.Assimp, Configuration: Debug Any CPU ------ 18>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Yaml.Tests\Serialization\SerializationTests2.cs(1337,28,1337,34): warning CS0628: 'SerializationTests2.MyClassImmutable.Equals(SerializationTests2.MyClassImmutable)': new protected member declared in sealed class 18> Patch for assembly [SiliconStudio.Core.Yaml.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 18> SiliconStudio.Core.Yaml.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Yaml.Tests.dll 19> Patch for assembly [SiliconStudio.Xenko, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 19> SiliconStudio.Xenko -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.dll 23>------ Build started: Project: SiliconStudio.Xenko.Shaders, Configuration: Debug Any CPU ------ 24>------ Build started: Project: SiliconStudio.ImageComparerService, Configuration: Debug Any CPU ------ 22> SiliconStudio.Xenko.Assimp -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assimp.dll 25>------ Build started: Project: SiliconStudio.Xenko.Assimp.Translation, Configuration: Debug x64 ------ 21>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design\Settings\SettingsContainer.cs(147,30,147,31): warning CS0168: The variable 'e' is declared but never used 21> Patch for assembly [SiliconStudio.Core.Design, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 21> SiliconStudio.Core.Design -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Design.dll 23> Patch for assembly [SiliconStudio.Xenko.Shaders, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 23> SiliconStudio.Xenko.Shaders -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Shaders.dll 26>------ Build started: Project: SiliconStudio.BuildEngine.Common, Configuration: Debug Any CPU ------ 27>------ Build started: Project: SiliconStudio.Quantum, Configuration: Debug Any CPU ------ 28>------ Build started: Project: SiliconStudio.Presentation, Configuration: Debug Any CPU ------ 29>------ Build started: Project: SiliconStudio.Xenko.FixProjectReferences, Configuration: Debug Any CPU ------ 30>------ Build started: Project: SiliconStudio.ProjectTemplating, Configuration: Debug Any CPU ------ 31>------ Build started: Project: SiliconStudio.Core.Design.Tests, Configuration: Debug Any CPU ------ 25>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3101: Could not write state file "obj\Windows-Direct3D11\SiliconStudio.Xenko.Assimp.Translation.vcxprojResolveAssemblyReference.cache". Could not find a part of the path 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.Assimp.Translation\obj\Windows-Direct3D11\SiliconStudio.Xenko.Assimp.Translation.vcxprojResolveAssemblyReference.cache'. 25> Materials.cpp 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\ObjectContent.cs(36,32,36,37): warning CS0672: Member 'ObjectContent.Value' overrides obsolete member 'ContentNode.Value'. Add the Obsolete attribute to 'ObjectContent.Value'. 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\BoxedContent.cs(42,51,42,56): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\BoxedContent.cs(46,51,46,56): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\BoxedContent.cs(63,52,63,57): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\ContentNode.cs(67,37,67,42): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\ObjectContent.cs(84,53,84,58): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(75,29,75,34): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(100,29,100,34): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(123,29,123,34): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(146,25,146,30): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(219,51,219,56): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(223,51,223,56): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(251,48,251,53): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\DefaultNodeBuilder.cs(180,23,180,36): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 27> Patch for assembly [SiliconStudio.Quantum, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 27> SiliconStudio.Quantum -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Quantum.dll 32>------ Build started: Project: SiliconStudio.Quantum.Tests, Configuration: Debug Any CPU ------ 29> SiliconStudio.Xenko.FixProjectReferences -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.FixProjectReferences.exe 33>------ Build started: Project: SiliconStudio.Xenko.Code.Tests, Configuration: Debug Any CPU ------ 33> SiliconStudio.Xenko.Code.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Code.Tests.dll 30> Patch for assembly [SiliconStudio.ProjectTemplating, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 30> SiliconStudio.ProjectTemplating -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.ProjectTemplating.dll 34>------ Build started: Project: SiliconStudio.ProjectTemplating.Tests, Configuration: Debug Any CPU ------ 34> SiliconStudio.ProjectTemplating.Tests -> C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ProjectTemplating.Tests\bin\Debug\SiliconStudio.ProjectTemplating.Tests.exe 25> .NETFramework,Version=v4.6.2.AssemblyAttributes.cpp 26> Patch for assembly [SiliconStudio.BuildEngine.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 26> SiliconStudio.BuildEngine.Common -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.BuildEngine.Common.dll 35>------ Build started: Project: SiliconStudio.BuildEngine.Tests, Configuration: Debug Any CPU ------ 32> Patch for assembly [SiliconStudio.Quantum.Tests, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null] 32> SiliconStudio.Quantum.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Quantum.Tests.dll 17> Restoring NuGet packages... 17> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'. 17> Feeds used: 17> C:\Users\baa\.nuget\packages\ 17> https://api.nuget.org/v3/index.json 17> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 17> 17> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\packages.config are already installed. 17>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 17>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build.Engine, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 17>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(9,23,9,32): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\BuildLogPipeGenerator.cs(7,23,7,32): error CS0234: The type or namespace name 'Execution' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildSubmissionAwaitExtensions.cs(4,23,4,32): error CS0234: The type or namespace name 'Execution' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\XenkoCommands.cs(11,23,11,32): error CS0234: The type or namespace name 'Execution' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\XenkoCommands.cs(12,23,12,32): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core\Diagnostics\CallerInfo.cs(49,23,49,33): warning CS0436: The type 'CallerInfo' in 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\..\..\common\core\SiliconStudio.Core\Diagnostics\CallerInfo.cs' conflicts with the imported type 'CallerInfo' in 'SiliconStudio.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\..\..\common\core\SiliconStudio.Core\Diagnostics\CallerInfo.cs'. 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildSubmissionAwaitExtensions.cs(12,59,12,74): error CS0246: The type or namespace name 'BuildSubmission' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildSubmissionAwaitExtensions.cs(12,28,12,39): error CS0246: The type or namespace name 'BuildResult' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildSubmissionAwaitExtensions.cs(19,46,19,61): error CS0246: The type or namespace name 'BuildSubmission' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(109,41,109,53): error CS0246: The type or namespace name 'IEventSource' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(134,50,134,69): error CS0246: The type or namespace name 'BuildErrorEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(147,52,147,73): error CS0246: The type or namespace name 'BuildWarningEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(162,13,162,27): error CS0246: The type or namespace name 'BuildEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(203,52,203,73): error CS0246: The type or namespace name 'BuildMessageEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(264,57,264,78): error CS0246: The type or namespace name 'BuildStartedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(279,58,279,80): error CS0246: The type or namespace name 'BuildFinishedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(294,59,294,82): error CS0246: The type or namespace name 'ProjectStartedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(305,60,305,84): error CS0246: The type or namespace name 'ProjectFinishedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(317,58,317,80): error CS0246: The type or namespace name 'TargetStartedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(330,59,330,82): error CS0246: The type or namespace name 'TargetFinishedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(345,56,345,76): error CS0246: The type or namespace name 'TaskStartedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(358,57,358,78): error CS0246: The type or namespace name 'TaskFinishedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(375,51,375,71): error CS0246: The type or namespace name 'CustomBuildEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(387,38,387,55): error CS0246: The type or namespace name 'MessageImportance' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(422,46,422,60): error CS0246: The type or namespace name 'BuildEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(109,30,109,40): error CS0115: 'IDEBuildLogger.Initialize(IEventSource)': no suitable method found to override 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(25,27,25,41): error CS0534: 'IDEBuildLogger' does not implement inherited abstract member 'Logger.Initialize(IEventSource)' 35> Patch for assembly [SiliconStudio.BuildEngine.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 35> SiliconStudio.BuildEngine.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.BuildEngine.Tests.exe 25> SiliconStudio.Xenko.Assimp.Translation.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build\..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assimp.Translation.dll 25> SiliconStudio.Xenko.Assimp.Translation.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build\..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assimp.Translation.pdb (Full PDB) 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\Extensions\TestDesignExtensions.cs(28,10,28,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestTypeConverter.cs(21,10,21,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(362,39,362,61): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(365,34,365,57): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(373,39,373,63): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(376,35,376,59): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(378,35,378,59): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(385,37,385,61): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(396,37,396,61): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(407,35,407,59): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 31>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(414,38,414,62): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 31> Patch for assembly [SiliconStudio.Core.Design.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 31> SiliconStudio.Core.Design.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Design.Tests.dll 24> SiliconStudio.ImageComparerService -> C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ImageComparerService\bin\Debug\SiliconStudio.ImageComparerService.exe 13> Patch for assembly [SiliconStudio.Shaders, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 13> SiliconStudio.Shaders -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Shaders.dll 36>------ Build started: Project: SiliconStudio.Xenko.Shaders.Parser, Configuration: Debug Any CPU ------ 36> Patch for assembly [SiliconStudio.Xenko.Shaders.Parser, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 36> SiliconStudio.Xenko.Shaders.Parser -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Shaders.Parser.dll 37>------ Build started: Project: SiliconStudio.Xenko.Shaders.Compiler, Configuration: Debug Any CPU ------ 37> Patch for assembly [SiliconStudio.Xenko.Shaders.Compiler, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 37> SiliconStudio.Xenko.Shaders.Compiler -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Shaders.Compiler.dll 28> Restoring NuGet packages... 28> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'. 28> Feeds used: 28> C:\Users\baa\.nuget\packages\ 28> https://api.nuget.org/v3/index.json 28> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 28> 28> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\packages.config are already installed. 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Drawing\CanvasRenderer.cs(276,33,276,140): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\ScaleBar.cs(957,26,957,150): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(239,26,239,148): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(249,45,249,169): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(261,45,261,169): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\FilteringComboBox.cs(515,17,515,31): warning CS0612: 'FilteringComboBox.ItemsToExclude' is obsolete 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\FilteringComboBox.cs(515,43,515,57): warning CS0612: 'FilteringComboBox.ItemsToExclude' is obsolete 28> Patch for assembly [SiliconStudio.Presentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(239,26,239,148): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(249,45,249,169): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(261,45,261,169): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\FilteringComboBox.cs(515,17,515,31): warning CS0612: 'FilteringComboBox.ItemsToExclude' is obsolete 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\FilteringComboBox.cs(515,43,515,57): warning CS0612: 'FilteringComboBox.ItemsToExclude' is obsolete 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Drawing\CanvasRenderer.cs(276,33,276,140): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\ScaleBar.cs(957,26,957,150): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 28> Patch for assembly [SiliconStudio.Presentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 28> SiliconStudio.Presentation -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Presentation.dll 38>------ Build started: Project: SiliconStudio.Presentation.Quantum, Configuration: Debug Any CPU ------ 39>------ Build started: Project: SiliconStudio.Presentation.Dialogs, Configuration: Debug Any CPU ------ 40>------ Build started: Project: SiliconStudio.Presentation.Tests, Configuration: Debug Any CPU ------ 39> Patch for assembly [SiliconStudio.Presentation.Dialogs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 39> SiliconStudio.Presentation.Dialogs -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Presentation.Dialogs.dll 38>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Quantum\CombinedNodeViewModel.cs(437,17,437,34): warning CS0618: 'NodeViewModel.ValueChanged' is obsolete: 'This event is deprecated, IContent.Changed should be used instead' 38> Patch for assembly [SiliconStudio.Presentation.Quantum, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 38> SiliconStudio.Presentation.Quantum -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Presentation.Quantum.dll 41>------ Build started: Project: SiliconStudio.Presentation.Quantum.Tests, Configuration: Debug Any CPU ------ 41> SiliconStudio.Presentation.Quantum.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Presentation.Quantum.Tests.dll 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(49,16,49,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(79,16,79,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(128,16,128,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(169,16,169,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(191,16,191,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(267,16,267,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(343,16,343,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(419,16,419,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(473,16,473,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(548,16,548,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(623,16,623,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(698,16,698,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(736,16,736,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(98,17,98,83): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(147,17,147,83): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(180,17,180,83): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(213,17,213,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(223,17,223,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(289,17,289,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(299,17,299,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(365,17,365,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(375,17,375,108): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(440,17,440,86): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(495,17,495,83): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(504,17,504,86): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(569,17,569,86): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(579,17,579,107): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(644,17,644,86): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(654,17,654,107): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(709,17,709,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 40> SiliconStudio.Presentation.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Presentation.Tests.dll 20> Patch for assembly [SiliconStudio.Xenko.Native, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 20> SiliconStudio.Xenko.Native -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Native.dll 20> Creating library C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x86\libxenko.lib and object C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x86\libxenko.exp 20> WindowsDesktop.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x86\libxenko.dll 20> WindowsDesktop.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x86\libxenko.pdb (Full PDB) 20> Creating library C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x64\libxenko.lib and object C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x64\libxenko.exp 20> WindowsDesktop.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x64\libxenko.dll 20> WindowsDesktop.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\sources\targets\..\..\deps\\..\Bin\Windows-Direct3D11\x64\libxenko.pdb (Full PDB) 42>------ Build started: Project: SiliconStudio.Xenko.Graphics, Configuration: Debug Any CPU ------ 43>------ Build started: Project: SiliconStudio.Xenko.Audio, Configuration: Debug Any CPU ------ 43> Patch for assembly [SiliconStudio.Xenko.Audio, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 43> SiliconStudio.Xenko.Audio -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Audio.dll 42>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\BufferPool.cs(50,17,50,26): warning CS0162: Unreachable code detected 42>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\BufferPool.cs(60,17,60,22): warning CS0162: Unreachable code detected 42>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\BufferPool.cs(86,17,86,19): warning CS0162: Unreachable code detected 42>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\BufferPool.cs(121,17,121,43): warning CS0162: Unreachable code detected 42>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\GraphicsPresenter.cs(79,13,79,28): warning CS0618: 'GraphicsPresenter.DefaultViewport' is obsolete: 'This is not used anywhere anymore, except being created' 42>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\GraphicsPresenter.cs(173,13,173,28): warning CS0618: 'GraphicsPresenter.DefaultViewport' is obsolete: 'This is not used anywhere anymore, except being created' 42>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\CommandList.cs(23,22,23,35): warning CS0414: The field 'CommandList.scissorsDirty' is assigned but its value is never used 42> Patch for assembly [SiliconStudio.Xenko.Graphics, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 42> SiliconStudio.Xenko.Graphics -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.dll 44>------ Build started: Project: SiliconStudio.Xenko.Games, Configuration: Debug Any CPU ------ 45>------ Build started: Project: SiliconStudio.Assets, Configuration: Debug Any CPU ------ 46>------ Build started: Project: SiliconStudio.TextureConverter, Configuration: Debug Any CPU ------ 47>------ Build started: Project: SiliconStudio.Xenko.Graphics.RenderDocPlugin, Configuration: Debug Any CPU ------ 47> SiliconStudio.Xenko.Graphics.RenderDocPlugin -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.RenderDocPlugin.dll 44>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Games\GamePlatform.cs(258,22,258,76): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 44>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Games\GamePlatform.cs(262,60,262,114): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 44>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Games\GameBase.cs(448,38,448,80): warning CS0618: 'GameContextFactory.NewDefaultGameContext()' is obsolete: 'Use NewGameContext with the proper AppContextType.' 44> Patch for assembly [SiliconStudio.Xenko.Games, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 44> SiliconStudio.Xenko.Games -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Games.dll 48>------ Build started: Project: SiliconStudio.Xenko.Input, Configuration: Debug Any CPU ------ 46> SiliconStudio.TextureConverter -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.TextureConverter.exe 49>------ Build started: Project: SiliconStudio.TextureConverter.Tests, Configuration: Debug Any CPU ------ 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\XenkoTexLibraryTest.cs(15,10,15,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\FITexLibTest.cs(17,10,17,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\ArrayTexLibraryTest.cs(21,10,21,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\AtitcTexLibraryTest.cs(17,10,17,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\DxtTexLibTest.cs(17,10,17,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\XenkoTexLibraryTest.cs(22,10,22,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\FITexLibTest.cs(24,10,24,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\PvrttTexLibTest.cs(16,10,16,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\AtitcTexLibraryTest.cs(25,10,25,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\DxtTexLibTest.cs(24,10,24,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\AtlasTexLibraryTest.cs(20,10,20,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\PvrttTexLibTest.cs(23,10,23,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\ArrayTexLibraryTest.cs(32,10,32,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 49>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\AtlasTexLibraryTest.cs(30,10,30,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 49> SiliconStudio.TextureConverter.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.TextureConverter.Tests.dll 48> Patch for assembly [SiliconStudio.Xenko.Input, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 48> SiliconStudio.Xenko.Input -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Input.dll 50>------ Build started: Project: SiliconStudio.Xenko.Engine, Configuration: Debug Any CPU ------ 45> Restoring NuGet packages... 45> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'. 45> Feeds used: 45> C:\Users\baa\.nuget\packages\ 45> https://api.nuget.org/v3/index.json 45> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 45> 45> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\packages.config are already installed. 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\IAssetComposite.cs(17,21,17,30): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\AssetComposite.cs(18,37,18,46): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\AssetCompositeHierarchy.cs(79,37,79,46): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\PackageLoadingAssetFile.cs(145,53,145,60): warning CS0108: 'PackageLoadingAssetFile.FileSizeComparer.Default' hides inherited member 'Comparer<PackageLoadingAssetFile>.Default'. Use the new keyword if hiding was intended. 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\Reflection\ShadowId.cs(88,31,88,50): warning CS0618: 'TypeHelper.IsCollection(Type)' is obsolete: 'This method will be removed in a future version' 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\Reflection\ShadowId.cs(89,31,89,50): warning CS0618: 'TypeHelper.IsDictionary(Type)' is obsolete: 'This method will be removed in a future version' 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\AssetCompositeHierarchy.cs(81,52,81,61): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\Package.cs(584,25,584,35): warning CS0219: The variable 'assetSaved' is assigned but its value is never used 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\PackageAssetCollection.cs(352,17,352,40): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\PackageAssetCollection.cs(352,52,352,75): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 45>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\Package.cs(1484,61,1484,83): warning CS0612: 'PlatformType.Windows10' is obsolete 45> Patch for assembly [SiliconStudio.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 45> SiliconStudio.Assets -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.dll 51>------ Build started: Project: SiliconStudio.Assets.Quantum, Configuration: Debug Any CPU ------ 52>------ Build started: Project: SiliconStudio.Assets.Tests, Configuration: Debug Any CPU ------ 51> Restoring NuGet packages... 51> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'. 51> Feeds used: 51> C:\Users\baa\.nuget\packages\ 51> https://api.nuget.org/v3/index.json 51> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 51> 51> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets.Quantum\packages.config are already installed. 51>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. 51> Patch for assembly [SiliconStudio.Assets.Quantum, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 51> SiliconStudio.Assets.Quantum -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.Quantum.dll 53>------ Build started: Project: SiliconStudio.Assets.Quantum.Tests, Configuration: Debug Any CPU ------ 52>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets.Tests\AssetObjectTest.cs(77,37,77,46): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 52>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets.Tests\TestSerializing.cs(48,10,48,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 52>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets.Tests\AssetObjectTest.cs(79,43,79,52): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 52> Patch for assembly [SiliconStudio.Assets.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 52> SiliconStudio.Assets.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.Tests.exe 53> Patch for assembly [SiliconStudio.Assets.Quantum.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 53> SiliconStudio.Assets.Quantum.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.Quantum.Tests.dll 50> Restoring NuGet packages... 50> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'. 50> Feeds used: 50> C:\Users\baa\.nuget\packages\ 50> https://api.nuget.org/v3/index.json 50> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 50> 50> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\packages.config are already installed. 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Images\AmbientOcclusion\AmbientOcclusionRawAOShader.cs(17,7,17,13): warning CS0105: The using directive for 'System' appeared previously in this namespace 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\SceneSystem.cs(17,52,17,64): warning CS0436: The type 'ShaderMixins' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Utils\Picking.cs' conflicts with the imported type 'ShaderMixins' in 'SiliconStudio.Xenko.Graphics, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Utils\Picking.cs'. 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\LightComponent.cs(47,31,47,33): warning CS0108: 'LightComponent.Id' hides inherited member 'EntityComponent.Id'. Use the new keyword if hiding was intended. 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Shaders.Compiler\Internals\NetworkVirtualFileProvider.cs(60,21,60,112): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Shaders.Compiler\Internals\NetworkVirtualFileProvider.cs(75,25,75,126): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Shaders.Compiler\Internals\NetworkVirtualFileProvider.cs(120,17,120,107): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Shaders.Compiler\RemoteEffectCompilerClient.cs(61,98,61,110): warning CS0436: The type 'XenkoVersion' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\..\..\shared\SharedAssemblyInfo.cs' conflicts with the imported type 'XenkoVersion' in 'SiliconStudio.Xenko, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\..\..\shared\SharedAssemblyInfo.cs'. 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Shaders.Compiler\RemoteEffectCompilerClient.cs(72,13,72,61): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\VisibilityGroup.cs(119,19,119,36): warning CS0618: 'VisibilityGroup.ViewObjectFilters' is obsolete: 'This field is provisional and will be replaced by a proper mechanisms in the future' 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\VisibilityGroup.cs(136,44,136,61): warning CS0618: 'VisibilityGroup.ViewObjectFilters' is obsolete: 'This field is provisional and will be replaced by a proper mechanisms in the future' 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\VisibilityGroup.cs(149,44,149,74): warning CS0618: 'RenderSystem.ViewObjectFilters' is obsolete: 'This field is provisional and will be replaced by a proper mechanisms in the future' 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\AudioEmitterComponent.cs(239,21,239,50): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\AudioEmitterComponent.cs(242,21,242,50): warning CS0618: 'AudioEmitterComponent.DetachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, remove from the Sounds dictionary if needed.' 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\AudioEmitterComponent.cs(255,21,255,45): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\AudioEmitterComponent.cs(266,21,266,45): warning CS0618: 'AudioEmitterComponent.DetachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, remove from the Sounds dictionary if needed.' 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightSpotGroupRenderer.cs(19,23,19,31): warning CS0169: The field 'SpotLightData.padding1' is never used 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightClusteredPointGroupRenderer.cs(118,29,118,36): warning CS0169: The field 'LightClusteredPointGroupRenderer.PointLightShaderGroupData.zPlanes' is never used 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightDirectionalGroupRenderer.cs(19,23,19,31): warning CS0169: The field 'DirectionalLightData.padding0' is never used 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightSpotGroupRenderer.cs(21,23,21,31): warning CS0169: The field 'SpotLightData.padding2' is never used 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightDirectionalGroupRenderer.cs(21,23,21,31): warning CS0169: The field 'DirectionalLightData.padding1' is never used 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightSpotGroupRenderer.cs(23,23,23,31): warning CS0169: The field 'SpotLightData.padding3' is never used 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightSpotGroupRenderer.cs(17,23,17,31): warning CS0169: The field 'SpotLightData.padding0' is never used 50>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightPointGroupRenderer.cs(19,23,19,31): warning CS0169: The field 'PointLightData.padding0' is never used 50> Patch for assembly [SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 50> SiliconStudio.Xenko.Engine -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Engine.dll 54>------ Build started: Project: SiliconStudio.Xenko.UI, Configuration: Debug Any CPU ------ 55>------ Build started: Project: SiliconStudio.Xenko.Physics, Configuration: Debug Any CPU ------ 56>------ Build started: Project: SiliconStudio.Xenko.SpriteStudio.Runtime, Configuration: Debug Any CPU ------ 57>------ Build started: Project: SiliconStudio.Xenko.Particles, Configuration: Debug Any CPU ------ 58>------ Build started: Project: SiliconStudio.Xenko.Graphics.Regression, Configuration: Debug Any CPU ------ 59>------ Build started: Project: SiliconStudio.Xenko.Games.Testing, Configuration: Debug Any CPU ------ 60>------ Build started: Project: SiliconStudio.Xenko.VisualStudio.Commands, Configuration: Debug Any CPU ------ 58> Patch for assembly [SiliconStudio.Xenko.Graphics.Regression, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 58> SiliconStudio.Xenko.Graphics.Regression -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.Regression.dll 59>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Games.Testing\GameTestingClient.cs(40,16,40,40): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 59> Patch for assembly [SiliconStudio.Xenko.Games.Testing, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 59> SiliconStudio.Xenko.Games.Testing -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Games.Testing.dll 56> Patch for assembly [SiliconStudio.Xenko.SpriteStudio.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 56> SiliconStudio.Xenko.SpriteStudio.Runtime -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.SpriteStudio.Runtime.dll 55>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Physics\Elements\PhysicsSkinnedComponentBase.cs(29,17,29,41): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 55> Patch for assembly [SiliconStudio.Xenko.Physics, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 55> SiliconStudio.Xenko.Physics -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Physics.dll 60>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 60>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build.Engine, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 60>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 60>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. 60>CSC : error CS0006: Metadata file 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\bin\Debug\SiliconStudio.Xenko.VisualStudio.Package.dll' could not be found 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\Spawners\SpawnerFromParent.cs(36,35,36,41): warning CS0628: 'SpawnerFromParent.Parent': new protected member declared in sealed class 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\Spawners\SpawnerFromParent.cs(125,68,125,88): warning CS0628: 'SpawnerFromParent.GetSpawnControlField()': new protected member declared in sealed class 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\ParticleSystem.cs(384,21,384,41): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\ParticleSystem.cs(386,47,386,76): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\Rendering\ParticleEmitterRenderFeature.cs(40,20,40,37): warning CS0649: Field 'RenderAttributesPerNode.IndexBufferOffset' is never assigned to, and will always have its default value 0 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\VertexLayouts\ParticleVertexBuilder.cs(209,32,209,46): warning CS0169: The field 'ParticleVertexBuilder.mappedVertices' is never used 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\VertexLayouts\ParticleVertexBuilder.cs(200,21,200,37): warning CS0169: The field 'ParticleVertexBuilder.vertexStructSize' is never used 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\VertexLayouts\ParticleVertexBuilder.cs(201,30,201,45): warning CS0414: The field 'ParticleVertexBuilder.indexStructSize' is assigned but its value is never used 57> Patch for assembly [SiliconStudio.Xenko.Particles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 57> SiliconStudio.Xenko.Particles -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Particles.dll 54> Patch for assembly [SiliconStudio.Xenko.UI, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 54> SiliconStudio.Xenko.UI -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.UI.dll 61>------ Build started: Project: SiliconStudio.Xenko.Assets, Configuration: Debug Any CPU ------ 62>------ Build started: Project: SiliconStudio.Xenko.Physics.Tests.Windows, Configuration: Debug Any CPU ------ 62> Patch for assembly [SiliconStudio.Xenko.Physics.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 62> SiliconStudio.Xenko.Physics.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Physics.Tests.exe 62> Waiting 100ms for the proxy server to start and connect to it 62>EXEC : Unexpected error : ExecServerApp has exited with the return code: 1 62> Unexpected error while trying to run ExecServerApp [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe]. Exception: System.InvalidOperationException: Assembly [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe] does not exist 62> at SiliconStudio.ExecServer.AppDomainShadowManager..ctor(String entryAssemblyPath, String mainAssemblyPath, IEnumerable1 nativeDllsPathOrFolderList) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\AppDomainShadowManager.cs:line 40 62> at SiliconStudio.ExecServer.ExecServerRemote..ctor(String entryAssemblyPath, String executablePath, Boolean trackingServer, Boolean cachingAppDomain, Boolean isMainDomain) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerRemote.cs:line 44 62> at SiliconStudio.ExecServer.ExecServerApp.RunServer(String entryAssemblyPath, String executablePath, Int32 serverInstanceIndex) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 140 62> at SiliconStudio.ExecServer.ExecServerApp.Run(String[] argsCopy) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 73 62>C:\Users\baa\Documents\GitHub\xenko\Targets\Xenko.targets(294,5): error MSB3073: The command ""C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe" --compile-property:SolutionDir=C:\Users\baa\Documents\GitHub\xenko\build\;SolutionName=Xenko;BuildProjectReferences=false --property:SiliconStudioXenkoGraphicsApi=Direct3D11 --disable-auto-compile --project-configuration "Debug" --platform=Windows --profile=Windows --project-configuration=Debug --output-path="C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\data\SiliconStudio.Xenko.Physics.Tests" --build-path="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Physics.Tests\obj\data" --package-file="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Physics.Tests\SiliconStudio.Xenko.Physics.Tests.xkpkg" --log-pipe="net.pipe://localhost/Xenko.BuildEngine.Monitor.21ef8aae-5a25-42ba-8e07-8245750f99a6"" exited with code -300. 61> Restoring NuGet packages... 61> To prevent NuGet from downloading packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages'. 61> Feeds used: 61> C:\Users\baa.nuget\packages\ 61> https://api.nuget.org/v3/index.json 61> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 61>
61> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\packages.config are already installed. 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\Skyboxes\SkyboxGenerator.cs(63,21,63,28): warning CS0108: 'SkyboxGeneratorContext.Dispose()' hides inherited member 'DisposeBase.Dispose()'. Use the new keyword if hiding was intended. 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\Entities\SceneAsset.Upgraders.cs(480,23,480,43): warning CS0108: 'SceneAsset.EntityDesignUpgrader' hides inherited member 'EntityHierarchyAssetBase.EntityDesignUpgrader'. Use the new keyword if hiding was intended. 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\XenkoConfig.cs(24,89,24,101): warning CS0436: The type 'XenkoVersion' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets....\shared\SharedAssemblyInfo.cs' conflicts with the imported type 'XenkoVersion' in 'SiliconStudio.Xenko.Audio, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets....\shared\SharedAssemblyInfo.cs'. 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\XenkoConfig.cs(142,17,142,20): warning CS0162: Unreachable code detected 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\Navigation\NavigationMeshAssetCompiler.cs(304,34,304,36): warning CS0168: The variable 'ex' is declared but never used 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\Physics\ColliderShapeAssetCompiler.cs(179,39,179,74): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\Physics\ColliderShapeAssetCompiler.cs(211,39,211,73): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\SpriteFont\SpriteFontAsset.Upgrader.cs(48,45,48,72): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\SpriteFont\SpriteFontAsset.Upgrader.cs(56,43,56,68): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\XenkoPackageUpgrader.cs(459,31,459,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\XenkoPackageUpgrader.cs(508,31,508,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 61> Patch for assembly [SiliconStudio.Xenko.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 61> SiliconStudio.Xenko.Assets -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assets.dll 63>------ Build started: Project: SiliconStudio.Xenko.Importer.Common, Configuration: Debug x64 ------ 64>------ Build started: Project: SiliconStudio.Xenko.ConnectionRouter, Configuration: Debug Any CPU ------ 65>------ Build started: Project: SiliconStudio.Xenko.SpriteStudio.Offline, Configuration: Debug Any CPU ------ 66>------ Build started: Project: SiliconStudio.Xenko.Debugger, Configuration: Debug Any CPU ------ 67>------ Build started: Project: SiliconStudio.Xenko.ProjectGenerator, Configuration: Debug Any CPU ------ 67>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. 67> SiliconStudio.Xenko.ProjectGenerator -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.ProjectGenerator.exe 64>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(65,23,65,37): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 64>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(67,31,67,45): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 64>C:\Users\baa\Documents\GitHub\xenko\sources\shared\Process\AndroidDeviceEnumerator.cs(77,13,77,27): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 64>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.ConnectionRouter\WindowsPhoneTracker.cs(46,17,46,31): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 64>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.ConnectionRouter\IOSTracker.cs(117,25,117,50): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 64> SiliconStudio.Xenko.ConnectionRouter -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.ConnectionRouter.exe 68>------ Build started: Project: SiliconStudio.Xenko.EffectCompilerServer, Configuration: Debug Any CPU ------ 69>------ Build started: Project: SiliconStudio.Xenko.TestRunner, Configuration: Debug Any CPU ------ 70>------ Build started: Project: SiliconStudio.Xenko.SamplesTestServer, Configuration: Debug Any CPU ------ 63> Stdafx.cpp 63> AssemblyInfo.cpp 63> Xenko.Importer.Common.cpp 63> Generating Code... 63> .NETFramework,Version=v4.6.2.AssemblyAttributes.cpp 63> AssemblyInfo.obj : /DEBUG:FASTLINK is not supported when managed code is present; restarting link with /DEBUG:FULL 63> SiliconStudio.Xenko.Importer.Common.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Common.dll 63> SiliconStudio.Xenko.Importer.Common.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Common.pdb (Partial PDB) 71>------ Build started: Project: SiliconStudio.Xenko.Importer.FBX, Configuration: Debug x64 ------ 72>------ Build started: Project: SiliconStudio.Xenko.Importer.Assimp, Configuration: Debug x64 ------ 71>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.Importer.FBX\SiliconStudio.Xenko.Importer.FBX.vcxproj(256,5): error : FBX SDK 2017.0.1 was not found. Please download and install it from http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=25408427 and reload this solution. 66>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Debugger\Debugger\LiveAssemblyReloader.cs(35,13,35,20): warning CS0162: Unreachable code detected 66>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Debugger\Debugger\LiveAssemblyReloader.cs(154,48,154,58): warning CS0649: Field 'LiveAssemblyReloader.ReloadedComponentEntryLive.YamlEvents' is never assigned to, and will always have its default value null 66> Patch for assembly [SiliconStudio.Xenko.Debugger, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 66> SiliconStudio.Xenko.Debugger -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Debugger.exe 72> Stdafx.cpp 68>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.EffectCompilerServer\EffectCompilerServer.cs(80,98,80,170): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 68>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.EffectCompilerServer\EffectCompilerServer.cs(99,13,99,61): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 68> Patch for assembly [SiliconStudio.Xenko.EffectCompilerServer, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 68> SiliconStudio.Xenko.EffectCompilerServer -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.EffectCompilerServer.exe 69>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(65,23,65,37): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Xenko.ConnectionRouter, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 69>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(67,31,67,45): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Xenko.ConnectionRouter, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 69>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.TestRunner\Program.cs(49,17,49,31): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Xenko.ConnectionRouter, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 69> SiliconStudio.Xenko.TestRunner -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.TestRunner.exe 65> Patch for assembly [SiliconStudio.Xenko.SpriteStudio.Offline, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 65> SiliconStudio.Xenko.SpriteStudio.Offline -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.SpriteStudio.Offline.dll 72> AssemblyInfo.cpp 72> Xenko.Importer.Assimp.cpp 72> UtilityFunctions.cpp 72> Generating Code... 72> .NETFramework,Version=v4.6.2.AssemblyAttributes.cpp 70>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(65,23,65,37): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Xenko.ConnectionRouter, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 70>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(67,31,67,45): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Xenko.ConnectionRouter, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 70>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.SamplesTestServer\SamplesTestServer.cs(94,18,94,41): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 70>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.SamplesTestServer\SamplesTestServer.cs(40,55,40,67): warning CS0436: The type 'XenkoVersion' in 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.SamplesTestServer....\shared\SharedAssemblyInfo.cs' conflicts with the imported type 'XenkoVersion' in 'SiliconStudio.Xenko.Games.Testing, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.SamplesTestServer....\shared\SharedAssemblyInfo.cs'. 70>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.SamplesTestServer\SamplesTestServer.cs(397,13,406,15): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 70> Patch for assembly [SiliconStudio.Xenko.SamplesTestServer, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 70> SiliconStudio.Xenko.SamplesTestServer -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.SamplesTestServer.exe 72> SiliconStudio.Xenko.Importer.Assimp.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Assimp.dll 72> SiliconStudio.Xenko.Importer.Assimp.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Assimp.pdb (Full PDB) 72> ......\deps\assimp\bin\assimp_release-dll_x64\assimp-vc120-mt.dll 72> 1 File(s) copied 73>------ Build started: Project: SiliconStudio.Xenko.Assets.Models, Configuration: Debug Any CPU ------ 73>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Assimp.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. 73>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Common.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. 73>CSC : error CS0006: Metadata file 'C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.FBX.dll' could not be found 74>------ Build started: Project: SiliconStudio.Assets.CompilerApp, Configuration: Debug Any CPU ------ 74>CSC : error CS0006: Metadata file 'C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assets.Models.dll' could not be found 75>------ Build started: Project: SiliconStudio.Xenko.Audio.Tests.Windows, Configuration: Debug Any CPU ------ 76>------ Build started: Project: SiliconStudio.Xenko.Shaders.Tests.Windows, Configuration: Debug Any CPU ------ 77>------ Build started: Project: SiliconStudio.Xenko.Assets.Tests, Configuration: Debug Any CPU ------ 78>------ Build started: Project: SiliconStudio.Xenko.UI.Tests.Windows, Configuration: Debug Any CPU ------ 79>------ Build started: Project: SiliconStudio.Xenko.Graphics.Tests.Windows, Configuration: Debug Any CPU ------ 80>------ Build started: Project: SiliconStudio.Xenko.Graphics.Tests.10_0.Windows, Configuration: Debug Any CPU ------ 81>------ Build started: Project: SiliconStudio.Xenko.Graphics.Tests.11_0.Windows, Configuration: Debug Any CPU ------ 82>------ Build started: Project: SiliconStudio.Xenko.Engine.Tests.Windows, Configuration: Debug Any CPU ------ 83>------ Build started: Project: SiliconStudio.Xenko.Input.Tests.Windows, Configuration: Debug Any CPU ------ 84>------ Build started: Project: SiliconStudio.Xenko.Assets.Tests2, Configuration: Debug Any CPU ------ 85>------ Build started: Project: SiliconStudio.Xenko.Particles.Tests.Windows, Configuration: Debug Any CPU ------ 77>CSC : error CS0006: Metadata file 'C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assets.Models.dll' could not be found 84>CSC : error CS0006: Metadata file 'C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assets.Models.dll' could not be found 83> Patch for assembly [SiliconStudio.Xenko.Input.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 83> SiliconStudio.Xenko.Input.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Input.Tests.exe 83> Waiting 100ms for the proxy server to start and connect to it 83>EXEC : Unexpected error : ExecServerApp has exited with the return code: 1 83> Unexpected error while trying to run ExecServerApp [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe]. Exception: System.InvalidOperationException: Assembly [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe] does not exist 83> at SiliconStudio.ExecServer.AppDomainShadowManager..ctor(String entryAssemblyPath, String mainAssemblyPath, IEnumerable1 nativeDllsPathOrFolderList) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\AppDomainShadowManager.cs:line 40 83> at SiliconStudio.ExecServer.ExecServerRemote..ctor(String entryAssemblyPath, String executablePath, Boolean trackingServer, Boolean cachingAppDomain, Boolean isMainDomain) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerRemote.cs:line 44 83> at SiliconStudio.ExecServer.ExecServerApp.RunServer(String entryAssemblyPath, String executablePath, Int32 serverInstanceIndex) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 140 83> at SiliconStudio.ExecServer.ExecServerApp.Run(String[] argsCopy) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 73 83>C:\Users\baa\Documents\GitHub\xenko\Targets\Xenko.targets(294,5): error MSB3073: The command ""C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe" --compile-property:SolutionDir=C:\Users\baa\Documents\GitHub\xenko\build\;SolutionName=Xenko;BuildProjectReferences=false --property:SiliconStudioXenkoGraphicsApi=Direct3D11 --disable-auto-compile --project-configuration "Debug" --platform=Windows --profile=Windows --project-configuration=Debug --output-path="C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\data\SiliconStudio.Xenko.Input.Tests" --build-path="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Input.Tests\obj\data" --package-file="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Input.Tests\SiliconStudio.Xenko.Input.Tests.xkpkg" --log-pipe="net.pipe://localhost/Xenko.BuildEngine.Monitor.21ef8aae-5a25-42ba-8e07-8245750f99a6"" exited with code -300. 85> Patch for assembly [SiliconStudio.Xenko.Particles.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 85> SiliconStudio.Xenko.Particles.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Particles.Tests.exe 85> Waiting 100ms for the proxy server to start and connect to it 85>EXEC : Unexpected error : ExecServerApp has exited with the return code: 1 85> Unexpected error while trying to run ExecServerApp [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe]. Exception: System.InvalidOperationException: Assembly [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe] does not exist 85> at SiliconStudio.ExecServer.AppDomainShadowManager..ctor(String entryAssemblyPath, String mainAssemblyPath, IEnumerable1 nativeDllsPathOrFolderList) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\AppDomainShadowManager.cs:line 40 85> at SiliconStudio.ExecServer.ExecServerRemote..ctor(String entryAssemblyPath, String executablePath, Boolean trackingServer, Boolean cachingAppDomain, Boolean isMainDomain) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerRemote.cs:line 44 85> at SiliconStudio.ExecServer.ExecServerApp.RunServer(String entryAssemblyPath, String executablePath, Int32 serverInstanceIndex) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 140 85> at SiliconStudio.ExecServer.ExecServerApp.Run(String[] argsCopy) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 73 85>C:\Users\baa\Documents\GitHub\xenko\Targets\Xenko.targets(294,5): error MSB3073: The command ""C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe" --compile-property:SolutionDir=C:\Users\baa\Documents\GitHub\xenko\build\;SolutionName=Xenko;BuildProjectReferences=false --property:SiliconStudioXenkoGraphicsApi=Direct3D11 --disable-auto-compile --project-configuration "Debug" --platform=Windows --profile=Windows --project-configuration=Debug --output-path="C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\data\SiliconStudio.Xenko.Particles.Tests" --build-path="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles.Tests\obj\data" --package-file="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles.Tests\SiliconStudio.Xenko.Particles.Tests.xkpkg" --log-pipe="net.pipe://localhost/Xenko.BuildEngine.Monitor.21ef8aae-5a25-42ba-8e07-8245750f99a6"" exited with code -300. 76>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shaders.Tests\TestShaderMixer2.cs(24,10,24,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 76> Patch for assembly [SiliconStudio.Xenko.Shaders.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 76> SiliconStudio.Xenko.Shaders.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Shaders.Tests.exe 82> Patch for assembly [SiliconStudio.Xenko.Engine.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 82> SiliconStudio.Xenko.Engine.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Engine.Tests.exe 82> Waiting 100ms for the proxy server to start and connect to it 82>EXEC : Unexpected error : ExecServerApp has exited with the return code: 1 82> Unexpected error while trying to run ExecServerApp [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe]. Exception: System.InvalidOperationException: Assembly [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe] does not exist 82> at SiliconStudio.ExecServer.AppDomainShadowManager..ctor(String entryAssemblyPath, String mainAssemblyPath, IEnumerable1 nativeDllsPathOrFolderList) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\AppDomainShadowManager.cs:line 40 82> at SiliconStudio.ExecServer.ExecServerRemote..ctor(String entryAssemblyPath, String executablePath, Boolean trackingServer, Boolean cachingAppDomain, Boolean isMainDomain) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerRemote.cs:line 44 82> at SiliconStudio.ExecServer.ExecServerApp.RunServer(String entryAssemblyPath, String executablePath, Int32 serverInstanceIndex) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 140 82> at SiliconStudio.ExecServer.ExecServerApp.Run(String[] argsCopy) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 73 82>C:\Users\baa\Documents\GitHub\xenko\Targets\Xenko.targets(294,5): error MSB3073: The command ""C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe" --compile-property:SolutionDir=C:\Users\baa\Documents\GitHub\xenko\build\;SolutionName=Xenko;BuildProjectReferences=false --property:SiliconStudioXenkoGraphicsApi=Direct3D11 --disable-auto-compile --project-configuration "Debug" --platform=Windows --profile=Windows --project-configuration=Debug --output-path="C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\data\SiliconStudio.Xenko.Engine.Tests" --build-path="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine.Tests\obj\data" --package-file="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine.Tests\SiliconStudio.Xenko.Engine.Tests.xkpkg" --log-pipe="net.pipe://localhost/Xenko.BuildEngine.Monitor.21ef8aae-5a25-42ba-8e07-8245750f99a6"" exited with code -300. 80> Patch for assembly [SiliconStudio.Xenko.Graphics.Tests.10_0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 80> SiliconStudio.Xenko.Graphics.Tests.10_0.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.Tests.10_0.exe 80> Waiting 100ms for the proxy server to start and connect to it 80>EXEC : Unexpected error : ExecServerApp has exited with the return code: 1 80> Unexpected error while trying to run ExecServerApp [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe]. Exception: System.InvalidOperationException: Assembly [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe] does not exist 80> at SiliconStudio.ExecServer.AppDomainShadowManager..ctor(String entryAssemblyPath, String mainAssemblyPath, IEnumerable1 nativeDllsPathOrFolderList) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\AppDomainShadowManager.cs:line 40 80> at SiliconStudio.ExecServer.ExecServerRemote..ctor(String entryAssemblyPath, String executablePath, Boolean trackingServer, Boolean cachingAppDomain, Boolean isMainDomain) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerRemote.cs:line 44 80> at SiliconStudio.ExecServer.ExecServerApp.RunServer(String entryAssemblyPath, String executablePath, Int32 serverInstanceIndex) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 140 80> at SiliconStudio.ExecServer.ExecServerApp.Run(String[] argsCopy) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 73 80>C:\Users\baa\Documents\GitHub\xenko\Targets\Xenko.targets(294,5): error MSB3073: The command ""C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe" --compile-property:SolutionDir=C:\Users\baa\Documents\GitHub\xenko\build\;SolutionName=Xenko;BuildProjectReferences=false --property:SiliconStudioXenkoGraphicsApi=Direct3D11 --disable-auto-compile --project-configuration "Debug" --platform=Windows --profile=Windows --project-configuration=Debug --output-path="C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\data\SiliconStudio.Xenko.Graphics.Tests.10_0" --build-path="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests.10_0\obj\data" --package-file="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests.10_0\SiliconStudio.Xenko.Graphics.Tests.10_0.xkpkg" --log-pipe="net.pipe://localhost/Xenko.BuildEngine.Monitor.21ef8aae-5a25-42ba-8e07-8245750f99a6"" exited with code -300. 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Events\EventManagerTests.cs(36,10,36,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\CanvasTests.cs(36,10,36,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\ContentPresenterTests.cs(15,42,15,58): warning CS0618: 'ContentPresenter' is obsolete: 'This class has no effect and shouldn't be used. Consider one of the classes that inherit from ContentControl.' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\ContentControlTest.cs(20,10,20,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\ImageButtonTests.cs(14,37,14,48): warning CS0618: 'ImageButton' is obsolete: 'Use Button with SizeToContent set to false.' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\GridTests.cs(20,10,20,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\StackPanelTests.cs(25,10,25,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\UIElementLayeringTests.cs(32,10,32,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\ImageButtonTests.cs(19,31,19,42): warning CS0618: 'ImageButton' is obsolete: 'Use Button with SizeToContent set to false.' 78> Patch for assembly [SiliconStudio.Xenko.UI.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 78> AssemblyScanProcessor: Can't register type [SiliconStudio.Xenko.UI.Tests.Layering.EditTextTests/DummyFont] for scan type [SiliconStudio.Core.Serialization.Contents.ReferenceSerializerAttribute] because it is a nested private type 78> AssemblyScanProcessor: Can't register type [SiliconStudio.Xenko.UI.Tests.Layering.TextBlockTests/DummyFont] for scan type [SiliconStudio.Core.Serialization.Contents.ReferenceSerializerAttribute] because it is a nested private type 78> SiliconStudio.Xenko.UI.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.UI.Tests.exe 78> Waiting 100ms for the proxy server to start and connect to it 78>EXEC : Unexpected error : ExecServerApp has exited with the return code: 1 78> Unexpected error while trying to run ExecServerApp [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe]. Exception: System.InvalidOperationException: Assembly [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe] does not exist 78> at SiliconStudio.ExecServer.AppDomainShadowManager..ctor(String entryAssemblyPath, String mainAssemblyPath, IEnumerable1 nativeDllsPathOrFolderList) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\AppDomainShadowManager.cs:line 40 78> at SiliconStudio.ExecServer.ExecServerRemote..ctor(String entryAssemblyPath, String executablePath, Boolean trackingServer, Boolean cachingAppDomain, Boolean isMainDomain) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerRemote.cs:line 44 78> at SiliconStudio.ExecServer.ExecServerApp.RunServer(String entryAssemblyPath, String executablePath, Int32 serverInstanceIndex) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 140 78> at SiliconStudio.ExecServer.ExecServerApp.Run(String[] argsCopy) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 73 78>C:\Users\baa\Documents\GitHub\xenko\Targets\Xenko.targets(294,5): error MSB3073: The command ""C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe" --compile-property:SolutionDir=C:\Users\baa\Documents\GitHub\xenko\build\;SolutionName=Xenko;BuildProjectReferences=false --property:SiliconStudioXenkoGraphicsApi=Direct3D11 --disable-auto-compile --project-configuration "Debug" --platform=Windows --profile=Windows --project-configuration=Debug --output-path="C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\data\SiliconStudio.Xenko.UI.Tests" --build-path="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\obj\data" --package-file="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\SiliconStudio.Xenko.UI.Tests.xkpkg" --log-pipe="net.pipe://localhost/Xenko.BuildEngine.Monitor.21ef8aae-5a25-42ba-8e07-8245750f99a6"" exited with code -300. 81> Patch for assembly [SiliconStudio.Xenko.Graphics.Tests.11_0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 81> SiliconStudio.Xenko.Graphics.Tests.11_0.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.Tests.11_0.exe 81> Waiting 100ms for the proxy server to start and connect to it 81>EXEC : Unexpected error : ExecServerApp has exited with the return code: 1 81> Unexpected error while trying to run ExecServerApp [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe]. Exception: System.InvalidOperationException: Assembly [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe] does not exist 81> at SiliconStudio.ExecServer.AppDomainShadowManager..ctor(String entryAssemblyPath, String mainAssemblyPath, IEnumerable1 nativeDllsPathOrFolderList) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\AppDomainShadowManager.cs:line 40 81> at SiliconStudio.ExecServer.ExecServerRemote..ctor(String entryAssemblyPath, String executablePath, Boolean trackingServer, Boolean cachingAppDomain, Boolean isMainDomain) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerRemote.cs:line 44 81> at SiliconStudio.ExecServer.ExecServerApp.RunServer(String entryAssemblyPath, String executablePath, Int32 serverInstanceIndex) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 140 81> at SiliconStudio.ExecServer.ExecServerApp.Run(String[] argsCopy) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 73 81>C:\Users\baa\Documents\GitHub\xenko\Targets\Xenko.targets(294,5): error MSB3073: The command ""C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe" --compile-property:SolutionDir=C:\Users\baa\Documents\GitHub\xenko\build\;SolutionName=Xenko;BuildProjectReferences=false --property:SiliconStudioXenkoGraphicsApi=Direct3D11 --disable-auto-compile --project-configuration "Debug" --platform=Windows --profile=Windows --project-configuration=Debug --output-path="C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\data\SiliconStudio.Xenko.Graphics.Tests.11_0" --build-path="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests.11_0\obj\data" --package-file="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests.11_0\SiliconStudio.Xenko.Graphics.Tests.11_0.xkpkg" --log-pipe="net.pipe://localhost/Xenko.BuildEngine.Monitor.21ef8aae-5a25-42ba-8e07-8245750f99a6"" exited with code -300. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(65,13,65,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(66,13,66,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(67,13,67,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(71,21,71,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(72,21,72,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(73,21,73,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(92,13,92,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(159,13,159,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(166,13,166,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\PauseResumeTests.cs(26,13,26,27): warning CS0618: 'SoundInstance.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\PauseResumeTests.cs(27,13,27,28): warning CS0618: 'SoundInstance.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(64,13,64,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(71,13,71,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(72,13,72,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(76,21,76,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(77,21,77,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(266,13,266,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(85,13,85,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(273,13,273,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(336,13,336,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(383,13,383,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(223,13,223,78): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(113,28,113,51): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(120,28,120,51): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(412,13,412,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(153,13,153,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(154,13,154,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(155,13,155,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(159,21,159,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(160,21,160,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(161,21,161,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(176,17,176,40): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(171,13,171,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(212,17,212,40): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(225,17,225,40): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(240,17,240,40): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(259,64,259,87): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(240,17,240,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(275,13,275,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(287,13,287,41): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(288,13,288,41): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(303,17,303,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(305,17,305,52): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(306,38,306,80): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(328,17,328,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(356,13,356,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(357,34,357,76): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(410,13,410,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(411,34,411,76): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(361,17,361,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(372,17,372,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(383,17,383,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(394,17,394,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(476,13,476,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(477,34,477,76): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(465,13,465,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(529,13,529,41): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(519,13,519,36): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(568,13,568,41): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(537,31,537,54): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(550,31,550,54): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(573,31,573,54): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(586,31,586,54): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(603,13,603,41): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75> Patch for assembly [SiliconStudio.Xenko.Audio.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 75> SiliconStudio.Xenko.Audio.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Audio.Tests.exe 75> Waiting 100ms for the proxy server to start and connect to it 75>EXEC : Unexpected error : ExecServerApp has exited with the return code: 1 75> Unexpected error while trying to run ExecServerApp [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe]. Exception: System.InvalidOperationException: Assembly [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe] does not exist 75> at SiliconStudio.ExecServer.AppDomainShadowManager..ctor(String entryAssemblyPath, String mainAssemblyPath, IEnumerable1 nativeDllsPathOrFolderList) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\AppDomainShadowManager.cs:line 40 75> at SiliconStudio.ExecServer.ExecServerRemote..ctor(String entryAssemblyPath, String executablePath, Boolean trackingServer, Boolean cachingAppDomain, Boolean isMainDomain) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerRemote.cs:line 44 75> at SiliconStudio.ExecServer.ExecServerApp.RunServer(String entryAssemblyPath, String executablePath, Int32 serverInstanceIndex) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 140 75> at SiliconStudio.ExecServer.ExecServerApp.Run(String[] argsCopy) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 73 75>C:\Users\baa\Documents\GitHub\xenko\Targets\Xenko.targets(294,5): error MSB3073: The command ""C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe" --compile-property:SolutionDir=C:\Users\baa\Documents\GitHub\xenko\build\;SolutionName=Xenko;BuildProjectReferences=false --property:SiliconStudioXenkoGraphicsApi=Direct3D11 --disable-auto-compile --project-configuration "Debug" --platform=Windows --profile=Windows --project-configuration=Debug --output-path="C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\data\SiliconStudio.Xenko.Audio.Tests" --build-path="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\obj\data" --package-file="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\SiliconStudio.Xenko.Audio.Tests.xkpkg" --log-pipe="net.pipe://localhost/Xenko.BuildEngine.Monitor.21ef8aae-5a25-42ba-8e07-8245750f99a6"" exited with code -300. 79>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests\TestFixedSizeUI.cs(19,7,19,37): warning CS0105: The using directive for 'SiliconStudio.Core.Mathematics' appeared previously in this namespace 79>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests\TestFixedSizeUI.cs(20,7,20,33): warning CS0105: The using directive for 'SiliconStudio.Xenko.Engine' appeared previously in this namespace 79>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests\TestFixedSizeUI.cs(22,7,22,44): warning CS0105: The using directive for 'SiliconStudio.Xenko.Rendering.Sprites' appeared previously in this namespace 79>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests\TestFontManager.cs(19,10,19,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 79> Patch for assembly [SiliconStudio.Xenko.Graphics.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 79> SiliconStudio.Xenko.Graphics.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.Tests.exe 79> Waiting 100ms for the proxy server to start and connect to it 79>EXEC : Unexpected error : ExecServerApp has exited with the return code: 1 79> Unexpected error while trying to run ExecServerApp [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe]. Exception: System.InvalidOperationException: Assembly [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe] does not exist 79> at SiliconStudio.ExecServer.AppDomainShadowManager..ctor(String entryAssemblyPath, String mainAssemblyPath, IEnumerable1 nativeDllsPathOrFolderList) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\AppDomainShadowManager.cs:line 40 79> at SiliconStudio.ExecServer.ExecServerRemote..ctor(String entryAssemblyPath, String executablePath, Boolean trackingServer, Boolean cachingAppDomain, Boolean isMainDomain) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerRemote.cs:line 44 79> at SiliconStudio.ExecServer.ExecServerApp.RunServer(String entryAssemblyPath, String executablePath, Int32 serverInstanceIndex) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 140 79> at SiliconStudio.ExecServer.ExecServerApp.Run(String[] argsCopy) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 73 79>C:\Users\baa\Documents\GitHub\xenko\Targets\Xenko.targets(294,5): error MSB3073: The command ""C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe" --compile-property:SolutionDir=C:\Users\baa\Documents\GitHub\xenko\build\;SolutionName=Xenko;BuildProjectReferences=false --property:SiliconStudioXenkoGraphicsApi=Direct3D11 --disable-auto-compile --project-configuration "Debug" --platform=Windows --profile=Windows --project-configuration=Debug --output-path="C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\data\SiliconStudio.Xenko.Graphics.Tests" --build-path="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests\obj\data" --package-file="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests\SiliconStudio.Xenko.Graphics.Tests.xkpkg" --log-pipe="net.pipe://localhost/Xenko.BuildEngine.Monitor.21ef8aae-5a25-42ba-8e07-8245750f99a6"" exited with code -300. ========== Build: 69 succeeded, 16 failed, 0 up-to-date, 0 skipped ==========`

BrianAA commented 7 years ago

reading the log I think the FBX is wrong on the getting started link. It tells you to download an older version of FBX sdk. instead should follow this link

http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=25408427

That solved that issue now I am down to three issues New build log

1>------ Build started: Project: SiliconStudio.Core.Native, Configuration: Debug Any CPU ------ 2>------ Build started: Project: Irony, Configuration: Debug Any CPU ------ 3>------ Build started: Project: SiliconStudio.ExecServer, Configuration: Debug Any CPU ------ 4>------ Build started: Project: SiliconStudio.NugetPackageRewriter, Configuration: Debug Any CPU ------ 5>------ Build started: Project: SiliconStudio.CoreCLRBuilder, Configuration: Debug Any CPU ------ 1> SiliconStudio.Core.Native -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Native.dll 6>------ Build started: Project: SiliconStudio.Core, Configuration: Debug Any CPU ------ 4> SiliconStudio.NugetPackageRewriter -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.NugetPackageRewriter.exe 5> SiliconStudio.CoreCLRBuilder -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.CoreCLRBuilder.exe 3> SiliconStudio.ExecServer -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.ExecServer.exe 7>------ Build started: Project: SiliconStudio.Assets.CompilerClient, Configuration: Debug Any CPU ------ 2> Irony -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\Irony.dll 7> SiliconStudio.Assets.CompilerClient -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe 6>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core\Threading\Dispatcher.cs(688,31,688,37): warning CS0649: Field 'Dispatcher.DispatcherNode.Caller' is never assigned to, and will always have its default value null 6>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core\Threading\Dispatcher.cs(690,29,690,38): warning CS0649: Field 'Dispatcher.DispatcherNode.TotalTime' is never assigned to, and will always have its default value 6>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core\Threading\Dispatcher.cs(689,24,689,29): warning CS0649: Field 'Dispatcher.DispatcherNode.Count' is never assigned to, and will always have its default value 0 6> Patch for assembly [SiliconStudio.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 6> SiliconStudio.Core -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.dll 8>------ Build started: Project: SiliconStudio.Core.MicroThreading, Configuration: Debug Any CPU ------ 9>------ Build started: Project: SiliconStudio.Core.IO, Configuration: Debug Any CPU ------ 8> Patch for assembly [SiliconStudio.Core.MicroThreading, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 8> SiliconStudio.Core.MicroThreading -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.MicroThreading.dll 9> Patch for assembly [SiliconStudio.Core.IO, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 9> SiliconStudio.Core.IO -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.IO.dll 10>------ Build started: Project: SiliconStudio.Core.Serialization, Configuration: Debug Any CPU ------ 10> Patch for assembly [SiliconStudio.Core.Serialization, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 10> SiliconStudio.Core.Serialization -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Serialization.dll 11>------ Build started: Project: SiliconStudio.Core.Mathematics, Configuration: Debug Any CPU ------ 12>------ Build started: Project: SiliconStudio.Core.Reflection, Configuration: Debug Any CPU ------ 13>------ Build started: Project: SiliconStudio.Shaders, Configuration: Debug Any CPU ------ 14>------ Build started: Project: SiliconStudio.StorageTool, Configuration: Debug Any CPU ------ 15>------ Build started: Project: SiliconStudio.Core.Tests, Configuration: Debug Any CPU ------ 15>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Tests\TestContentManager.cs(72,10,72,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 15>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Tests\TestLogger.cs(110,76,110,109): warning CS0618: 'Is.StringContaining(string)' is obsolete: 'Deprecated, use Does.Contain' 15> Patch for assembly [SiliconStudio.Core.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 15> SiliconStudio.Core.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Tests.dll 14> SiliconStudio.StorageTool -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.StorageTool.exe 12>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Reflection\TypeDescriptors\ObjectDescriptor.cs(109,35,109,41): warning CS0168: The variable 'member' is declared but never used 12>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Reflection\TypeDescriptors\DictionaryDescriptor.cs(275,20,275,30): warning CS0618: 'TypeHelper' is obsolete: 'This class will be removed in a future version' 12>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Reflection\TypeDescriptors\DictionaryDescriptor.cs(275,20,275,49): warning CS0618: 'TypeHelper.IsDictionary(Type)' is obsolete: 'This method will be removed in a future version' 12>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Reflection\TypeDescriptors\CollectionDescriptor.cs(290,20,290,30): warning CS0618: 'TypeHelper' is obsolete: 'This class will be removed in a future version' 12>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Reflection\TypeDescriptors\CollectionDescriptor.cs(290,20,290,49): warning CS0618: 'TypeHelper.IsCollection(Type)' is obsolete: 'This method will be removed in a future version' 12> SiliconStudio.Core.Reflection -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Reflection.dll 16>------ Build started: Project: SiliconStudio.Core.Yaml, Configuration: Debug Any CPU ------ 16>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Yaml\Serialization\Serializers\PrimitiveSerializer.cs(124,21,124,26): warning CS0162: Unreachable code detected 16> SiliconStudio.Core.Yaml -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Yaml.dll 11> Patch for assembly [SiliconStudio.Core.Mathematics, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 11> SiliconStudio.Core.Mathematics -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Mathematics.dll 17>------ Build started: Project: SiliconStudio.Xenko.VisualStudio.Package, Configuration: Debug Any CPU ------ 18>------ Build started: Project: SiliconStudio.Core.Yaml.Tests, Configuration: Debug Any CPU ------ 19>------ Build started: Project: SiliconStudio.Xenko, Configuration: Debug Any CPU ------ 20>------ Build started: Project: SiliconStudio.Xenko.Native, Configuration: Debug Any CPU ------ 21>------ Build started: Project: SiliconStudio.Core.Design, Configuration: Debug Any CPU ------ 22>------ Build started: Project: SiliconStudio.Xenko.Assimp, Configuration: Debug Any CPU ------ 18>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Yaml.Tests\Serialization\SerializationTests2.cs(1337,28,1337,34): warning CS0628: 'SerializationTests2.MyClassImmutable.Equals(SerializationTests2.MyClassImmutable)': new protected member declared in sealed class 18> Patch for assembly [SiliconStudio.Core.Yaml.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 18> SiliconStudio.Core.Yaml.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Yaml.Tests.dll 13> Patch for assembly [SiliconStudio.Shaders, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 13> SiliconStudio.Shaders -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Shaders.dll 17> Feeds used: 17> C:\Users\baa\.nuget\packages\ 17> https://api.nuget.org/v3/index.json 17> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 17> 17> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\packages.config are already installed. 17>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 17>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build.Engine, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 17>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(9,23,9,32): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\BuildLogPipeGenerator.cs(7,23,7,32): error CS0234: The type or namespace name 'Execution' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildSubmissionAwaitExtensions.cs(4,23,4,32): error CS0234: The type or namespace name 'Execution' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\XenkoCommands.cs(11,23,11,32): error CS0234: The type or namespace name 'Execution' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\XenkoCommands.cs(12,23,12,32): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'Microsoft.Build' (are you missing an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core\Diagnostics\CallerInfo.cs(49,23,49,33): warning CS0436: The type 'CallerInfo' in 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\..\..\common\core\SiliconStudio.Core\Diagnostics\CallerInfo.cs' conflicts with the imported type 'CallerInfo' in 'SiliconStudio.Core, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\..\..\common\core\SiliconStudio.Core\Diagnostics\CallerInfo.cs'. 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildSubmissionAwaitExtensions.cs(12,59,12,74): error CS0246: The type or namespace name 'BuildSubmission' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildSubmissionAwaitExtensions.cs(12,28,12,39): error CS0246: The type or namespace name 'BuildResult' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildSubmissionAwaitExtensions.cs(19,46,19,61): error CS0246: The type or namespace name 'BuildSubmission' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(109,41,109,53): error CS0246: The type or namespace name 'IEventSource' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(134,50,134,69): error CS0246: The type or namespace name 'BuildErrorEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(147,52,147,73): error CS0246: The type or namespace name 'BuildWarningEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(162,13,162,27): error CS0246: The type or namespace name 'BuildEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(203,52,203,73): error CS0246: The type or namespace name 'BuildMessageEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(264,57,264,78): error CS0246: The type or namespace name 'BuildStartedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(279,58,279,80): error CS0246: The type or namespace name 'BuildFinishedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(294,59,294,82): error CS0246: The type or namespace name 'ProjectStartedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(305,60,305,84): error CS0246: The type or namespace name 'ProjectFinishedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(317,58,317,80): error CS0246: The type or namespace name 'TargetStartedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(330,59,330,82): error CS0246: The type or namespace name 'TargetFinishedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(345,56,345,76): error CS0246: The type or namespace name 'TaskStartedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(358,57,358,78): error CS0246: The type or namespace name 'TaskFinishedEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(375,51,375,71): error CS0246: The type or namespace name 'CustomBuildEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(387,38,387,55): error CS0246: The type or namespace name 'MessageImportance' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(422,46,422,60): error CS0246: The type or namespace name 'BuildEventArgs' could not be found (are you missing a using directive or an assembly reference?) 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(109,30,109,40): error CS0115: 'IDEBuildLogger.Initialize(IEventSource)': no suitable method found to override 17>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\BuildEngine\IDEBuildLogger.cs(25,27,25,41): error CS0534: 'IDEBuildLogger' does not implement inherited abstract member 'Logger.Initialize(IEventSource)' 22> SiliconStudio.Xenko.Assimp -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assimp.dll 23>------ Build started: Project: SiliconStudio.Xenko.Assimp.Translation, Configuration: Debug x64 ------ 20> Patch for assembly [SiliconStudio.Xenko.Native, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 20> SiliconStudio.Xenko.Native -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Native.dll 19> Patch for assembly [SiliconStudio.Xenko, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 19> SiliconStudio.Xenko -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.dll 24>------ Build started: Project: SiliconStudio.Xenko.Shaders, Configuration: Debug Any CPU ------ 25>------ Build started: Project: SiliconStudio.Xenko.Audio, Configuration: Debug Any CPU ------ 26>------ Build started: Project: SiliconStudio.ImageComparerService, Configuration: Debug Any CPU ------ 21>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design\Settings\SettingsContainer.cs(147,30,147,31): warning CS0168: The variable 'e' is declared but never used 21> Patch for assembly [SiliconStudio.Core.Design, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 21> SiliconStudio.Core.Design -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Design.dll 27>------ Build started: Project: SiliconStudio.BuildEngine.Common, Configuration: Debug Any CPU ------ 28>------ Build started: Project: SiliconStudio.Quantum, Configuration: Debug Any CPU ------ 29>------ Build started: Project: SiliconStudio.Presentation, Configuration: Debug Any CPU ------ 30>------ Build started: Project: SiliconStudio.Xenko.FixProjectReferences, Configuration: Debug Any CPU ------ 31>------ Build started: Project: SiliconStudio.ProjectTemplating, Configuration: Debug Any CPU ------ 32>------ Build started: Project: SiliconStudio.Core.Design.Tests, Configuration: Debug Any CPU ------ 23> Materials.cpp 25> Patch for assembly [SiliconStudio.Xenko.Audio, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 25> SiliconStudio.Xenko.Audio -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Audio.dll 24> Patch for assembly [SiliconStudio.Xenko.Shaders, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 24> SiliconStudio.Xenko.Shaders -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Shaders.dll 33>------ Build started: Project: SiliconStudio.Xenko.Graphics, Configuration: Debug Any CPU ------ 34>------ Build started: Project: SiliconStudio.Xenko.Shaders.Parser, Configuration: Debug Any CPU ------ 27> Patch for assembly [SiliconStudio.BuildEngine.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 27> SiliconStudio.BuildEngine.Common -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.BuildEngine.Common.dll 26> SiliconStudio.ImageComparerService -> C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ImageComparerService\bin\Debug\SiliconStudio.ImageComparerService.exe 35>------ Build started: Project: SiliconStudio.BuildEngine.Tests, Configuration: Debug Any CPU ------ 30> SiliconStudio.Xenko.FixProjectReferences -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.FixProjectReferences.exe 36>------ Build started: Project: SiliconStudio.Xenko.Code.Tests, Configuration: Debug Any CPU ------ 23> .NETFramework,Version=v4.6.2.AssemblyAttributes.cpp 36> SiliconStudio.Xenko.Code.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Code.Tests.dll 35> Patch for assembly [SiliconStudio.BuildEngine.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 35> SiliconStudio.BuildEngine.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.BuildEngine.Tests.exe 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\ObjectContent.cs(36,32,36,37): warning CS0672: Member 'ObjectContent.Value' overrides obsolete member 'ContentNode.Value'. Add the Obsolete attribute to 'ObjectContent.Value'. 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\BoxedContent.cs(42,51,42,56): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\BoxedContent.cs(46,51,46,56): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\ContentNode.cs(67,37,67,42): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\BoxedContent.cs(63,52,63,57): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\ObjectContent.cs(84,53,84,58): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(75,29,75,34): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(100,29,100,34): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(123,29,123,34): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(146,25,146,30): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(219,51,219,56): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(223,51,223,56): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\Contents\MemberContent.cs(251,48,251,53): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Quantum\DefaultNodeBuilder.cs(180,23,180,36): warning CS0618: 'ContentNode.Value' is obsolete: 'Use method Retrieve()' 28> Patch for assembly [SiliconStudio.Quantum, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 28> SiliconStudio.Quantum -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Quantum.dll 37>------ Build started: Project: SiliconStudio.Quantum.Tests, Configuration: Debug Any CPU ------ 34> Patch for assembly [SiliconStudio.Xenko.Shaders.Parser, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 34> SiliconStudio.Xenko.Shaders.Parser -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Shaders.Parser.dll 38>------ Build started: Project: SiliconStudio.Xenko.Shaders.Compiler, Configuration: Debug Any CPU ------ 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\Extensions\TestDesignExtensions.cs(28,10,28,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 23> SiliconStudio.Xenko.Assimp.Translation.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build\..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assimp.Translation.dll 23> SiliconStudio.Xenko.Assimp.Translation.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build\..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assimp.Translation.pdb (Full PDB) 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestTypeConverter.cs(21,10,21,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(362,39,362,61): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(365,34,365,57): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(373,39,373,63): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(376,35,376,59): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(378,35,378,59): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(385,37,385,61): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(396,37,396,61): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(407,35,407,59): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 32>C:\Users\baa\Documents\GitHub\xenko\sources\common\core\SiliconStudio.Core.Design.Tests\TestUPathOld.cs(414,38,414,62): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 32> Patch for assembly [SiliconStudio.Core.Design.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 32> SiliconStudio.Core.Design.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Core.Design.Tests.dll 37> Patch for assembly [SiliconStudio.Quantum.Tests, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null] 37> SiliconStudio.Quantum.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Quantum.Tests.dll 33>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\BufferPool.cs(50,17,50,26): warning CS0162: Unreachable code detected 33>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\BufferPool.cs(60,17,60,22): warning CS0162: Unreachable code detected 33>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\BufferPool.cs(86,17,86,19): warning CS0162: Unreachable code detected 33>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\BufferPool.cs(121,17,121,43): warning CS0162: Unreachable code detected 33>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\GraphicsPresenter.cs(79,13,79,28): warning CS0618: 'GraphicsPresenter.DefaultViewport' is obsolete: 'This is not used anywhere anymore, except being created' 33>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\GraphicsPresenter.cs(173,13,173,28): warning CS0618: 'GraphicsPresenter.DefaultViewport' is obsolete: 'This is not used anywhere anymore, except being created' 33>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics\CommandList.cs(23,22,23,35): warning CS0414: The field 'CommandList.scissorsDirty' is assigned but its value is never used 33> Patch for assembly [SiliconStudio.Xenko.Graphics, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 33> SiliconStudio.Xenko.Graphics -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.dll 38> Patch for assembly [SiliconStudio.Xenko.Shaders.Compiler, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 38> SiliconStudio.Xenko.Shaders.Compiler -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Shaders.Compiler.dll 31> Patch for assembly [SiliconStudio.ProjectTemplating, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 39>------ Build started: Project: SiliconStudio.Xenko.Games, Configuration: Debug Any CPU ------ 40>------ Build started: Project: SiliconStudio.Assets, Configuration: Debug Any CPU ------ 41>------ Build started: Project: SiliconStudio.TextureConverter, Configuration: Debug Any CPU ------ 42>------ Build started: Project: SiliconStudio.Xenko.Graphics.RenderDocPlugin, Configuration: Debug Any CPU ------ 31> SiliconStudio.ProjectTemplating -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.ProjectTemplating.dll 39>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Games\GameBase.cs(448,38,448,80): warning CS0618: 'GameContextFactory.NewDefaultGameContext()' is obsolete: 'Use NewGameContext with the proper AppContextType.' 39>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Games\GamePlatform.cs(258,22,258,76): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 39>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Games\GamePlatform.cs(262,60,262,114): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 39> Patch for assembly [SiliconStudio.Xenko.Games, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 39> SiliconStudio.Xenko.Games -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Games.dll 43>------ Build started: Project: SiliconStudio.ProjectTemplating.Tests, Configuration: Debug Any CPU ------ 44>------ Build started: Project: SiliconStudio.Xenko.Input, Configuration: Debug Any CPU ------ 42> SiliconStudio.Xenko.Graphics.RenderDocPlugin -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.RenderDocPlugin.dll 43> SiliconStudio.ProjectTemplating.Tests -> C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ProjectTemplating.Tests\bin\Debug\SiliconStudio.ProjectTemplating.Tests.exe 41> SiliconStudio.TextureConverter -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.TextureConverter.exe 45>------ Build started: Project: SiliconStudio.TextureConverter.Tests, Configuration: Debug Any CPU ------ 44> Patch for assembly [SiliconStudio.Xenko.Input, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 44> SiliconStudio.Xenko.Input -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Input.dll 46>------ Build started: Project: SiliconStudio.Xenko.Engine, Configuration: Debug Any CPU ------ 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\XenkoTexLibraryTest.cs(15,10,15,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\FITexLibTest.cs(17,10,17,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\ArrayTexLibraryTest.cs(21,10,21,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\FITexLibTest.cs(24,10,24,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\XenkoTexLibraryTest.cs(22,10,22,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\ArrayTexLibraryTest.cs(32,10,32,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\AtitcTexLibraryTest.cs(17,10,17,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\DxtTexLibTest.cs(17,10,17,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\AtitcTexLibraryTest.cs(25,10,25,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\DxtTexLibTest.cs(24,10,24,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\PvrttTexLibTest.cs(16,10,16,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\PvrttTexLibTest.cs(23,10,23,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\AtlasTexLibraryTest.cs(20,10,20,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 45>C:\Users\baa\Documents\GitHub\xenko\sources\tests\tools\SiliconStudio.TextureConverter.Tests\AtlasTexLibraryTest.cs(30,10,30,29): warning CS0618: 'TestFixtureTearDownAttribute' is obsolete: 'Use OneTimeTearDownAttribute' 45> SiliconStudio.TextureConverter.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.TextureConverter.Tests.dll 40> Feeds used: 40> C:\Users\baa\.nuget\packages\ 40> https://api.nuget.org/v3/index.json 40> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 40> 40> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\packages.config are already installed. 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\AssetComposite.cs(18,37,18,46): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\AssetCompositeHierarchy.cs(79,37,79,46): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\IAssetComposite.cs(17,21,17,30): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\PackageLoadingAssetFile.cs(145,53,145,60): warning CS0108: 'PackageLoadingAssetFile.FileSizeComparer.Default' hides inherited member 'Comparer<PackageLoadingAssetFile>.Default'. Use the new keyword if hiding was intended. 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\Reflection\ShadowId.cs(88,31,88,50): warning CS0618: 'TypeHelper.IsCollection(Type)' is obsolete: 'This method will be removed in a future version' 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\Reflection\ShadowId.cs(89,31,89,50): warning CS0618: 'TypeHelper.IsDictionary(Type)' is obsolete: 'This method will be removed in a future version' 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\AssetCompositeHierarchy.cs(81,52,81,61): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\Package.cs(584,25,584,35): warning CS0219: The variable 'assetSaved' is assigned but its value is never used 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\PackageAssetCollection.cs(352,17,352,40): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\PackageAssetCollection.cs(352,52,352,75): warning CS0618: 'UPath.GetDirectory()' is obsolete: 'This method is obsolete. Use GetFullDirectory' 40>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets\Package.cs(1484,61,1484,83): warning CS0612: 'PlatformType.Windows10' is obsolete 40> Patch for assembly [SiliconStudio.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 40> SiliconStudio.Assets -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.dll 47>------ Build started: Project: SiliconStudio.Assets.Quantum, Configuration: Debug Any CPU ------ 48>------ Build started: Project: SiliconStudio.Assets.Tests, Configuration: Debug Any CPU ------ 29> Feeds used: 29> C:\Users\baa\.nuget\packages\ 29> https://api.nuget.org/v3/index.json 29> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 29> 29> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\packages.config are already installed. 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(239,26,239,148): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(249,45,249,169): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(261,45,261,169): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\FilteringComboBox.cs(515,17,515,31): warning CS0612: 'FilteringComboBox.ItemsToExclude' is obsolete 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\FilteringComboBox.cs(515,43,515,57): warning CS0612: 'FilteringComboBox.ItemsToExclude' is obsolete 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\ScaleBar.cs(957,26,957,150): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Drawing\CanvasRenderer.cs(276,33,276,140): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 29> Patch for assembly [SiliconStudio.Presentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Drawing\CanvasRenderer.cs(276,33,276,140): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\ScaleBar.cs(957,26,957,150): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(239,26,239,148): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(249,45,249,169): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\Trimming.cs(261,45,261,169): warning CS0618: 'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override' 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\FilteringComboBox.cs(515,17,515,31): warning CS0612: 'FilteringComboBox.ItemsToExclude' is obsolete 29>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation\Controls\FilteringComboBox.cs(515,43,515,57): warning CS0612: 'FilteringComboBox.ItemsToExclude' is obsolete 29> Patch for assembly [SiliconStudio.Presentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 29> SiliconStudio.Presentation -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Presentation.dll 49>------ Build started: Project: SiliconStudio.Presentation.Quantum, Configuration: Debug Any CPU ------ 50>------ Build started: Project: SiliconStudio.Presentation.Dialogs, Configuration: Debug Any CPU ------ 51>------ Build started: Project: SiliconStudio.Presentation.Tests, Configuration: Debug Any CPU ------ 47> Feeds used: 47> C:\Users\baa\.nuget\packages\ 47> https://api.nuget.org/v3/index.json 47> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 47> 47> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets.Quantum\packages.config are already installed. 47>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. 47> Patch for assembly [SiliconStudio.Assets.Quantum, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 47> SiliconStudio.Assets.Quantum -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.Quantum.dll 52>------ Build started: Project: SiliconStudio.Assets.Quantum.Tests, Configuration: Debug Any CPU ------ 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(49,16,49,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(79,16,79,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(128,16,128,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(169,16,169,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(191,16,191,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(267,16,267,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(343,16,343,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(419,16,419,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(473,16,473,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(548,16,548,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(623,16,623,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(698,16,698,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(736,16,736,27): warning CS0618: 'RequiresSTAAttribute' is obsolete: 'Use ApartmentAttribute and pass in ApartmentState.STA instead' 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(98,17,98,83): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(147,17,147,83): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(180,17,180,83): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(213,17,213,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(223,17,223,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(289,17,289,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(299,17,299,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(365,17,365,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(375,17,375,108): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(440,17,440,86): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(495,17,495,83): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(504,17,504,86): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(569,17,569,86): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(579,17,579,107): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(644,17,644,86): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(654,17,654,107): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Tests\TestWindowsManager.cs(709,17,709,84): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 51> SiliconStudio.Presentation.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Presentation.Tests.dll 50> Patch for assembly [SiliconStudio.Presentation.Dialogs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 50> SiliconStudio.Presentation.Dialogs -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Presentation.Dialogs.dll 48>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets.Tests\AssetObjectTest.cs(77,37,77,46): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 48>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets.Tests\TestSerializing.cs(48,10,48,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 48>C:\Users\baa\Documents\GitHub\xenko\sources\assets\SiliconStudio.Assets.Tests\AssetObjectTest.cs(79,43,79,52): warning CS0618: 'AssetPart' is obsolete: 'This struct might be removed soon' 48> Patch for assembly [SiliconStudio.Assets.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 48> SiliconStudio.Assets.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.Tests.exe 52> Patch for assembly [SiliconStudio.Assets.Quantum.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 52> SiliconStudio.Assets.Quantum.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.Quantum.Tests.dll 49>C:\Users\baa\Documents\GitHub\xenko\sources\common\presentation\SiliconStudio.Presentation.Quantum\CombinedNodeViewModel.cs(437,17,437,34): warning CS0618: 'NodeViewModel.ValueChanged' is obsolete: 'This event is deprecated, IContent.Changed should be used instead' 49> Patch for assembly [SiliconStudio.Presentation.Quantum, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null] 49> SiliconStudio.Presentation.Quantum -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Presentation.Quantum.dll 53>------ Build started: Project: SiliconStudio.Presentation.Quantum.Tests, Configuration: Debug Any CPU ------ 53> SiliconStudio.Presentation.Quantum.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Presentation.Quantum.Tests.dll 46> Feeds used: 46> C:\Users\baa\.nuget\packages\ 46> https://api.nuget.org/v3/index.json 46> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 46> 46> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\packages.config are already installed. 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Images\AmbientOcclusion\AmbientOcclusionRawAOShader.cs(17,7,17,13): warning CS0105: The using directive for 'System' appeared previously in this namespace 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\SceneSystem.cs(17,52,17,64): warning CS0436: The type 'ShaderMixins' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Utils\Picking.cs' conflicts with the imported type 'ShaderMixins' in 'SiliconStudio.Xenko.Graphics, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Utils\Picking.cs'. 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\LightComponent.cs(47,31,47,33): warning CS0108: 'LightComponent.Id' hides inherited member 'EntityComponent.Id'. Use the new keyword if hiding was intended. 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Shaders.Compiler\Internals\NetworkVirtualFileProvider.cs(60,21,60,112): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Shaders.Compiler\Internals\NetworkVirtualFileProvider.cs(75,25,75,126): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Shaders.Compiler\Internals\NetworkVirtualFileProvider.cs(120,17,120,107): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Shaders.Compiler\RemoteEffectCompilerClient.cs(61,98,61,110): warning CS0436: The type 'XenkoVersion' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\..\..\shared\SharedAssemblyInfo.cs' conflicts with the imported type 'XenkoVersion' in 'SiliconStudio.Xenko, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\..\..\shared\SharedAssemblyInfo.cs'. 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Shaders.Compiler\RemoteEffectCompilerClient.cs(72,13,72,61): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\VisibilityGroup.cs(119,19,119,36): warning CS0618: 'VisibilityGroup.ViewObjectFilters' is obsolete: 'This field is provisional and will be replaced by a proper mechanisms in the future' 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\VisibilityGroup.cs(136,44,136,61): warning CS0618: 'VisibilityGroup.ViewObjectFilters' is obsolete: 'This field is provisional and will be replaced by a proper mechanisms in the future' 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\VisibilityGroup.cs(149,44,149,74): warning CS0618: 'RenderSystem.ViewObjectFilters' is obsolete: 'This field is provisional and will be replaced by a proper mechanisms in the future' 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\AudioEmitterComponent.cs(239,21,239,50): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\AudioEmitterComponent.cs(242,21,242,50): warning CS0618: 'AudioEmitterComponent.DetachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, remove from the Sounds dictionary if needed.' 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\AudioEmitterComponent.cs(255,21,255,45): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Engine\AudioEmitterComponent.cs(266,21,266,45): warning CS0618: 'AudioEmitterComponent.DetachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, remove from the Sounds dictionary if needed.' 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightClusteredPointGroupRenderer.cs(118,29,118,36): warning CS0169: The field 'LightClusteredPointGroupRenderer.PointLightShaderGroupData.zPlanes' is never used 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightSpotGroupRenderer.cs(21,23,21,31): warning CS0169: The field 'SpotLightData.padding2' is never used 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightDirectionalGroupRenderer.cs(19,23,19,31): warning CS0169: The field 'DirectionalLightData.padding0' is never used 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightPointGroupRenderer.cs(19,23,19,31): warning CS0169: The field 'PointLightData.padding0' is never used 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightSpotGroupRenderer.cs(17,23,17,31): warning CS0169: The field 'SpotLightData.padding0' is never used 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightSpotGroupRenderer.cs(19,23,19,31): warning CS0169: The field 'SpotLightData.padding1' is never used 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightDirectionalGroupRenderer.cs(21,23,21,31): warning CS0169: The field 'DirectionalLightData.padding1' is never used 46>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Engine\Rendering\Lights\LightSpotGroupRenderer.cs(23,23,23,31): warning CS0169: The field 'SpotLightData.padding3' is never used 46> Patch for assembly [SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 46> SiliconStudio.Xenko.Engine -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Engine.dll 54>------ Build started: Project: SiliconStudio.Xenko.UI, Configuration: Debug Any CPU ------ 55>------ Build started: Project: SiliconStudio.Xenko.Physics, Configuration: Debug Any CPU ------ 56>------ Build started: Project: SiliconStudio.Xenko.SpriteStudio.Runtime, Configuration: Debug Any CPU ------ 57>------ Build started: Project: SiliconStudio.Xenko.Particles, Configuration: Debug Any CPU ------ 58>------ Build started: Project: SiliconStudio.Xenko.Graphics.Regression, Configuration: Debug Any CPU ------ 59>------ Build started: Project: SiliconStudio.Xenko.Games.Testing, Configuration: Debug Any CPU ------ 60>------ Build started: Project: SiliconStudio.Xenko.VisualStudio.Commands, Configuration: Debug Any CPU ------ 56> Patch for assembly [SiliconStudio.Xenko.SpriteStudio.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 56> SiliconStudio.Xenko.SpriteStudio.Runtime -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.SpriteStudio.Runtime.dll 60>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 60>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build.Engine, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 60>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 60>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. 60>CSC : error CS0006: Metadata file 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.VisualStudio.Package\bin\Debug\SiliconStudio.Xenko.VisualStudio.Package.dll' could not be found 59>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Games.Testing\GameTestingClient.cs(40,16,40,40): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 59> Patch for assembly [SiliconStudio.Xenko.Games.Testing, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 59> SiliconStudio.Xenko.Games.Testing -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Games.Testing.dll 58> Patch for assembly [SiliconStudio.Xenko.Graphics.Regression, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 58> SiliconStudio.Xenko.Graphics.Regression -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.Regression.dll 55>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Physics\Elements\PhysicsSkinnedComponentBase.cs(29,17,29,41): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 55> Patch for assembly [SiliconStudio.Xenko.Physics, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 55> SiliconStudio.Xenko.Physics -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Physics.dll 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\Spawners\SpawnerFromParent.cs(36,35,36,41): warning CS0628: 'SpawnerFromParent.Parent': new protected member declared in sealed class 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\Spawners\SpawnerFromParent.cs(125,68,125,88): warning CS0628: 'SpawnerFromParent.GetSpawnControlField()': new protected member declared in sealed class 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\ParticleSystem.cs(384,21,384,41): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\ParticleSystem.cs(386,47,386,76): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\VertexLayouts\ParticleVertexBuilder.cs(200,21,200,37): warning CS0169: The field 'ParticleVertexBuilder.vertexStructSize' is never used 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\Rendering\ParticleEmitterRenderFeature.cs(40,20,40,37): warning CS0649: Field 'RenderAttributesPerNode.IndexBufferOffset' is never assigned to, and will always have its default value 0 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\VertexLayouts\ParticleVertexBuilder.cs(209,32,209,46): warning CS0169: The field 'ParticleVertexBuilder.mappedVertices' is never used 57>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Particles\VertexLayouts\ParticleVertexBuilder.cs(201,30,201,45): warning CS0414: The field 'ParticleVertexBuilder.indexStructSize' is assigned but its value is never used 57> Patch for assembly [SiliconStudio.Xenko.Particles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 57> SiliconStudio.Xenko.Particles -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Particles.dll 54> Patch for assembly [SiliconStudio.Xenko.UI, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 54> SiliconStudio.Xenko.UI -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.UI.dll 61>------ Build started: Project: SiliconStudio.Xenko.Assets, Configuration: Debug Any CPU ------ 62>------ Build started: Project: SiliconStudio.Xenko.Physics.Tests.Windows, Configuration: Debug Any CPU ------ 62> Patch for assembly [SiliconStudio.Xenko.Physics.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 62> SiliconStudio.Xenko.Physics.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Physics.Tests.exe 62> Waiting 100ms for the proxy server to start and connect to it 62>EXEC : Unexpected error : ExecServerApp has exited with the return code: 1 62> Unexpected error while trying to run ExecServerApp [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe]. Exception: System.InvalidOperationException: Assembly [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe] does not exist 62> at SiliconStudio.ExecServer.AppDomainShadowManager..ctor(String entryAssemblyPath, String mainAssemblyPath, IEnumerable1 nativeDllsPathOrFolderList) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\AppDomainShadowManager.cs:line 40 62> at SiliconStudio.ExecServer.ExecServerRemote..ctor(String entryAssemblyPath, String executablePath, Boolean trackingServer, Boolean cachingAppDomain, Boolean isMainDomain) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerRemote.cs:line 44 62> at SiliconStudio.ExecServer.ExecServerApp.RunServer(String entryAssemblyPath, String executablePath, Int32 serverInstanceIndex) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 140 62> at SiliconStudio.ExecServer.ExecServerApp.Run(String[] argsCopy) in C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.ExecServer\ExecServerApp.cs:line 73 62>C:\Users\baa\Documents\GitHub\xenko\Targets\Xenko.targets(294,5): error MSB3073: The command ""C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerClient.exe" --compile-property:SolutionDir=C:\Users\baa\Documents\GitHub\xenko\build\;SolutionName=Xenko;BuildProjectReferences=false --property:SiliconStudioXenkoGraphicsApi=Direct3D11 --disable-auto-compile --project-configuration "Debug" --platform=Windows --profile=Windows --project-configuration=Debug --output-path="C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\data\SiliconStudio.Xenko.Physics.Tests" --build-path="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Physics.Tests\obj\data" --package-file="C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Physics.Tests\SiliconStudio.Xenko.Physics.Tests.xkpkg" --log-pipe="net.pipe://localhost/Xenko.BuildEngine.Monitor.cd27d16d-8eff-4060-9a2f-accc1fc0a25b"" exited with code -300. 61> Feeds used: 61> C:\Users\baa.nuget\packages\ 61> https://api.nuget.org/v3/index.json 61> C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 61>
61> All packages listed in C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\packages.config are already installed. 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\Skyboxes\SkyboxGenerator.cs(63,21,63,28): warning CS0108: 'SkyboxGeneratorContext.Dispose()' hides inherited member 'DisposeBase.Dispose()'. Use the new keyword if hiding was intended. 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\Entities\SceneAsset.Upgraders.cs(480,23,480,43): warning CS0108: 'SceneAsset.EntityDesignUpgrader' hides inherited member 'EntityHierarchyAssetBase.EntityDesignUpgrader'. Use the new keyword if hiding was intended. 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\XenkoConfig.cs(24,89,24,101): warning CS0436: The type 'XenkoVersion' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets....\shared\SharedAssemblyInfo.cs' conflicts with the imported type 'XenkoVersion' in 'SiliconStudio.Xenko.Audio, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets....\shared\SharedAssemblyInfo.cs'. 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\Navigation\NavigationMeshAssetCompiler.cs(304,34,304,36): warning CS0168: The variable 'ex' is declared but never used 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\XenkoConfig.cs(142,17,142,20): warning CS0162: Unreachable code detected 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\Physics\ColliderShapeAssetCompiler.cs(179,39,179,74): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\Physics\ColliderShapeAssetCompiler.cs(211,39,211,73): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\SpriteFont\SpriteFontAsset.Upgrader.cs(48,45,48,72): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\SpriteFont\SpriteFontAsset.Upgrader.cs(56,43,56,68): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\XenkoPackageUpgrader.cs(508,31,508,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 61>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets\XenkoPackageUpgrader.cs(459,31,459,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 61> Patch for assembly [SiliconStudio.Xenko.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 61> SiliconStudio.Xenko.Assets -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assets.dll 63>------ Build started: Project: SiliconStudio.Xenko.Importer.Common, Configuration: Debug x64 ------ 64>------ Build started: Project: SiliconStudio.Xenko.ConnectionRouter, Configuration: Debug Any CPU ------ 65>------ Build started: Project: SiliconStudio.Xenko.SpriteStudio.Offline, Configuration: Debug Any CPU ------ 66>------ Build started: Project: SiliconStudio.Xenko.Debugger, Configuration: Debug Any CPU ------ 67>------ Build started: Project: SiliconStudio.Xenko.ProjectGenerator, Configuration: Debug Any CPU ------ 67>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. 67> SiliconStudio.Xenko.ProjectGenerator -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.ProjectGenerator.exe 64>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(65,23,65,37): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 64>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(67,31,67,45): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 64>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.ConnectionRouter\WindowsPhoneTracker.cs(46,17,46,31): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 64>C:\Users\baa\Documents\GitHub\xenko\sources\shared\Process\AndroidDeviceEnumerator.cs(77,13,77,27): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Assets, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 64>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.ConnectionRouter\IOSTracker.cs(117,25,117,50): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 64> SiliconStudio.Xenko.ConnectionRouter -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.ConnectionRouter.exe 68>------ Build started: Project: SiliconStudio.Xenko.EffectCompilerServer, Configuration: Debug Any CPU ------ 69>------ Build started: Project: SiliconStudio.Xenko.TestRunner, Configuration: Debug Any CPU ------ 70>------ Build started: Project: SiliconStudio.Xenko.SamplesTestServer, Configuration: Debug Any CPU ------ 63> Stdafx.cpp 66>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Debugger\Debugger\LiveAssemblyReloader.cs(35,13,35,20): warning CS0162: Unreachable code detected 66>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Debugger\Debugger\LiveAssemblyReloader.cs(154,48,154,58): warning CS0649: Field 'LiveAssemblyReloader.ReloadedComponentEntryLive.YamlEvents' is never assigned to, and will always have its default value null 66> Patch for assembly [SiliconStudio.Xenko.Debugger, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 66> SiliconStudio.Xenko.Debugger -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Debugger.exe 65> Patch for assembly [SiliconStudio.Xenko.SpriteStudio.Offline, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 65> SiliconStudio.Xenko.SpriteStudio.Offline -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.SpriteStudio.Offline.dll 68>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.EffectCompilerServer\EffectCompilerServer.cs(80,98,80,170): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 68>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.EffectCompilerServer\EffectCompilerServer.cs(99,13,99,61): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 68> Patch for assembly [SiliconStudio.Xenko.EffectCompilerServer, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 68> SiliconStudio.Xenko.EffectCompilerServer -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.EffectCompilerServer.exe 69>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(65,23,65,37): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Xenko.ConnectionRouter, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 69>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(67,31,67,45): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Xenko.ConnectionRouter, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 69>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.TestRunner\Program.cs(49,17,49,31): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Xenko.ConnectionRouter, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 69> SiliconStudio.Xenko.TestRunner -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.TestRunner.exe 70>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(65,23,65,37): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Xenko.ConnectionRouter, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 70>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.SamplesTestServer\SamplesTestServer.cs(94,18,94,41): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 70>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.SamplesTestServer\SamplesTestServer.cs(40,55,40,67): warning CS0436: The type 'XenkoVersion' in 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.SamplesTestServer....\shared\SharedAssemblyInfo.cs' conflicts with the imported type 'XenkoVersion' in 'SiliconStudio.Xenko.Games.Testing, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.SamplesTestServer....\shared\SharedAssemblyInfo.cs'. 70>C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ShellHelper.cs(67,31,67,45): warning CS0436: The type 'ProcessOutputs' in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs' conflicts with the imported type 'ProcessOutputs' in 'SiliconStudio.Xenko.ConnectionRouter, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\shared\SiliconStudio.ShellHelper\ProcessOutputs.cs'. 70>C:\Users\baa\Documents\GitHub\xenko\sources\tools\SiliconStudio.Xenko.SamplesTestServer\SamplesTestServer.cs(397,13,406,15): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 70> Patch for assembly [SiliconStudio.Xenko.SamplesTestServer, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null] 70> SiliconStudio.Xenko.SamplesTestServer -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.SamplesTestServer.exe 63> AssemblyInfo.cpp 63> Xenko.Importer.Common.cpp 63> Generating Code... 63> .NETFramework,Version=v4.6.2.AssemblyAttributes.cpp 63> AssemblyInfo.obj : /DEBUG:FASTLINK is not supported when managed code is present; restarting link with /DEBUG:FULL 63> SiliconStudio.Xenko.Importer.Common.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Common.dll 63> SiliconStudio.Xenko.Importer.Common.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Common.pdb (Partial PDB) 71>------ Build started: Project: SiliconStudio.Xenko.Importer.FBX, Configuration: Debug x64 ------ 72>------ Build started: Project: SiliconStudio.Xenko.Importer.Assimp, Configuration: Debug x64 ------ 72> Stdafx.cpp 71> stdafx.cpp 72> AssemblyInfo.cpp 72> Xenko.Importer.Assimp.cpp 71> AnimationConverter.h 71>AnimationConverter.h(587): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data 71>AnimationConverter.h(588): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data 71>AnimationConverter.h(592): warning C4244: 'argument': conversion from 'float' to 'const fbxsdk::FbxLongLong', possible loss of data 71>AnimationConverter.h(593): warning C4244: 'argument': conversion from 'float' to 'const fbxsdk::FbxLongLong', possible loss of data 71>AnimationConverter.h(594): warning C4244: 'argument': conversion from 'float' to 'const fbxsdk::FbxLongLong', possible loss of data 72> UtilityFunctions.cpp 72> Generating Code... 71> AssemblyInfo.h 71> SceneMapping.h 71> MeshConverter.cpp 71>c:\users\baa\documents\github\xenko\sources\tools\siliconstudio.xenko.importer.fbx\AnimationConverter.h(587): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data 71>c:\users\baa\documents\github\xenko\sources\tools\siliconstudio.xenko.importer.fbx\AnimationConverter.h(588): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data 71>c:\users\baa\documents\github\xenko\sources\tools\siliconstudio.xenko.importer.fbx\AnimationConverter.h(592): warning C4244: 'argument': conversion from 'float' to 'const fbxsdk::FbxLongLong', possible loss of data 71>c:\users\baa\documents\github\xenko\sources\tools\siliconstudio.xenko.importer.fbx\AnimationConverter.h(593): warning C4244: 'argument': conversion from 'float' to 'const fbxsdk::FbxLongLong', possible loss of data 71>c:\users\baa\documents\github\xenko\sources\tools\siliconstudio.xenko.importer.fbx\AnimationConverter.h(594): warning C4244: 'argument': conversion from 'float' to 'const fbxsdk::FbxLongLong', possible loss of data 72> .NETFramework,Version=v4.6.2.AssemblyAttributes.cpp 71> UtilityFunctions.cpp 71> Generating Code... 72> SiliconStudio.Xenko.Importer.Assimp.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Assimp.dll 72> SiliconStudio.Xenko.Importer.Assimp.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Assimp.pdb (Full PDB) 72> ......\deps\assimp\bin\assimp_release-dll_x64\assimp-vc120-mt.dll 72> 1 File(s) copied 71> .NETFramework,Version=v4.6.2.AssemblyAttributes.cpp 71> SiliconStudio.Xenko.Importer.FBX.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.FBX.dll 71> SiliconStudio.Xenko.Importer.FBX.vcxproj -> C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.FBX.pdb (Full PDB) 71> C:\Program Files\Autodesk\FBX\FBX SDK\2017.0.1\lib\vs2015\x64\debug\libfbxsdk.dll 71> 1 File(s) copied 73>------ Build started: Project: SiliconStudio.Xenko.Assets.Models, Configuration: Debug Any CPU ------ 73>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Assimp.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. 73>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.Common.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. 73>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Users\baa\Documents\GitHub\xenko\build..\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Importer.FBX.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. 73>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets.Models\PrefabModelAssetCompiler.cs(101,39,101,74): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 73>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets.Models\PrefabModelAssetCompiler.cs(135,39,135,73): warning CS0618: 'EnumerableExtensions.IsNullOrEmpty(string)' is obsolete: 'Use string.IsNullOrEmpty() instead' 73> Patch for assembly [SiliconStudio.Xenko.Assets.Models, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 73> SiliconStudio.Xenko.Assets.Models -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assets.Models.dll 74>------ Build started: Project: SiliconStudio.Assets.CompilerApp, Configuration: Debug Any CPU ------ 74> Patch for assembly [SiliconStudio.Assets.CompilerApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 74> SiliconStudio.Assets.CompilerApp -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp.exe 75>------ Build started: Project: SiliconStudio.Xenko.Audio.Tests.Windows, Configuration: Debug Any CPU ------ 76>------ Build started: Project: SiliconStudio.Xenko.Shaders.Tests.Windows, Configuration: Debug Any CPU ------ 77>------ Build started: Project: SiliconStudio.Xenko.Assets.Tests, Configuration: Debug Any CPU ------ 78>------ Build started: Project: SiliconStudio.Xenko.UI.Tests.Windows, Configuration: Debug Any CPU ------ 79>------ Build started: Project: SiliconStudio.Xenko.Graphics.Tests.Windows, Configuration: Debug Any CPU ------ 80>------ Build started: Project: SiliconStudio.Xenko.Graphics.Tests.10_0.Windows, Configuration: Debug Any CPU ------ 81>------ Build started: Project: SiliconStudio.Xenko.Graphics.Tests.11_0.Windows, Configuration: Debug Any CPU ------ 82>------ Build started: Project: SiliconStudio.Xenko.Engine.Tests.Windows, Configuration: Debug Any CPU ------ 83>------ Build started: Project: SiliconStudio.Xenko.Input.Tests.Windows, Configuration: Debug Any CPU ------ 84>------ Build started: Project: SiliconStudio.Xenko.Assets.Tests2, Configuration: Debug Any CPU ------ 85>------ Build started: Project: SiliconStudio.Xenko.Particles.Tests.Windows, Configuration: Debug Any CPU ------ 76>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shaders.Tests\TestShaderMixer2.cs(24,10,24,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 76> Patch for assembly [SiliconStudio.Xenko.Shaders.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 76> SiliconStudio.Xenko.Shaders.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Shaders.Tests.exe 79>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests\TestFixedSizeUI.cs(19,7,19,37): warning CS0105: The using directive for 'SiliconStudio.Core.Mathematics' appeared previously in this namespace 79>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests\TestFixedSizeUI.cs(20,7,20,33): warning CS0105: The using directive for 'SiliconStudio.Xenko.Engine' appeared previously in this namespace 79>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests\TestFixedSizeUI.cs(22,7,22,44): warning CS0105: The using directive for 'SiliconStudio.Xenko.Rendering.Sprites' appeared previously in this namespace 79>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Graphics.Tests\TestFontManager.cs(19,10,19,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 79> Patch for assembly [SiliconStudio.Xenko.Graphics.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 79> SiliconStudio.Xenko.Graphics.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.Tests.exe 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Events\EventManagerTests.cs(36,10,36,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\CanvasTests.cs(36,10,36,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\ContentControlTest.cs(20,10,20,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\ContentPresenterTests.cs(15,42,15,58): warning CS0618: 'ContentPresenter' is obsolete: 'This class has no effect and shouldn't be used. Consider one of the classes that inherit from ContentControl.' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\GridTests.cs(20,10,20,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\ImageButtonTests.cs(14,37,14,48): warning CS0618: 'ImageButton' is obsolete: 'Use Button with SizeToContent set to false.' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\StackPanelTests.cs(25,10,25,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\UIElementLayeringTests.cs(32,10,32,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 78>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.UI.Tests\Layering\ImageButtonTests.cs(19,31,19,42): warning CS0618: 'ImageButton' is obsolete: 'Use Button with SizeToContent set to false.' 78> Patch for assembly [SiliconStudio.Xenko.UI.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 78> AssemblyScanProcessor: Can't register type [SiliconStudio.Xenko.UI.Tests.Layering.EditTextTests/DummyFont] for scan type [SiliconStudio.Core.Serialization.Contents.ReferenceSerializerAttribute] because it is a nested private type 78> AssemblyScanProcessor: Can't register type [SiliconStudio.Xenko.UI.Tests.Layering.TextBlockTests/DummyFont] for scan type [SiliconStudio.Core.Serialization.Contents.ReferenceSerializerAttribute] because it is a nested private type 78> SiliconStudio.Xenko.UI.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.UI.Tests.exe 81> Patch for assembly [SiliconStudio.Xenko.Graphics.Tests.11_0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 81> SiliconStudio.Xenko.Graphics.Tests.11_0.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.Tests.11_0.exe 81> Waiting 100ms for the proxy server to start and connect to it 81> Waiting 100ms for the proxy server to start and connect to it 81> Cannot launch exec server for [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp_ExecServer2.exe]. Trying next one 81> Cannot launch exec server for [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp_ExecServer3.exe]. Trying next one 81> Waiting 100ms for the proxy server to start and connect to it 81> Waiting 100ms for the proxy server to start and connect to it 81> Cannot launch exec server for [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp_ExecServer5.exe]. Trying next one 81> Waiting 100ms for the proxy server to start and connect to it 83> Patch for assembly [SiliconStudio.Xenko.Input.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 83> SiliconStudio.Xenko.Input.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Input.Tests.exe 83> Waiting 100ms for the proxy server to start and connect to it 83> Waiting 100ms for the proxy server to start and connect to it 83> Cannot launch exec server for [C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Assets.CompilerApp_ExecServer2.exe]. Trying next one 83> Waiting 100ms for the proxy server to start and connect to it 83> Waiting 100ms for the proxy server to start and connect to it 83> Waiting 100ms for the proxy server to start and connect to it 83> Waiting 100ms for the proxy server to start and connect to it 83> Waiting 100ms for the proxy server to start and connect to it 83> Waiting 100ms for the proxy server to start and connect to it 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\PauseResumeTests.cs(26,13,26,27): warning CS0618: 'SoundInstance.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\PauseResumeTests.cs(27,13,27,28): warning CS0618: 'SoundInstance.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(65,13,65,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(66,13,66,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(67,13,67,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(71,21,71,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(72,21,72,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(73,21,73,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(92,13,92,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(71,13,71,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(72,13,72,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(76,21,76,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(77,21,77,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(85,13,85,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(159,13,159,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(64,13,64,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(166,13,166,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(266,13,266,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(273,13,273,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(113,28,113,51): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(120,28,120,51): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(336,13,336,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioEmitterProcessor.cs(223,13,223,78): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(383,13,383,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(176,17,176,40): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioListenerProcessor.cs(412,13,412,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(153,13,153,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(154,13,154,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(155,13,155,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(159,21,159,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(160,21,160,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(161,21,161,63): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(171,13,171,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(212,17,212,40): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(225,17,225,40): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(240,17,240,40): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(259,64,259,87): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(240,17,240,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(275,13,275,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(287,13,287,41): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(288,13,288,41): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(305,17,305,52): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(306,38,306,80): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(328,17,328,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(303,17,303,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(356,13,356,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(357,34,357,76): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(410,13,410,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(411,34,411,76): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(361,17,361,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(372,17,372,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(383,17,383,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(394,17,394,34): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(476,13,476,48): warning CS0618: 'AudioEmitterComponent.AttachSound(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(477,34,477,76): warning CS0618: 'AudioEmitterComponent.GetSoundController(Sound)' is obsolete: 'This method won't be exposed in future releases, please add sounds from the game studio or in the Sounds dictionary and access them using array pattern ["MySound"].' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(465,13,465,30): warning CS0436: The type 'Refactor' in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs' conflicts with the imported type 'Refactor' in 'SiliconStudio.Xenko.Engine, Version=1.10.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Shared\Refactor\Refactor.cs'. 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(519,13,519,36): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(529,13,529,41): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(568,13,568,41): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(537,31,537,54): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(550,31,550,54): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(573,31,573,54): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestController.cs(586,31,586,54): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Audio.Tests\Engine\TestAudioSystem.cs(603,13,603,41): warning CS0618: 'AudioEmitterSoundController.IsLooped' is obsolete: 'Renamed, please use IsLooping.' 75> Patch for assembly [SiliconStudio.Xenko.Audio.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 75> SiliconStudio.Xenko.Audio.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Audio.Tests.exe 75> Waiting 100ms for the proxy server to start and connect to it 75> Waiting 100ms for the proxy server to start and connect to it 75> Waiting 100ms for the proxy server to start and connect to it 75> Waiting 100ms for the proxy server to start and connect to it 75> Waiting 100ms for the proxy server to start and connect to it 82> Patch for assembly [SiliconStudio.Xenko.Engine.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 82> SiliconStudio.Xenko.Engine.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Engine.Tests.exe 82> Waiting 100ms for the proxy server to start and connect to it 82> Waiting 100ms for the proxy server to start and connect to it 84> Patch for assembly [SiliconStudio.Xenko.Assets.Tests2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 84> SiliconStudio.Xenko.Assets.Tests2 -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assets.Tests2.exe 84> Waiting 100ms for the proxy server to start and connect to it 84> Waiting 100ms for the proxy server to start and connect to it 77>C:\Users\baa\Documents\GitHub\xenko\sources\engine\SiliconStudio.Xenko.Assets.Tests\TexturePackerTests.cs(34,10,34,26): warning CS0618: 'TestFixtureSetUpAttribute' is obsolete: 'Use OneTimeSetUpAttribute' 77> Patch for assembly [SiliconStudio.Xenko.Assets.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 77> SiliconStudio.Xenko.Assets.Tests -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Assets.Tests.exe 80> Patch for assembly [SiliconStudio.Xenko.Graphics.Tests.10_0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 80> SiliconStudio.Xenko.Graphics.Tests.10_0.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Graphics.Tests.10_0.exe 80> Waiting 100ms for the proxy server to start and connect to it 80> Waiting 100ms for the proxy server to start and connect to it 85> Patch for assembly [SiliconStudio.Xenko.Particles.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null] 85> SiliconStudio.Xenko.Particles.Tests.Windows -> C:\Users\baa\Documents\GitHub\xenko\Bin\Windows-Direct3D11\SiliconStudio.Xenko.Particles.Tests.exe ========== Build: 82 succeeded, 3 failed, 0 up-to-date, 0 skipped ========== `