Last active
September 16, 2015 06:43
-
-
Save Pvlerick/6fbc97185ddaf00f6872 to your computer and use it in GitHub Desktop.
Roslyn build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Phil\Documents\GitHub\Roslyn>cibuild.cmd | |
C:\Users\Phil\Documents\GitHub\Roslyn>REM Parse Arguments. | |
C:\Users\Phil\Documents\GitHub\Roslyn>set RoslynRoot=C:\Users\Phil\Documents\GitHub\Roslyn\ | |
C:\Users\Phil\Documents\GitHub\Roslyn>set BuildConfiguration=Debug | |
C:\Users\Phil\Documents\GitHub\Roslyn>if "" == "" goto :DoneParsing | |
C:\Users\Phil\Documents\GitHub\Roslyn>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat" | |
C:\Users\Phil\Documents\GitHub\Roslyn>REM Build the compiler so we can self host it for the full build | |
C:\Users\Phil\Documents\GitHub\Roslyn>nuget.exe restore -verbosity quiet C:\Users\Phil\Documents\GitHub\Roslyn\build/ToolsetPackages/project | |
.json | |
C:\Users\Phil\Documents\GitHub\Roslyn>nuget.exe restore -verbosity quiet C:\Users\Phil\Documents\GitHub\Roslyn\build/Toolset.sln | |
C:\Users\Phil\Documents\GitHub\Roslyn>msbuild /nologo /v:m /m C:\Users\Phil\Documents\GitHub\Roslyn\build/Toolset.sln /p:Configuration=Debug | |
CSharpErrorFactsGenerator -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\CSharpErrorFactsGenerator.exe | |
VisualBasicErrorFactsGenerator -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBErrorFactsGenerator.exe | |
CompilersBoundTreeGenerator -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\BoundTreeGenerator.exe | |
CSharpSyntaxGenerator -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\CSharpSyntaxGenerator.exe | |
VisualBasicSyntaxGenerator -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBSyntaxGenerator.exe | |
Microsoft.DiaSymReader.PortablePdb -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.dll | |
CodeAnalysis -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.dll | |
Reading input file "Syntax\Syntax.xml"... | |
Wrote C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\CSharpCodeAnalysis\Debug\Syntax.xml.Generated.cs | |
291 node structures, 2 enumerations, 639 node kinds | |
CSharpCodeAnalysis -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.dll | |
MSBuildTask -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.dll | |
csc -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc.exe | |
csc2 -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc2.exe | |
BasicCodeAnalysis -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.dll | |
vbc -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc.exe | |
VBCSCompiler -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBCSCompiler.exe | |
vbc2 -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc2.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn>mkdir C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Bootstrap | |
A subdirectory or file C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Bootstrap already exists. | |
C:\Users\Phil\Documents\GitHub\Roslyn>move Binaries\Debug\* C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Bootstrap | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\BoundTreeGenerator.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\BoundTreeGenerator.exe.config | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\BoundTreeGenerator.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc.exe.config | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc.rsp | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc2.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc2.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc2.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\CSharpErrorFactsGenerator.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\CSharpErrorFactsGenerator.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\CSharpSyntaxGenerator.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\CSharpSyntaxGenerator.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.Build.Framework.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.Build.Tasks.Core.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.Build.Utilities.Core.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CSharp.Core.targets | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.DiaSymReader.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.DiaSymReader.Native.amd64.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.DiaSymReader.Native.x86.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.DiaSymReader.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualBasic.Core.targets | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\System.Collections.Immutable.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\System.Reflection.Metadata.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc.exe.config | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc.rsp | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc2.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc2.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc2.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBCSCompiler.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBCSCompiler.exe.config | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBCSCompiler.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBCSCompiler.xml | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBErrorFactsGenerator.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBErrorFactsGenerator.pdb | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBSyntaxGenerator.exe | |
C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBSyntaxGenerator.pdb | |
57 file(s) moved. | |
C:\Users\Phil\Documents\GitHub\Roslyn>msbuild /v:m /t:Clean build/Toolset.sln /p:Configuration=Debug | |
Microsoft (R) Build Engine version 14.0.23107.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
C:\Users\Phil\Documents\GitHub\Roslyn>taskkill /F /IM vbcscompiler.exe | |
SUCCESS: The process "VBCSCompiler.exe" with PID 12632 has been terminated. | |
C:\Users\Phil\Documents\GitHub\Roslyn>msbuild /v:m /m /p:BootstrapBuildPath=C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Bootstrap BuildAn | |
dTest.proj /p:Configuration=Debug /p:Test64= | |
Microsoft (R) Build Engine version 14.0.23107.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\build\ToolsetPackages\project.json... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win). | |
Generating MSBuild file ToolsetPackages.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\CodeAnalysisTest\CodeAnalysisTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\Portable\CodeAnalysis.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\VBCSCompiler\VBCSCompiler.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\VBCSCompilerTests\VBCSCompilerTests.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\csc\csc.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Portable\CSharpCodeAnalysis.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\CommandLine\CSharpCommandLineTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\Emit\CSharpCompilerEmitTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\Semantic\CSharpCompilerSemanticTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\Symbol\CSharpCompilerSymbolTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\Syntax\CSharpCompilerSyntaxTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Test\Resources\Core\CompilerTestResources.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Portable.FX45\TestUtilities.FX45.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Test\Utilities\CSharp\CSharpCompilerTestUtilities.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Test\Utilities\VisualBasic\BasicCompilerTestUtilities.vbproj.. | |
. | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Portable\BasicCodeAnalysis.vbproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Test\CommandLine\BasicCommandLineTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Test\Emit\BasicCompilerEmitTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Test\Semantic\BasicCompilerSemanticTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Test\Symbol\BasicCompilerSymbolTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Test\Syntax\BasicCompilerSyntaxTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\PdbUtilities\PdbUtilities.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Desktop\TestUtilities.Desktop.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\Core\Portable\Workspaces.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\CompilerGeneratorTools\Source\BoundTreeGenerator\CompilersB | |
oundTreeGenerator.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\CompilerGeneratorTools\Source\CSharpErrorFactsGenerator\CSh | |
arpErrorFactsGenerator.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\CompilerGeneratorTools\Source\CSharpSyntaxGenerator\CSharpS | |
yntaxGenerator.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\CompilerGeneratorTools\Source\VisualBasicSyntaxGenerator\Vi | |
sualBasicSyntaxGenerator.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\CoreTest\ServicesTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\CSharpTest\CSharpServicesTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\VisualBasicTest\VisualBasicServicesTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\CompilerGeneratorTools\Source\VisualBasicErrorFactsGenerato | |
r\VisualBasicErrorFactsGenerator.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\Core\Desktop\Workspaces.Desktop.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\CSharp\Portable\CSharpWorkspace.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\VisualBasic\Portable\BasicWorkspace.vbproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\FakeSign\FakeSign.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
Restoring packages for .NETFramework,Version=v4.5.2 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
All packages are compatible with .NETFramework,Version=v4.5.2 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Features\VisualBasic\Portable\BasicFeatures.vbproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Features\CSharp\Portable\CSharpFeatures.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Features\Core\Portable\Features.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\Text\TextEditorFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\VisualBasic\BasicEditorFeatures.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\CSharp\CSharpEditorFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\Core\EditorFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\VisualBasicTest\BasicEditorServicesTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasic\BasicScripting.vbproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
EXEC : warning : Unknown Compatibility Profile: net46.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\Core\Scripting.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
EXEC : warning : Unknown Compatibility Profile: net46.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CoreTest\ScriptingTest.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
EXEC : warning : Unknown Compatibility Profile: net46.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CoreTest\ScriptingTest.csproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharp\CSharpScripting.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
EXEC : warning : Unknown Compatibility Profile: net46.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest\CSharpScriptingTest.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
EXEC : warning : Unknown Compatibility Profile: net46.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest\CSharpScriptingTest.csproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\Features\InteractiveFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\InteractiveWindow\Editor\InteractiveWindow.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\CSharpTest\CSharpEditorServicesTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\Test\EditorServicesTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\Test2\EditorServicesTest2.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\TestUtilities\ServicesTestUtilities.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\EditorFeatures\VisualBasic\BasicInteractiveEditorFeatures.vb | |
proj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\EditorFeatures\CSharp\CSharpInteractiveEditorFeatures.csproj | |
... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\EditorFeatures\Core\InteractiveEditorFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\Host\InteractiveHost.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\HostTest\InteractiveHostTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\csi\csi.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\vbi\vbi.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\InteractiveWindow\EditorTest\InteractiveWindowTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\InteractiveWindow\VisualStudio\VisualStudioInteractiveWindow.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\Core\Def\ServicesVisualStudio.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\Core\Impl\ServicesVisualStudioImpl.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\Core\SolutionExplorerShim\SolutionExplorerShim.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\VisualBasic\Impl\BasicVisualStudio.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\VisualBasic\Repl\BasicVisualStudioRepl.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\CSharp\Impl\CSharpVisualStudio.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\CSharp\Repl\CSharpVisualStudioRepl.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\CSharp\Test\CSharpVisualStudioTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\Core\Test\ServicesVisualStudioTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\Setup\VisualStudioSetup.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\VisualStudioInteractiveComponents\VisualStudioInteractiveCo | |
mponents.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\InteractiveServices\VisualStudioInteractiveServices.csproj. | |
.. | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\SetupInteractive\VisualStudioSetupInteractive.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\VisualStudioDiagnosticsToolWindow\VisualStudioDiagnosticsWi | |
ndow.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\CSharp\Source\ExpressionCompiler\CSharpExpressionCom | |
piler.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\CSharp\Test\ExpressionCompiler\CSharpExpressionCompi | |
lerTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\CSharp\Test\ResultProvider\CSharpResultProviderTest. | |
csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\VisualBasic\Source\ExpressionCompiler\BasicExpressio | |
nCompiler.vbproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\VisualBasic\Test\ExpressionCompiler\BasicExpressionC | |
ompilerTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\Core\Source\ExpressionCompiler\ExpressionCompiler.cs | |
proj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\VisualBasic\Test\ResultProvider\BasicResultProviderT | |
est.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\Core\Test\ExpressionCompiler\ExpressionCompilerTestU | |
tilities.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\Core\Test\ResultProvider\ResultProviderTestUtilities | |
.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\MetadataVisualizer\MetadataVisualizer.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\WinRT\CSharpWinRTTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\MSBuildTask\MSBuildTask.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\MSBuildTaskTests\MSBuildTaskTests.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\VisualBasic\Source\ResultProvider\NetFX20\BasicResul | |
tProvider.NetFX20.vbproj... | |
Restoring packages for .NETFramework,Version=v2.0... | |
All packages are compatible with .NETFramework,Version=v2.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\CSharp\Source\ResultProvider\NetFX20\CSharpResultPro | |
vider.NetFX20.csproj... | |
Restoring packages for .NETFramework,Version=v2.0... | |
All packages are compatible with .NETFramework,Version=v2.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\Core\Source\ResultProvider\NetFX20\ResultProvider.Ne | |
tFX20.csproj... | |
Restoring packages for .NETFramework,Version=v2.0... | |
All packages are compatible with .NETFramework,Version=v2.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\csc2\csc2.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\vbc2\vbc2.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\vbc\vbc.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\Pdb2Xml\Pdb2Xml.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Debugging\Microsoft.DiaSymReader.PortablePdb\Microsoft.DiaSymReader.Port | |
ablePdb.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Debugging\Microsoft.DiaSymReader.PortablePdb.Tests\Microsoft.DiaSymReade | |
r.PortablePdb.UnitTests.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
EXEC : warning : Unknown Compatibility Profile: net46.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Debugging\Microsoft.DiaSymReader.PortablePdb.Tests\Microsoft.DiaSymRead | |
er.PortablePdb.UnitTests.csproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\CscCore\CscCore.csproj... | |
Restoring packages for DNXCore,Version=v5.0... | |
Restoring packages for DNXCore,Version=v5.0 (win-x86)... | |
Restoring packages for DNXCore,Version=v5.0 (win-x64)... | |
All packages are compatible with DNXCore,Version=v5.0. | |
All packages are compatible with DNXCore,Version=v5.0 (win-x86). | |
All packages are compatible with DNXCore,Version=v5.0 (win-x64). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\VbcCore\VbcCore.csproj... | |
Restoring packages for DNXCore,Version=v5.0... | |
Restoring packages for DNXCore,Version=v5.0 (win-x86)... | |
Restoring packages for DNXCore,Version=v5.0 (win-x64)... | |
All packages are compatible with DNXCore,Version=v5.0. | |
All packages are compatible with DNXCore,Version=v5.0 (win-x86). | |
All packages are compatible with DNXCore,Version=v5.0 (win-x64). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Portable\TestUtilities.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
EXEC : warning : Unknown Compatibility Profile: net46.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Portable\TestUtilities.csproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CoreTest.Desktop\ScriptingTest.Desktop.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CoreTest.Desktop\ScriptingTest.Desktop.csproj.nuget.targets. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CoreTest.Desktop\ScriptingTest.Desktop.csproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest.Desktop\CSharpScriptingTest.Desktop.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest.Desktop\CSharpScriptingTest.Desktop.csproj.nuget.t | |
argets. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest.Desktop\CSharpScriptingTest.Desktop.csproj.nuget.p | |
rops. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasicTest.Desktop\BasicScriptingTest.Desktop.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasicTest.Desktop\BasicScriptingTest.Desktop.vbproj.nug | |
et.targets. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasicTest.Desktop\BasicScriptingTest.Desktop.vbproj.nug | |
et.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasicTest\BasicScriptingTest.vbproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
EXEC : warning : Unknown Compatibility Profile: net46.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [C:\Users\Phil\Documents\GitHub\Roslyn\BuildAndTest.proj] | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasicTest\BasicScriptingTest.vbproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Diagnostics\Diagnostics.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Runtime.FX46\TestRuntime.FX46.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-). | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Runtime.FX46\TestRuntime.FX46.csproj.nuget.targets. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Runtime.FX46\TestRuntime.FX46.csproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\CSharp\APISampleUnitTests\APISampleUnitTestsCS.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\CSharp\ConsoleClassifier\ConsoleClassifierCS.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
Restoring packages for .NETFramework,Version=v4.5.2 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
All packages are compatible with .NETFramework,Version=v4.5.2 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\CSharp\ConvertToAutoProperty\Impl\ConvertToAutoPropertyCS.csproj | |
... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\CSharp\ImplementNotifyPropertyChanged\Impl\ImplementNotifyProper | |
tyChangedCS.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\CSharp\ImplementNotifyPropertyChanged\Test\ImplementNotifyProper | |
tyChangedCS.UnitTests.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\CSharp\MakeConst\Impl\MakeConstCS.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\CSharp\MakeConst\Test\MakeConstCS.UnitTests.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\Shared\UnitTestFramework\UnitTestFramework.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\VisualBasic\APISampleUnitTests\APISampleUnitTestsVB.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\VisualBasic\ConsoleClassifier\ConsoleClassifierVB.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
Restoring packages for .NETFramework,Version=v4.5.2 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
All packages are compatible with .NETFramework,Version=v4.5.2 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\VisualBasic\ConvertToAutoProperty\Impl\ConvertToAutoPropertyVB.v | |
bproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\VisualBasic\ConvertToAutoProperty\Test\ConvertToAutoPropertyVB.U | |
nitTests.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\VisualBasic\FormatSolution\FormatSolutionVB.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
Restoring packages for .NETFramework,Version=v4.5.2 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
All packages are compatible with .NETFramework,Version=v4.5.2 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\VisualBasic\ImplementNotifyPropertyChanged\Impl\ImplementNotifyP | |
ropertyChangedVB.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\VisualBasic\ImplementNotifyPropertyChanged\Test\ImplementNotifyP | |
ropertyChangedVB.UnitTests.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\VisualBasic\MakeConst\Impl\MakeConstVB.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Samples\VisualBasic\MakeConst\Test\MakeConstVB.UnitTests.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
CodeAnalysis -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.dll | |
CompilersBoundTreeGenerator -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\BoundTreeGenerator.exe | |
VisualBasicSyntaxGenerator -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBSyntaxGenerator.exe | |
VisualBasicErrorFactsGenerator -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBErrorFactsGenerator.exe | |
CSharpSyntaxGenerator -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\CSharpSyntaxGenerator.exe | |
CompilerTestResources -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.Test.Resources.dll | |
CSharpErrorFactsGenerator -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\CSharpErrorFactsGenerator.exe | |
Workspaces -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Workspaces.dll | |
BasicCodeAnalysis -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.dll | |
FakeSign -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\FakeSign.exe | |
Features -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Features.dll | |
TextEditorFeatures -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.EditorFeatures.Text.dll | |
InteractiveWindow -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualStudio.InteractiveWindow.dll | |
Scripting -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.dll | |
ServicesTestUtilities -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Services.Test.Utilities.dll | |
RunTests -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\RunTests.exe | |
TestRuntime.FX46 -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.TestRuntime.FX46.dll | |
vbc -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc.exe | |
Microsoft.DiaSymReader.PortablePdb -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.dll | |
VisualStudioInteractiveWindow -> | |
VisualStudioInteractiveWindow -> | |
VisualStudioInteractiveWindow -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualStudio.VsInteractiveWindow.dll | |
BasicWorkspace -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll | |
Workspaces.Desktop -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Workspaces.Desktop.dll | |
BasicScripting -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.VisualBasic.dll | |
Concord -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.ExpressionEvaluator.Concord.DoNotUse.dll | |
Creating VSIX Container... | |
VisualStudioInteractiveWindow -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualStudio.VsInteractiveWindow.vsix | |
BasicFeatures -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.Features.dll | |
ResultProvider.Portable -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider | |
.dll | |
PdbUtilities -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Test.PdbUtilities.dll | |
CSharpCodeAnalysis -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.dll | |
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1097,5): warning MSB3644: The reference assemblies for fram | |
ework "DNXCore,Version=v5.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your | |
application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved fr | |
om the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted | |
for the framework you intend. [C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\CscCore\CscCore.csproj] | |
ResultProviderTestUtilities -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.ExpressionEvaluator.ResultProvider.Test.Utilit | |
ies.dll | |
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1097,5): warning MSB3644: The reference assemblies for fram | |
ework "DNXCore,Version=v5.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your | |
application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved fr | |
om the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted | |
for the framework you intend. [C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\VbcCore\VbcCore.csproj] | |
ResultProvider.NetFX20 -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\NetFX20\Microsoft.CodeAnalysis.ExpressionEvaluator.ResultP | |
rovider.dll | |
ExpressionCompiler -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler. | |
dll | |
vbi -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbi.exe | |
InteractiveFeatures -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.InteractiveFeatures.dll | |
Pdb2Xml -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Pdb2Xml.exe | |
Microsoft.DiaSymReader.PortablePdb.UnitTests -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.U | |
nitTests.dll | |
CSharpScripting -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.dll | |
MSBuildTask -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.dll | |
VbcCore -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\core-clr\vbc.exe | |
VBCSCompiler -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\VBCSCompiler.exe | |
TestUtilities.FX45 -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Test.Utilities.FX45.dll | |
CSharpWorkspace -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.Workspaces.dll | |
csi -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csi.exe | |
CscCore -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\core-clr\csc.exe | |
vbc2 -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\vbc2.exe | |
csc -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc.exe | |
MetadataVisualizer -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\mdv.exe | |
BasicResultProvider.Portable -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluat | |
or.ResultProvider.dll | |
CSharpResultProvider.Portable -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.R | |
esultProvider.dll | |
TestUtilities.Desktop -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Test.Utilities.Desktop.dll | |
CSharpFeatures -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.Features.dll | |
CSharpExpressionCompiler -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.Expres | |
sionCompiler.dll | |
BasicCompilerTestUtilities -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.VisualBasic.Test.Utilities.dll | |
BasicExpressionCompiler -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.Ex | |
pressionCompiler.dll | |
OpenSourceDebug -> | |
OpenSourceDebug -> | |
ExpressionCompilerTestUtilities -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.ExpressionEvaluator.ExpressionCompiler.Tes | |
t.Utilities.dll | |
csc2 -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\csc2.exe | |
InteractiveWindowTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.InteractiveWindow.UnitTests.dll | |
OpenSourceDebug -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\OpenSourceDebug.dll | |
Creating intermediate PkgDef file. | |
CodeAnalysisTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.UnitTests.dll | |
BasicResultProviderTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.ExpressionEvaluator.VisualBasic.ResultProvider.Uni | |
tTests.dll | |
BasicExpressionCompilerTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.ExpressionEvaluator.VisualBasic.ExpressionComp | |
iler.UnitTests.dll | |
TestUtilities -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Test.Utilities.dll | |
MSBuildTaskTests -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.UnitTests.dll | |
BasicResultProvider.NetFX20 -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\NetFX20\Microsoft.CodeAnalysis.VisualBasic.Expression | |
Evaluator.ResultProvider.dll | |
InteractiveHost -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\InteractiveHost.exe | |
ScriptingTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.UnitTests.dll | |
EditorFeatures -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.EditorFeatures.dll | |
CSharpScriptingTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.UnitTests.dll | |
CSharpScriptingTest.Desktop -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.Desktop.UnitT | |
ests.dll | |
BasicEditorFeatures -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.dll | |
CSharpEditorFeatures -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.EditorFeatures.dll | |
Diagnostics -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Hosting.Diagnostics.dll | |
InteractiveEditorFeatures -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.InteractiveEditorFeatures.dll | |
BasicCompilerSymbolTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.VisualBasic.Symbol.UnitTests.dll | |
BasicCommandLineTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.VisualBasic.CommandLine.UnitTests.dll | |
ServicesVisualStudio -> | |
ServicesVisualStudio -> | |
ServicesVisualStudio -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualStudio.LanguageServices.dll | |
CSharpInteractiveEditorFeatures -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.InteractiveEditorFe | |
atures.dll | |
BasicCompilerEmitTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.VisualBasic.Emit.UnitTests.dll | |
ServicesTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Services.UnitTests.dll | |
BasicScriptingTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.VisualBasic.UnitTests.dll | |
BasicScriptingTest.Desktop -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.VisualBasic.Desktop.U | |
nitTests.dll | |
SolutionExplorerShim -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualStudio.LanguageServices.SolutionExplorer.dll | |
VisualStudioInteractiveServices -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualStudio.InteractiveServices.dll | |
ServicesVisualStudioImpl -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualStudio.LanguageServices.Implementation.d | |
ll | |
CSharpVisualStudioRepl -> | |
CSharpVisualStudioRepl -> | |
VisualStudioDiagnosticsWindow -> | |
VisualStudioDiagnosticsWindow -> | |
CSharpVisualStudioRepl -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualStudio.CSharp.Repl.dll | |
Creating intermediate PkgDef file. | |
BasicCompilerSemanticTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.VisualBasic.Semantic.UnitTests.dll | |
VisualStudioDiagnosticsWindow -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.VisualStudio.DiagnosticsWindow.dll | |
CSharpCompilerTestUtilities -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.CSharp.Test.Utilities.dll | |
BasicCompilerSyntaxTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.VisualBasic.Syntax.UnitTests.dll | |
PE file is already strong-name signed. | |
Use the -f (force) option to sign C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\BasicVisualStudio\Debug\Microsoft.VisualStudio.Langu | |
ageServices.VisualBasic.dll anyway. | |
C:\Users\Phil\Documents\GitHub\Roslyn\build\Targets\VSL.Imports.targets(280,5): error MSB3073: The command "C:\Users\Phil\.nuget\packages\F | |
akeSign\0.9.2\tools\FakeSign.exe "C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\BasicVisualStudio\Debug\Microsoft.VisualStudio.Languag | |
eServices.VisualBasic.dll"" exited with code 1. [C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\VisualBasic\Impl\prrj3eq4.tmp_proj] | |
ScriptingTest.Desktop -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests.dll | |
CSharpResultProvider.NetFX20 -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\NetFX20\Microsoft.CodeAnalysis.CSharp.ExpressionEval | |
uator.ResultProvider.dll | |
BasicInteractiveEditorFeatures -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.InteractiveEdit | |
orFeatures.dll | |
CSharpResultProviderTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.ExpressionEvaluator.CSharp.ResultProvider.UnitTes | |
ts.dll | |
CSharpWinRTTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.CSharp.WinRT.UnitTests.dll | |
CSharpExpressionCompilerTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.ExpressionEvaluator.CSharp.ExpressionCompiler | |
.UnitTests.dll | |
CSharpVisualStudio -> | |
CSharpVisualStudio -> | |
CSharpVisualStudio -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualStudio.LanguageServices.CSharp.dll | |
Creating intermediate PkgDef file. | |
CSharpCompilerSymbolTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.CSharp.Symbol.UnitTests.dll | |
CSharpCompilerSyntaxTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.CSharp.Syntax.UnitTests.dll | |
CSharpCompilerEmitTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.CSharp.Emit.UnitTests.dll | |
CSharpCompilerSemanticTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.CSharp.Semantic.UnitTests.dll | |
InteractiveHostTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.InteractiveHost.UnitTests.dll | |
CSharpCommandLineTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Compilers.CSharp.CommandLine.UnitTests.dll | |
BasicVisualStudioRepl -> | |
BasicVisualStudioRepl -> | |
VisualBasicServicesTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Services.VisualBasic.UnitTests.dll | |
EditorServicesTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Services.Editor.UnitTests.dll | |
CSharpServicesTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Services.CSharp.UnitTests.dll | |
BasicVisualStudioRepl -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Microsoft.VisualStudio.VisualBasic.Repl.dll | |
BasicEditorServicesTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Services.Editor.VisualBasic.UnitTests.dll | |
EditorServicesTest2 -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Services.Editor.UnitTests2.dll | |
CSharpEditorServicesTest -> C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Debug\Roslyn.Services.Editor.CSharp.UnitTests.dll | |
C:\Users\Phil\Documents\GitHub\Roslyn>if ERRORLEVEL 1 ( | |
taskkill /F /IM vbcscompiler.exe | |
echo Build failed | |
exit /b 1 | |
) | |
SUCCESS: The process "VBCSCompiler.exe" with PID 4196 has been terminated. | |
SUCCESS: The process "VBCSCompiler.exe" with PID 14636 has been terminated. | |
Build failed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Phil\Documents\GitHub\Roslyn [issue-5094]> .\nuget.exe restore .\Roslyn.sln | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\CodeAnalysisTest\CodeAnalysisTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\Portable\CodeAnalysis.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\VBCSCompiler\VBCSCompiler.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\VBCSCompilerTests\VBCSCompilerTests.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\csc\csc.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Portable\CSharpCodeAnalysis.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\CommandLine\CSharpCommandLineTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\Emit\CSharpCompilerEmitTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\Semantic\CSharpCompilerSemanticTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\Symbol\CSharpCompilerSymbolTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\Syntax\CSharpCompilerSyntaxTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Test\Resources\Core\CompilerTestResources.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Portable.FX45\TestUtilities.FX45.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Test\Utilities\CSharp\CSharpCompilerTestUtilities.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Test\Utilities\VisualBasic\BasicCompilerTestUtilities.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Portable\BasicCodeAnalysis.vbproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Test\CommandLine\BasicCommandLineTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Test\Emit\BasicCompilerEmitTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Test\Semantic\BasicCompilerSemanticTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Test\Symbol\BasicCompilerSymbolTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\Test\Syntax\BasicCompilerSyntaxTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\PdbUtilities\PdbUtilities.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Desktop\TestUtilities.Desktop.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\Core\Portable\Workspaces.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\CompilerGeneratorTools\Source\BoundTreeGenerator\CompilersBoun | |
dTreeGenerator.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\CompilerGeneratorTools\Source\CSharpErrorFactsGenerator\CSharp | |
ErrorFactsGenerator.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\CompilerGeneratorTools\Source\CSharpSyntaxGenerator\CSharpSynt | |
axGenerator.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\CompilerGeneratorTools\Source\VisualBasicSyntaxGenerator\Visua | |
lBasicSyntaxGenerator.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\CoreTest\ServicesTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\CSharpTest\CSharpServicesTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\VisualBasicTest\VisualBasicServicesTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\CompilerGeneratorTools\Source\VisualBasicErrorFactsGenerator\V | |
isualBasicErrorFactsGenerator.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\Core\Desktop\Workspaces.Desktop.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\CSharp\Portable\CSharpWorkspace.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Workspaces\VisualBasic\Portable\BasicWorkspace.vbproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\FakeSign\FakeSign.csproj... | |
Restoring packages for .NETFramework,Version=v4.5.2... | |
Restoring packages for .NETFramework,Version=v4.5.2 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5.2. | |
All packages are compatible with .NETFramework,Version=v4.5.2 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Features\VisualBasic\Portable\BasicFeatures.vbproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Features\CSharp\Portable\CSharpFeatures.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Features\Core\Portable\Features.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\Text\TextEditorFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\VisualBasic\BasicEditorFeatures.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\CSharp\CSharpEditorFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\Core\EditorFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\VisualBasicTest\BasicEditorServicesTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasic\BasicScripting.vbproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\Core\Scripting.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CoreTest\ScriptingTest.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharp\CSharpScripting.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest\CSharpScriptingTest.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\Features\InteractiveFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\InteractiveWindow\Editor\InteractiveWindow.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\CSharpTest\CSharpEditorServicesTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\Test\EditorServicesTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\Test2\EditorServicesTest2.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\TestUtilities\ServicesTestUtilities.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Installing Microsoft.NETCore.Portable.Compatibility 1.0.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\EditorFeatures\VisualBasic\BasicInteractiveEditorFeatures.vbpro | |
j... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\EditorFeatures\CSharp\CSharpInteractiveEditorFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\EditorFeatures\Core\InteractiveEditorFeatures.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
All packages are compatible with .NETFramework,Version=v4.6. | |
WARNING: Unknown Compatibility Profile: net46.app | |
WARNING: Unknown Compatibility Profile: dnxcore50.app | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\Host\InteractiveHost.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
WARNING: Unknown Compatibility Profile: net46.app | |
WARNING: Unknown Compatibility Profile: dnxcore50.app | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
WARNING: Unknown Compatibility Profile: net46.app | |
WARNING: Unknown Compatibility Profile: dnxcore50.app | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest\CSharpScriptingTest.csproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\HostTest\InteractiveHostTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\csi\csi.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Interactive\vbi\vbi.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
WARNING: Unknown Compatibility Profile: net46.app | |
WARNING: Unknown Compatibility Profile: dnxcore50.app | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CoreTest\ScriptingTest.csproj.nuget.props. | |
WARNING: Unknown Compatibility Profile: net46.app | |
WARNING: Unknown Compatibility Profile: dnxcore50.app | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\InteractiveWindow\EditorTest\InteractiveWindowTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\InteractiveWindow\VisualStudio\VisualStudioInteractiveWindow.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\Core\Def\ServicesVisualStudio.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\Core\Impl\ServicesVisualStudioImpl.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\Core\SolutionExplorerShim\SolutionExplorerShim.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\VisualBasic\Impl\BasicVisualStudio.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\VisualBasic\Repl\BasicVisualStudioRepl.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\CSharp\Impl\CSharpVisualStudio.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\CSharp\Repl\CSharpVisualStudioRepl.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\CSharp\Test\CSharpVisualStudioTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\Core\Test\ServicesVisualStudioTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\Setup\VisualStudioSetup.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\VisualStudioInteractiveComponents\VisualStudioInteractiveCompo | |
nents.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\InteractiveServices\VisualStudioInteractiveServices.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\SetupInteractive\VisualStudioSetupInteractive.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\VisualStudio\VisualStudioDiagnosticsToolWindow\VisualStudioDiagnosticsWindo | |
w.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\CSharp\Source\ExpressionCompiler\CSharpExpressionCompil | |
er.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\CSharp\Test\ExpressionCompiler\CSharpExpressionCompiler | |
Test.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\CSharp\Test\ResultProvider\CSharpResultProviderTest.csp | |
roj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\VisualBasic\Source\ExpressionCompiler\BasicExpressionCo | |
mpiler.vbproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\VisualBasic\Test\ExpressionCompiler\BasicExpressionComp | |
ilerTest.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\Core\Source\ExpressionCompiler\ExpressionCompiler.cspro | |
j... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\VisualBasic\Test\ResultProvider\BasicResultProviderTest | |
.vbproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\Core\Test\ExpressionCompiler\ExpressionCompilerTestUtil | |
ities.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\Core\Test\ResultProvider\ResultProviderTestUtilities.cs | |
proj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\MetadataVisualizer\MetadataVisualizer.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\Test\WinRT\CSharpWinRTTest.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\MSBuildTask\MSBuildTask.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\Core\MSBuildTaskTests\MSBuildTaskTests.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\VisualBasic\Source\ResultProvider\NetFX20\BasicResultPr | |
ovider.NetFX20.vbproj... | |
Restoring packages for .NETFramework,Version=v2.0... | |
All packages are compatible with .NETFramework,Version=v2.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\CSharp\Source\ResultProvider\NetFX20\CSharpResultProvid | |
er.NetFX20.csproj... | |
Restoring packages for .NETFramework,Version=v2.0... | |
All packages are compatible with .NETFramework,Version=v2.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\ExpressionEvaluator\Core\Source\ResultProvider\NetFX20\ResultProvider.NetFX | |
20.csproj... | |
Restoring packages for .NETFramework,Version=v2.0... | |
All packages are compatible with .NETFramework,Version=v2.0. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\csc2\csc2.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\vbc2\vbc2.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\vbc\vbc.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Tools\Source\Pdb2Xml\Pdb2Xml.csproj... | |
Restoring packages for .NETFramework,Version=v4.5... | |
Restoring packages for .NETFramework,Version=v4.5 (win-anycpu)... | |
All packages are compatible with .NETFramework,Version=v4.5. | |
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Debugging\Microsoft.DiaSymReader.PortablePdb\Microsoft.DiaSymReader.Portabl | |
ePdb.csproj... | |
Restoring packages for .NETPortable,Version=v4.5,Profile=Profile7... | |
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Debugging\Microsoft.DiaSymReader.PortablePdb.Tests\Microsoft.DiaSymReader.P | |
ortablePdb.UnitTests.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
WARNING: Unknown Compatibility Profile: net46.app | |
WARNING: Unknown Compatibility Profile: dnxcore50.app | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Debugging\Microsoft.DiaSymReader.PortablePdb.Tests\Microsoft.DiaSymReader. | |
PortablePdb.UnitTests.csproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\CSharp\CscCore\CscCore.csproj... | |
Restoring packages for DNXCore,Version=v5.0... | |
Restoring packages for DNXCore,Version=v5.0 (win-x86)... | |
Restoring packages for DNXCore,Version=v5.0 (win-x64)... | |
All packages are compatible with DNXCore,Version=v5.0. | |
All packages are compatible with DNXCore,Version=v5.0 (win-x86). | |
All packages are compatible with DNXCore,Version=v5.0 (win-x64). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Compilers\VisualBasic\VbcCore\VbcCore.csproj... | |
Restoring packages for DNXCore,Version=v5.0... | |
Restoring packages for DNXCore,Version=v5.0 (win-x86)... | |
Restoring packages for DNXCore,Version=v5.0 (win-x64)... | |
All packages are compatible with DNXCore,Version=v5.0. | |
All packages are compatible with DNXCore,Version=v5.0 (win-x86). | |
All packages are compatible with DNXCore,Version=v5.0 (win-x64). | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Portable\TestUtilities.csproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
WARNING: Unknown Compatibility Profile: net46.app | |
WARNING: Unknown Compatibility Profile: dnxcore50.app | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Portable\TestUtilities.csproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CoreTest.Desktop\ScriptingTest.Desktop.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CoreTest.Desktop\ScriptingTest.Desktop.csproj.nuget.targets. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CoreTest.Desktop\ScriptingTest.Desktop.csproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest.Desktop\CSharpScriptingTest.Desktop.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest.Desktop\CSharpScriptingTest.Desktop.csproj.nuget.targ | |
ets. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest.Desktop\CSharpScriptingTest.Desktop.csproj.nuget.prop | |
s. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasicTest.Desktop\BasicScriptingTest.Desktop.vbproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasicTest.Desktop\BasicScriptingTest.Desktop.vbproj.nuget. | |
targets. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasicTest.Desktop\BasicScriptingTest.Desktop.vbproj.nuget. | |
props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasicTest\BasicScriptingTest.vbproj... | |
Restoring packages for .NETPlatform,Version=v5.0... | |
WARNING: Unknown Compatibility Profile: net46.app | |
WARNING: Unknown Compatibility Profile: dnxcore50.app | |
All packages are compatible with .NETPlatform,Version=v5.0. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\VisualBasicTest\BasicScriptingTest.vbproj.nuget.props. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Diagnostics\Diagnostics.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
Restoring packages for C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Runtime.FX46\TestRuntime.FX46.csproj... | |
Restoring packages for .NETFramework,Version=v4.6... | |
Restoring packages for .NETFramework,Version=v4.6 (win-)... | |
All packages are compatible with .NETFramework,Version=v4.6. | |
All packages are compatible with .NETFramework,Version=v4.6 (win-). | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Runtime.FX46\TestRuntime.FX46.csproj.nuget.targets. | |
Generating MSBuild file C:\Users\Phil\Documents\GitHub\Roslyn\src\Test\Utilities\Runtime.FX46\TestRuntime.FX46.csproj.nuget.props. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Severity Code Description Project File Line Category | |
Warning Unable to add a reference to project 'CSharpCodeAnalysis'. The targets of Portable Library project 'CSharpCodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. CSharpScripting | |
Warning Unable to add a reference to project 'CodeAnalysis'. The targets of Portable Library project 'CodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. Scripting (Scripting\Scripting) | |
Error Unknown build error, 'Could not load file or assembly 'file:///C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\ServicesVisualStudioImpl\Debug\Microsoft.VisualStudio.LanguageServices.Implementation.dll' or one of its dependencies. The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)' ServicesVisualStudioImpl | |
Warning Unable to add a reference to project 'CodeAnalysis'. The targets of Portable Library project 'CodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. BasicScripting | |
Warning Unable to add a reference to project 'BasicCodeAnalysis'. The targets of Portable Library project 'BasicCodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. BasicScripting | |
Warning Unable to add a reference to project 'CodeAnalysis'. The targets of Portable Library project 'CodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. CSharpScripting | |
Error The command "C:\Users\Phil\.nuget\packages\FakeSign\0.9.2\tools\FakeSign.exe "C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\CSharpVisualStudio\Debug\Microsoft.VisualStudio.LanguageServices.CSharp.dll"" exited with code 255. CSharpVisualStudio | |
Warning Could not write state file "C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\SolutionExplorerShim\Debug\SolutionExplorerShim.csprojResolveAssemblyReference.cache". The process cannot access the file 'C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\SolutionExplorerShim\Debug\SolutionExplorerShim.csprojResolveAssemblyReference.cache' because it is being used by another process. SolutionExplorerShim | |
Warning Unable to add a reference to project 'CompilerTestResources'. The targets of Portable Library project 'CompilerTestResources' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. TestUtilities | |
Warning Unable to add a reference to project 'PdbUtilities'. The targets of Portable Library project 'PdbUtilities' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. TestUtilities | |
Warning Unable to add a reference to project 'CodeAnalysis'. The targets of Portable Library project 'CodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. TestUtilities | |
Warning Unable to add a reference to project 'CSharpCodeAnalysis'. The targets of Portable Library project 'CSharpCodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. TestUtilities | |
Warning Unable to add a reference to project 'BasicCodeAnalysis'. The targets of Portable Library project 'BasicCodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. TestUtilities | |
Warning Unable to add a reference to project 'CodeAnalysis'. The targets of Portable Library project 'CodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. ScriptingTest | |
Warning Unable to add a reference to project 'CSharpCodeAnalysis'. The targets of Portable Library project 'CSharpCodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. ScriptingTest | |
Warning Unable to add a reference to project 'CompilerTestResources'. The targets of Portable Library project 'CompilerTestResources' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. ScriptingTest | |
Warning Unable to add a reference to project 'BasicCodeAnalysis'. The targets of Portable Library project 'BasicCodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. ScriptingTest | |
Warning Unable to add a reference to project 'CodeAnalysis'. The targets of Portable Library project 'CodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. BasicScriptingTest | |
Warning Unable to add a reference to project 'BasicCodeAnalysis'. The targets of Portable Library project 'BasicCodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. BasicScriptingTest | |
Warning Unable to add a reference to project 'CompilerTestResources'. The targets of Portable Library project 'CompilerTestResources' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. BasicScriptingTest | |
Error can't open 'C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\BasicEditorServicesTest\Debug\Roslyn.Services.Editor.VisualBasic.UnitTests.dll' for writing: The process cannot access the file 'C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\BasicEditorServicesTest\Debug\Roslyn.Services.Editor.VisualBasic.UnitTests.dll' because it is being used by another process. BasicEditorServicesTest C:\Users\Phil\Documents\GitHub\Roslyn\src\EditorFeatures\VisualBasicTest\vbc | |
Warning Unable to add a reference to project 'CodeAnalysis'. The targets of Portable Library project 'CodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. CSharpScriptingTest | |
Warning Unable to add a reference to project 'CSharpCodeAnalysis'. The targets of Portable Library project 'CSharpCodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. CSharpScriptingTest | |
Warning Unable to add a reference to project 'BasicCodeAnalysis'. The targets of Portable Library project 'BasicCodeAnalysis' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. CSharpScriptingTest | |
Warning Unable to add a reference to project 'CompilerTestResources'. The targets of Portable Library project 'CompilerTestResources' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. CSharpScriptingTest | |
Error Cannot open 'C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\CSharpScriptingTest\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.UnitTests.dll' for writing -- 'The process cannot access the file 'C:\Users\Phil\Documents\GitHub\Roslyn\Binaries\Obj\CSharpScriptingTest\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.UnitTests.dll' because it is being used by another process.' CSharpScriptingTest C:\Users\Phil\Documents\GitHub\Roslyn\src\Scripting\CSharpTest\CSC | |
Warning The reference assemblies for framework "DNXCore,Version=v5.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. CscCore | |
Warning Unable to add a reference to project 'CodeAnalysis'. The current project's target is not one of or compatible with the targets of Portable Library project 'CodeAnalysis'. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. CscCore | |
Warning Unable to add a reference to project 'CSharpCodeAnalysis'. The current project's target is not one of or compatible with the targets of Portable Library project 'CSharpCodeAnalysis'. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. CscCore | |
Warning The referenced component 'System.Collections.Immutable' could not be found. MetadataVisualizer | |
Warning The referenced component 'System.Reflection.Metadata' could not be found. MetadataVisualizer | |
Warning Unable to add a reference to project 'PdbUtilities'. The targets of Portable Library project 'PdbUtilities' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. Microsoft.DiaSymReader.PortablePdb.UnitTests | |
Warning Unable to add a reference to project 'Microsoft.DiaSymReader.PortablePdb'. The targets of Portable Library project 'Microsoft.DiaSymReader.PortablePdb' are not the same or compatible with the targets of the current Portable Library project. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. Microsoft.DiaSymReader.PortablePdb.UnitTests | |
Warning The reference assemblies for framework "DNXCore,Version=v5.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. VbcCore | |
Warning Unable to add a reference to project 'CodeAnalysis'. The current project's target is not one of or compatible with the targets of Portable Library project 'CodeAnalysis'. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. VbcCore | |
Warning Unable to add a reference to project 'BasicCodeAnalysis'. The current project's target is not one of or compatible with the targets of Portable Library project 'BasicCodeAnalysis'. | |
A Portable Library project's targets can be changed via the Library tab in the project's properties. VbcCore | |
Warning Unknown Compatibility Profile: net46.app 0 | |
Warning Unknown Compatibility Profile: dnxcore50.app 0 | |
Warning Unknown Compatibility Profile: net46.app 0 | |
Warning Unknown Compatibility Profile: dnxcore50.app 0 | |
Warning Unknown Compatibility Profile: net46.app 0 | |
Warning Unknown Compatibility Profile: dnxcore50.app 0 | |
Warning Unknown Compatibility Profile: net46.app 0 | |
Warning Unknown Compatibility Profile: dnxcore50.app 0 | |
Warning Unknown Compatibility Profile: net46.app 0 | |
Warning Unknown Compatibility Profile: dnxcore50.app 0 | |
Warning Unknown Compatibility Profile: net46.app 0 | |
Warning Unknown Compatibility Profile: dnxcore50.app 0 | |
Warning Unknown Compatibility Profile: net46.app 0 | |
Warning Unknown Compatibility Profile: dnxcore50.app 0 | |
Warning Unknown Compatibility Profile: net46.app 0 | |
Warning Unknown Compatibility Profile: dnxcore50.app 0 | |
Message AD0001 The User Diagnostic Analyzer 'Roslyn.Diagnostics.Analyzers.EquatableAnalyzer' threw an exception of type 'System.NullReferenceException' with message 'Object reference not set to an instance of an object.'. ResultProviderTestUtilities 1 Compiler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment