dotnet / project-system

The .NET Project System for Visual Studio
MIT License
967 stars 386 forks source link

Almost every project in Roslyn is skipping the up-to-date check #5968

Closed davkean closed 4 years ago

davkean commented 4 years ago
  1. Open Roslyn at c2e6d3a5189680a99b283e0eb81a26a813f5e755
  2. Open Roslyn.sln
  3. Build 3 times

Expected: 3rd time every project to be up-to-date Actual: 164 projects are built, only 2 are up-to-date

1>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.xml' (3/12/2020 9:57:43 AM), not up to date. (Microsoft.CodeAnalysis)
1>------ Build started: Project: Microsoft.CodeAnalysis, Configuration: Debug Any CPU ------
2>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:59 AM) than the earliest output 'c:\roslyn\artifacts\bin\Roslyn.VisualStudio.Setup.Dependencies\Debug\net472\Roslyn.VisualStudio.Setup.Dependencies.xml' (3/12/2020 10:02:21 AM), not up to date. (Roslyn.VisualStudio.Setup.Dependencies)
2>------ Build started: Project: Roslyn.VisualStudio.Setup.Dependencies, Configuration: Debug Any CPU ------
3>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:06 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.ResultProvider\Debug\netstandard1.3\Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.xml' (3/12/2020 9:57:58 AM), not up to date. (Microsoft.CodeAnalysis.ResultProvider)
3>------ Build started: Project: Microsoft.CodeAnalysis.ResultProvider, Configuration: Debug Any CPU ------
4>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:17 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.FunctionResolver\Debug\netstandard1.3\Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver.xml' (3/12/2020 9:58:37 AM), not up to date. (Microsoft.CodeAnalysis.FunctionResolver)
4>------ Build started: Project: Microsoft.CodeAnalysis.FunctionResolver, Configuration: Debug Any CPU ------
5>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:12 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.Build.Tasks.CodeAnalysis\Debug\netcoreapp3.1\Microsoft.Build.Tasks.CodeAnalysis.xml' (3/12/2020 9:57:48 AM), not up to date. (Microsoft.Build.Tasks.CodeAnalysis)
5>------ Build started: Project: Microsoft.Build.Tasks.CodeAnalysis, Configuration: Debug Any CPU ------
6>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CodeStyle\Debug\netstandard2.0\Microsoft.CodeAnalysis.CodeStyle.xml' (3/12/2020 9:57:49 AM), not up to date. (Microsoft.CodeAnalysis.CodeStyle)
6>------ Build started: Project: Microsoft.CodeAnalysis.CodeStyle, Configuration: Debug Any CPU ------
7>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\bin\ResultProvider.NetFX20\Debug\net20\Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.xml' (3/12/2020 9:57:56 AM), not up to date. (ResultProvider.NetFX20)
7>------ Build started: Project: ResultProvider.NetFX20, Configuration: Debug Any CPU ------
8>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:05 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.VisualStudio.IntegrationTest.IntegrationService\Debug\net472\Microsoft.VisualStudio.IntegrationTest.IntegrationService.xml' (3/12/2020 9:59:27 AM), not up to date. (Microsoft.VisualStudio.IntegrationTest.IntegrationService)
8>------ Build started: Project: Microsoft.VisualStudio.IntegrationTest.IntegrationService, Configuration: Debug Any CPU ------
9>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:04 AM) than the earliest output 'c:\roslyn\artifacts\bin\BasicResultProvider.NetFX20\Debug\net20\Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider.xml' (3/12/2020 9:58:48 AM), not up to date. (BasicResultProvider.NetFX20)
9>------ Build started: Project: BasicResultProvider.NetFX20, Configuration: Debug Any CPU ------
10>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\obj\CSharpResultProvider.NetFX20\Debug\net20\Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.xml' (3/12/2020 9:58:42 AM), not up to date. (CSharpResultProvider.NetFX20)
10>------ Build started: Project: CSharpResultProvider.NetFX20, Configuration: Debug Any CPU ------
11>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.ResultProvider\Debug\netstandard1.3\Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider.xml' (3/12/2020 9:58:31 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.ResultProvider)
11>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.ResultProvider, Configuration: Debug Any CPU ------
12>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Workspaces\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.Workspaces.xml' (3/12/2020 10:02:28 AM), not up to date. (Microsoft.CodeAnalysis.Workspaces)
12>------ Build started: Project: Microsoft.CodeAnalysis.Workspaces, Configuration: Debug Any CPU ------
13>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.xml' (3/12/2020 9:58:06 AM), not up to date. (Microsoft.CodeAnalysis.CSharp)
13>------ Build started: Project: Microsoft.CodeAnalysis.CSharp, Configuration: Debug Any CPU ------
14>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Scripting\Debug\netstandard2.0\Microsoft.CodeAnalysis.Scripting.xml' (3/12/2020 10:02:02 AM), not up to date. (Microsoft.CodeAnalysis.Scripting)
14>------ Build started: Project: Microsoft.CodeAnalysis.Scripting, Configuration: Debug Any CPU ------
15>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic\Debug\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.xml' (3/12/2020 9:59:38 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic)
15>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic, Configuration: Debug Any CPU ------
16>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:58 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Compiler.Test.Resources\Debug\netstandard2.0\Microsoft.CodeAnalysis.Compiler.Test.Resources.xml' (3/12/2020 9:58:27 AM), not up to date. (Microsoft.CodeAnalysis.Compiler.Test.Resources)
16>------ Build started: Project: Microsoft.CodeAnalysis.Compiler.Test.Resources, Configuration: Debug Any CPU ------
17>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.Razor\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.Razor.xml' (3/12/2020 9:58:28 AM). (Microsoft.CodeAnalysis.ExternalAccess.Razor)
17>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 9:57:53 AM on 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis\Debug\netstandard2.0\Microsoft.CodeAnalysis.dll'. (Microsoft.CodeAnalysis.ExternalAccess.Razor)
17>FastUpToDate: Write timestamp on output marker is 3/12/2020 9:58:28 AM on 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.Razor\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.Razor.csproj.CopyComplete'. (Microsoft.CodeAnalysis.ExternalAccess.Razor)
17>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.Razor\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.Razor.dll.config': (Microsoft.CodeAnalysis.ExternalAccess.Razor)
17>FastUpToDate:     Source 3/12/2020 9:58:28 AM: 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.Razor\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.Razor.dll.config'. (Microsoft.CodeAnalysis.ExternalAccess.Razor)
17>FastUpToDate:     Destination 3/12/2020 9:58:28 AM: 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.ExternalAccess.Razor\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.Razor.dll.config'. (Microsoft.CodeAnalysis.ExternalAccess.Razor)
17>FastUpToDate: Project is up to date. (Microsoft.CodeAnalysis.ExternalAccess.Razor)
18>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.ExpressionCompiler\Debug\netstandard2.0\Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.xml' (3/12/2020 9:59:12 AM), not up to date. (Microsoft.CodeAnalysis.ExpressionCompiler)
18>------ Build started: Project: Microsoft.CodeAnalysis.ExpressionCompiler, Configuration: Debug Any CPU ------
19>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:09 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.ResultProvider\Debug\netstandard1.3\Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.xml' (3/12/2020 9:58:32 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.ResultProvider)
19>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.ResultProvider, Configuration: Debug Any CPU ------
20>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.CodeStyle\Debug\netstandard2.0\Microsoft.CodeAnalysis.CSharp.CodeStyle.xml' (3/12/2020 9:59:06 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.CodeStyle)
20>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.CodeStyle, Configuration: Debug Any CPU ------
21>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:08 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CodeStyle.Fixes\Debug\netstandard2.0\Microsoft.CodeAnalysis.CodeStyle.Fixes.xml' (3/12/2020 9:57:53 AM), not up to date. (Microsoft.CodeAnalysis.CodeStyle.Fixes)
21>------ Build started: Project: Microsoft.CodeAnalysis.CodeStyle.Fixes, Configuration: Debug Any CPU ------
22>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.InteractiveHost\Debug\net472\Microsoft.CodeAnalysis.InteractiveHost.xml' (3/12/2020 10:02:07 AM), not up to date. (Microsoft.CodeAnalysis.InteractiveHost)
22>------ Build started: Project: Microsoft.CodeAnalysis.InteractiveHost, Configuration: Debug Any CPU ------
23>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.CodeStyle\Debug\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.CodeStyle.xml' (3/12/2020 9:58:40 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.CodeStyle)
23>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.CodeStyle, Configuration: Debug Any CPU ------
24>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:17 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.PooledObjects.Package\Debug\netstandard1.3\Microsoft.CodeAnalysis.PooledObjects.Package.dll' (3/12/2020 9:58:52 AM), not up to date. (Microsoft.CodeAnalysis.PooledObjects.Package)
24>------ Build started: Project: Microsoft.CodeAnalysis.PooledObjects.Package, Configuration: Debug Any CPU ------
25>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:06 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler\Debug\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.xml' (3/12/2020 9:59:51 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler)
25>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler, Configuration: Debug Any CPU ------
26>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\bin\vbc\Debug\netcoreapp3.1\vbc.xml' (3/12/2020 9:59:53 AM), not up to date. (vbc)
26>------ Build started: Project: vbc, Configuration: Debug Any CPU ------
27>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Features\Debug\netstandard2.0\Microsoft.CodeAnalysis.Features.xml' (3/12/2020 10:02:50 AM), not up to date. (Microsoft.CodeAnalysis.Features)
27>------ Build started: Project: Microsoft.CodeAnalysis.Features, Configuration: Debug Any CPU ------
28>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:16 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.EditorFeatures.Text\Debug\netcoreapp3.0\Microsoft.CodeAnalysis.EditorFeatures.Text.xml' (3/12/2020 10:02:59 AM), not up to date. (Microsoft.CodeAnalysis.EditorFeatures.Text)
28>------ Build started: Project: Microsoft.CodeAnalysis.EditorFeatures.Text, Configuration: Debug Any CPU ------
29>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.Workspaces\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.Workspaces.xml' (3/12/2020 10:02:58 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Workspaces)
29>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Workspaces, Configuration: Debug Any CPU ------
30>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.Workspaces\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.Workspaces.xml' (3/12/2020 10:02:52 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Workspaces)
30>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Workspaces, Configuration: Debug Any CPU ------
31>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:04 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.Scripting\Debug\netstandard2.0\Microsoft.CodeAnalysis.CSharp.Scripting.xml' (3/12/2020 10:02:05 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Scripting)
31>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Scripting, Configuration: Debug Any CPU ------
32>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\bin\Roslyn.Test.Utilities\Debug\netcoreapp3.1\Roslyn.Test.Utilities.xml' (3/12/2020 9:59:43 AM), not up to date. (Roslyn.Test.Utilities)
32>------ Build started: Project: Roslyn.Test.Utilities, Configuration: Debug Any CPU ------
33>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient\Debug\net472\Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient.xml' (3/12/2020 10:02:45 AM), not up to date. (Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient)
33>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.Razor.RemoteClient, Configuration: Debug Any CPU ------
34>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:58 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.Desktop\Debug\net472\Microsoft.CodeAnalysis.Workspaces.Desktop.xml' (3/12/2020 10:02:45 AM), not up to date. (Microsoft.CodeAnalysis.Workspaces.Desktop)
34>------ Build started: Project: Microsoft.CodeAnalysis.Workspaces.Desktop, Configuration: Debug Any CPU ------
35>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\obj\InteractiveHost32\Debug\net472\InteractiveHost32.xml' (3/12/2020 10:02:11 AM), not up to date. (InteractiveHost32)
35>------ Build started: Project: InteractiveHost32, Configuration: Debug Any CPU ------
36>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\obj\InteractiveHost64\Debug\net472\InteractiveHost64.xml' (3/12/2020 10:02:15 AM), not up to date. (InteractiveHost64)
36>------ Build started: Project: InteractiveHost64, Configuration: Debug Any CPU ------
37>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:04 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures.xml' (3/12/2020 10:03:19 AM), not up to date. (Microsoft.CodeAnalysis.EditorFeatures)
37>------ Build started: Project: Microsoft.CodeAnalysis.EditorFeatures, Configuration: Debug Any CPU ------
38>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.Features\Debug\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.Features.xml' (3/12/2020 10:03:18 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Features)
38>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Features, Configuration: Debug Any CPU ------
39>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Workspaces.MSBuild\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.Workspaces.MSBuild.xml' (3/12/2020 10:02:51 AM), not up to date. (Microsoft.CodeAnalysis.Workspaces.MSBuild)
39>------ Build started: Project: Microsoft.CodeAnalysis.Workspaces.MSBuild, Configuration: Debug Any CPU ------
40>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.Features\Debug\netstandard2.0\Microsoft.CodeAnalysis.CSharp.Features.xml' (3/12/2020 10:03:15 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Features)
40>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Features, Configuration: Debug Any CPU ------
41>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.Apex\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.Apex.xml' (3/12/2020 10:02:50 AM), not up to date. (Microsoft.CodeAnalysis.ExternalAccess.Apex)
41>------ Build started: Project: Microsoft.CodeAnalysis.ExternalAccess.Apex, Configuration: Debug Any CPU ------
42>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:15 AM) than the earliest output 'c:\roslyn\artifacts\obj\csc\Debug\netcoreapp3.1\csc.xml' (3/12/2020 9:58:34 AM), not up to date. (csc)
42>------ Build started: Project: csc, Configuration: Debug Any CPU ------
43>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:59 AM) than the earliest output 'c:\roslyn\artifacts\obj\Roslyn.Test.PdbUtilities\Debug\netstandard2.0\Roslyn.Test.PdbUtilities.xml' (3/12/2020 9:59:47 AM), not up to date. (Roslyn.Test.PdbUtilities)
43>------ Build started: Project: Roslyn.Test.PdbUtilities, Configuration: Debug Any CPU ------
44>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\obj\VBCSCompiler\Debug\netcoreapp3.1\VBCSCompiler.xml' (3/12/2020 9:59:49 AM), not up to date. (VBCSCompiler)
44>------ Build started: Project: VBCSCompiler, Configuration: Debug Any CPU ------
45>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:04 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.ExpressionCompiler\Debug\netstandard2.0\Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.xml' (3/12/2020 9:59:13 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.ExpressionCompiler)
45>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.ExpressionCompiler, Configuration: Debug Any CPU ------
46>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\obj\Roslyn.VisualStudio.InteractiveComponents\Debug\net472\Roslyn.VisualStudio.InteractiveComponents.xml' (3/12/2020 10:03:01 AM). (Roslyn.VisualStudio.InteractiveComponents)
46>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:36 AM on 'c:\roslyn\artifacts\obj\InteractiveHost32\Debug\net472\InteractiveHost32.csproj.CopyComplete'. (Roslyn.VisualStudio.InteractiveComponents)
46>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:18 AM on 'c:\roslyn\artifacts\obj\Roslyn.VisualStudio.InteractiveComponents\Debug\net472\Roslyn.VisualStudio.InteractiveComponents.csproj.CopyComplete'. (Roslyn.VisualStudio.InteractiveComponents)
46>FastUpToDate: Input marker is newer than output marker, not up to date. (Roslyn.VisualStudio.InteractiveComponents)
46>------ Build started: Project: Roslyn.VisualStudio.InteractiveComponents, Configuration: Debug Any CPU ------
47>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\bin\csi\Debug\netcoreapp3.1\csi.xml' (3/12/2020 10:02:11 AM), not up to date. (csi)
47>------ Build started: Project: csi, Configuration: Debug Any CPU ------
48>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Remote.Workspaces\Debug\net472\Microsoft.CodeAnalysis.Remote.Workspaces.xml' (3/12/2020 10:03:21 AM), not up to date. (Microsoft.CodeAnalysis.Remote.Workspaces)
48>------ Build started: Project: Microsoft.CodeAnalysis.Remote.Workspaces, Configuration: Debug Any CPU ------
49>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures.Wpf.xml' (3/12/2020 10:57:42 AM). (Microsoft.CodeAnalysis.EditorFeatures.Wpf)
49>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:36 AM on 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures.csproj.CopyComplete'. (Microsoft.CodeAnalysis.EditorFeatures.Wpf)
49>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:18 AM on 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj.CopyComplete'. (Microsoft.CodeAnalysis.EditorFeatures.Wpf)
49>FastUpToDate: Input marker is newer than output marker, not up to date. (Microsoft.CodeAnalysis.EditorFeatures.Wpf)
49>------ Build started: Project: Microsoft.CodeAnalysis.EditorFeatures.Wpf, Configuration: Debug Any CPU ------
50>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.LanguageServer.Protocol\Debug\net472\Microsoft.CodeAnalysis.LanguageServer.Protocol.xml' (3/12/2020 10:03:22 AM), not up to date. (Microsoft.CodeAnalysis.LanguageServer.Protocol)
50>------ Build started: Project: Microsoft.CodeAnalysis.LanguageServer.Protocol, Configuration: Debug Any CPU ------
51>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures\Debug\net472\Microsoft.CodeAnalysis.CSharp.EditorFeatures.xml' (3/12/2020 10:03:23 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.EditorFeatures)
51>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.EditorFeatures, Configuration: Debug Any CPU ------
52>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.EditorFeatures\Debug\net472\Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.xml' (3/12/2020 10:03:23 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.EditorFeatures)
52>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.EditorFeatures, Configuration: Debug Any CPU ------
53>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:01 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures.Wpf\Debug\net472\Microsoft.CodeAnalysis.CSharp.EditorFeatures.Wpf.xml' (3/12/2020 10:03:28 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.EditorFeatures.Wpf)
53>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.EditorFeatures.Wpf, Configuration: Debug Any CPU ------
54>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:08 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Remote.Razor.ServiceHub\Debug\net472\Microsoft.CodeAnalysis.Remote.Razor.ServiceHub.xml' (3/12/2020 10:03:23 AM), not up to date. (Microsoft.CodeAnalysis.Remote.Razor.ServiceHub)
54>------ Build started: Project: Microsoft.CodeAnalysis.Remote.Razor.ServiceHub, Configuration: Debug Any CPU ------
55>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\bin\Roslyn.Services.UnitTests.Utilities\Debug\net472\Roslyn.Services.UnitTests.Utilities.xml' (3/12/2020 10:03:27 AM), not up to date. (Roslyn.Services.UnitTests.Utilities)
55>------ Build started: Project: Roslyn.Services.UnitTests.Utilities, Configuration: Debug Any CPU ------
56>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.ExternalAccess.Debugger\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.Debugger.xml' (3/12/2020 10:03:21 AM), not up to date. (Microsoft.CodeAnalysis.ExternalAccess.Debugger)
56>------ Build started: Project: Microsoft.CodeAnalysis.ExternalAccess.Debugger, Configuration: Debug Any CPU ------
57>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\bin\Microsoft.VisualStudio.LanguageServices\Debug\net472\Microsoft.VisualStudio.LanguageServices.xml' (3/12/2020 10:57:52 AM). (Microsoft.VisualStudio.LanguageServices)
57>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:38 AM on 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.LanguageServer.Protocol\Debug\net472\Microsoft.CodeAnalysis.LanguageServer.Protocol.csproj.CopyComplete'. (Microsoft.VisualStudio.LanguageServices)
57>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:21 AM on 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices\Debug\net472\Microsoft.VisualStudio.LanguageServices.csproj.CopyComplete'. (Microsoft.VisualStudio.LanguageServices)
57>FastUpToDate: Input marker is newer than output marker, not up to date. (Microsoft.VisualStudio.LanguageServices)
57>------ Build started: Project: Microsoft.VisualStudio.LanguageServices, Configuration: Debug Any CPU ------
58>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:01 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Remote.ServiceHub\Debug\net472\Microsoft.CodeAnalysis.Remote.ServiceHub.xml' (3/12/2020 10:03:28 AM), not up to date. (Microsoft.CodeAnalysis.Remote.ServiceHub)
58>------ Build started: Project: Microsoft.CodeAnalysis.Remote.ServiceHub, Configuration: Debug Any CPU ------
59>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\bin\Roslyn.Compilers.Extension\Debug\net472\Roslyn.Compilers.Extension.xml' (3/12/2020 10:02:20 AM), not up to date. (Roslyn.Compilers.Extension)
59>------ Build started: Project: Roslyn.Compilers.Extension, Configuration: Debug Any CPU ------
60>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:01 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities\Debug\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.Test.Utilities.xml' (3/12/2020 9:59:54 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Test.Utilities)
60>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Test.Utilities, Configuration: Debug Any CPU ------
61>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:58 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.Scripting\Debug\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.Scripting.xml' (3/12/2020 10:02:06 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Scripting)
61>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Scripting, Configuration: Debug Any CPU ------
62>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes\Debug\netstandard2.0\Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.xml' (3/12/2020 9:59:09 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes)
62>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes, Configuration: Debug Any CPU ------
63>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:59 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.Test.Utilities\Debug\netstandard2.0\Microsoft.CodeAnalysis.CSharp.Test.Utilities.xml' (3/12/2020 9:59:55 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Test.Utilities)
63>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Test.Utilities, Configuration: Debug Any CPU ------
64>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Scripting.TestUtilities\Debug\netstandard2.0\Microsoft.CodeAnalysis.Scripting.TestUtilities.xml' (3/12/2020 10:02:12 AM), not up to date. (Microsoft.CodeAnalysis.Scripting.TestUtilities)
64>------ Build started: Project: Microsoft.CodeAnalysis.Scripting.TestUtilities, Configuration: Debug Any CPU ------
65>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:05 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes\Debug\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.xml' (3/12/2020 9:58:50 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes)
65>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes, Configuration: Debug Any CPU ------
66>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:01 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.ResultProvider.Utilities\Debug\net472\Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities.xml' (3/12/2020 9:59:56 AM), not up to date. (Microsoft.CodeAnalysis.ResultProvider.Utilities)
66>------ Build started: Project: Microsoft.CodeAnalysis.ResultProvider.Utilities, Configuration: Debug Any CPU ------
67>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:04 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.ExpressionCompiler.Utilities\Debug\net472\Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities.xml' (3/12/2020 9:59:57 AM), not up to date. (Microsoft.CodeAnalysis.ExpressionCompiler.Utilities)
67>------ Build started: Project: Microsoft.CodeAnalysis.ExpressionCompiler.Utilities, Configuration: Debug Any CPU ------
68>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.Implementation\Debug\net472\Microsoft.VisualStudio.LanguageServices.Implementation.xml' (3/12/2020 10:58:00 AM). (Microsoft.VisualStudio.LanguageServices.Implementation)
68>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:40 AM on 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices\Debug\net472\Microsoft.VisualStudio.LanguageServices.csproj.CopyComplete'. (Microsoft.VisualStudio.LanguageServices.Implementation)
68>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:24 AM on 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.Implementation\Debug\net472\Microsoft.VisualStudio.LanguageServices.Implementation.csproj.CopyComplete'. (Microsoft.VisualStudio.LanguageServices.Implementation)
68>FastUpToDate: Input marker is newer than output marker, not up to date. (Microsoft.VisualStudio.LanguageServices.Implementation)
68>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.Implementation, Configuration: Debug Any CPU ------
69>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.VisualStudio.LanguageServices.CodeLens\Debug\net472\Microsoft.VisualStudio.LanguageServices.CodeLens.xml' (3/12/2020 10:03:55 AM), not up to date. (Microsoft.VisualStudio.LanguageServices.CodeLens)
69>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.CodeLens, Configuration: Debug Any CPU ------
70>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:04 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.ExternalAccess.FSharp\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.FSharp.xml' (3/12/2020 10:03:58 AM), not up to date. (Microsoft.CodeAnalysis.ExternalAccess.FSharp)
70>------ Build started: Project: Microsoft.CodeAnalysis.ExternalAccess.FSharp, Configuration: Debug Any CPU ------
71>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.VisualStudio.LanguageServices.LiveShare\Debug\net472\Microsoft.VisualStudio.LanguageServices.LiveShare.xml' (3/12/2020 10:04:02 AM), not up to date. (Microsoft.VisualStudio.LanguageServices.LiveShare)
71>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.LiveShare, Configuration: Debug Any CPU ------
72>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.VisualStudio.LanguageServices.Xaml\Debug\net472\Microsoft.VisualStudio.LanguageServices.Xaml.xml' (3/12/2020 10:04:00 AM), not up to date. (Microsoft.VisualStudio.LanguageServices.Xaml)
72>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.Xaml, Configuration: Debug Any CPU ------
73>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Debug\net472\Microsoft.VisualStudio.LanguageServices.VisualBasic.xml' (3/12/2020 10:58:10 AM). (Microsoft.VisualStudio.LanguageServices.VisualBasic)
73>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:41 AM on 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.Implementation\Debug\net472\Microsoft.VisualStudio.LanguageServices.Implementation.csproj.CopyComplete'. (Microsoft.VisualStudio.LanguageServices.VisualBasic)
73>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:27 AM on 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Debug\net472\Microsoft.VisualStudio.LanguageServices.VisualBasic.vbproj.CopyComplete'. (Microsoft.VisualStudio.LanguageServices.VisualBasic)
73>FastUpToDate: Input marker is newer than output marker, not up to date. (Microsoft.VisualStudio.LanguageServices.VisualBasic)
73>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.VisualBasic, Configuration: Debug Any CPU ------
74>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Debug\net472\Microsoft.VisualStudio.LanguageServices.CSharp.xml' (3/12/2020 10:58:07 AM). (Microsoft.VisualStudio.LanguageServices.CSharp)
74>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:41 AM on 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.Implementation\Debug\net472\Microsoft.VisualStudio.LanguageServices.Implementation.csproj.CopyComplete'. (Microsoft.VisualStudio.LanguageServices.CSharp)
74>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:28 AM on 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Debug\net472\Microsoft.VisualStudio.LanguageServices.CSharp.csproj.CopyComplete'. (Microsoft.VisualStudio.LanguageServices.CSharp)
74>FastUpToDate: Input marker is newer than output marker, not up to date. (Microsoft.VisualStudio.LanguageServices.CSharp)
74>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.CSharp, Configuration: Debug Any CPU ------
75>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote.xml' (3/12/2020 10:03:33 AM). (Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote)
75>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:40 AM on 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Remote.ServiceHub\Debug\net472\Microsoft.CodeAnalysis.Remote.ServiceHub.csproj.CopyComplete'. (Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote)
75>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:26 AM on 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote.csproj.CopyComplete'. (Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote)
75>FastUpToDate: Input marker is newer than output marker, not up to date. (Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote)
75>------ Build started: Project: Microsoft.CodeAnalysis.ExternalAccess.Xamarin.Remote, Configuration: Debug Any CPU ------
76>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:59 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.SolutionExplorer\Debug\net472\Microsoft.VisualStudio.LanguageServices.SolutionExplorer.xml' (3/12/2020 10:04:17 AM), not up to date. (Microsoft.VisualStudio.LanguageServices.SolutionExplorer)
76>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.SolutionExplorer, Configuration: Debug Any CPU ------
77>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:04 AM) than the earliest output 'c:\roslyn\artifacts\bin\Roslyn.Services.Test.Utilities\Debug\net472\Roslyn.Services.Test.Utilities.xml' (3/12/2020 10:03:39 AM), not up to date. (Roslyn.Services.Test.Utilities)
77>------ Build started: Project: Roslyn.Services.Test.Utilities, Configuration: Debug Any CPU ------
78>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.UnitTests.xml' (3/12/2020 10:00:01 AM), not up to date. (Microsoft.CodeAnalysis.UnitTests)
78>------ Build started: Project: Microsoft.CodeAnalysis.UnitTests, Configuration: Debug Any CPU ------
79>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\obj\VBCSCompiler.UnitTests\Debug\netcoreapp3.1\VBCSCompiler.UnitTests.xml' (3/12/2020 10:00:03 AM), not up to date. (VBCSCompiler.UnitTests)
79>------ Build started: Project: VBCSCompiler.UnitTests, Configuration: Debug Any CPU ------
80>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests.xml' (3/12/2020 10:02:19 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests)
80>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests, Configuration: Debug Any CPU ------
81>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.Emit.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.Emit.UnitTests.xml' (3/12/2020 10:00:17 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Emit.UnitTests)
81>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Emit.UnitTests, Configuration: Debug Any CPU ------
82>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests.xml' (3/12/2020 10:00:22 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests)
82>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests, Configuration: Debug Any CPU ------
83>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:06 AM) than the earliest output 'c:\roslyn\artifacts\obj\Roslyn.VisualStudio.Setup\Debug\net472\Roslyn.VisualStudio.Setup.xml' (3/12/2020 10:04:35 AM), not up to date. (Roslyn.VisualStudio.Setup)
83>------ Build started: Project: Roslyn.VisualStudio.Setup, Configuration: Debug Any CPU ------
84>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\bin\Roslyn.Hosting.Diagnostics\Debug\net472\Roslyn.Hosting.Diagnostics.xml' (3/12/2020 10:58:02 AM). (Roslyn.Hosting.Diagnostics)
84>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:45 AM on 'c:\roslyn\artifacts\obj\Roslyn.Services.Test.Utilities\Debug\net472\Roslyn.Services.Test.Utilities.csproj.CopyComplete'. (Roslyn.Hosting.Diagnostics)
84>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:29 AM on 'c:\roslyn\artifacts\obj\Roslyn.Hosting.Diagnostics\Debug\net472\Roslyn.Hosting.Diagnostics.csproj.CopyComplete'. (Roslyn.Hosting.Diagnostics)
84>FastUpToDate: Input marker is newer than output marker, not up to date. (Roslyn.Hosting.Diagnostics)
84>------ Build started: Project: Roslyn.Hosting.Diagnostics, Configuration: Debug Any CPU ------
85>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:59 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities.xml' (3/12/2020 10:04:25 AM), not up to date. (Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities)
85>------ Build started: Project: Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities, Configuration: Debug Any CPU ------
86>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities\Debug\net472\Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities.xml' (3/12/2020 10:03:45 AM). (Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities)
86>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:45 AM on 'c:\roslyn\artifacts\obj\Roslyn.Services.Test.Utilities\Debug\net472\Roslyn.Services.Test.Utilities.csproj.CopyComplete'. (Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities)
86>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:29 AM on 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities\Debug\net472\Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities.csproj.CopyComplete'. (Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities)
86>FastUpToDate: Input marker is newer than output marker, not up to date. (Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities)
86>------ Build started: Project: Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities, Configuration: Debug Any CPU ------
87>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities.xml' (3/12/2020 10:03:45 AM). (Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities)
87>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:45 AM on 'c:\roslyn\artifacts\obj\Roslyn.Services.Test.Utilities\Debug\net472\Roslyn.Services.Test.Utilities.csproj.CopyComplete'. (Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities)
87>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:30 AM on 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities.csproj.CopyComplete'. (Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities)
87>FastUpToDate: Input marker is newer than output marker, not up to date. (Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities)
87>------ Build started: Project: Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities, Configuration: Debug Any CPU ------
88>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests.xml' (3/12/2020 10:00:34 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests)
88>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests, Configuration: Debug Any CPU ------
89>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests.xml' (3/12/2020 10:00:52 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests)
89>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests, Configuration: Debug Any CPU ------
90>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\obj\Roslyn.VisualStudio.DiagnosticsWindow\Debug\net472\Roslyn.VisualStudio.DiagnosticsWindow.xml' (3/12/2020 10:58:09 AM). (Roslyn.VisualStudio.DiagnosticsWindow)
90>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:45 AM on 'c:\roslyn\artifacts\obj\Roslyn.Hosting.Diagnostics\Debug\net472\Roslyn.Hosting.Diagnostics.csproj.CopyComplete'. (Roslyn.VisualStudio.DiagnosticsWindow)
90>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:31 AM on 'c:\roslyn\artifacts\obj\Roslyn.VisualStudio.DiagnosticsWindow\Debug\net472\Roslyn.VisualStudio.DiagnosticsWindow.csproj.CopyComplete'. (Roslyn.VisualStudio.DiagnosticsWindow)
90>FastUpToDate: Input marker is newer than output marker, not up to date. (Roslyn.VisualStudio.DiagnosticsWindow)
90>------ Build started: Project: Roslyn.VisualStudio.DiagnosticsWindow, Configuration: Debug Any CPU ------
91>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.IntegrationTest.Utilities\Debug\net472\Microsoft.VisualStudio.IntegrationTest.Utilities.xml' (3/12/2020 10:04:30 AM), not up to date. (Microsoft.VisualStudio.IntegrationTest.Utilities)
91>------ Build started: Project: Microsoft.VisualStudio.IntegrationTest.Utilities, Configuration: Debug Any CPU ------
92>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests.xml' (3/12/2020 10:01:03 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests)
92>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests, Configuration: Debug Any CPU ------
93>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests\Debug\net472\Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests.xml' (3/12/2020 10:01:13 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests)
93>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests, Configuration: Debug Any CPU ------
94>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:15 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests.xml' (3/12/2020 10:01:13 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests)
94>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests, Configuration: Debug Any CPU ------
95>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\obj\Roslyn.Compilers.VisualBasic.IOperation.UnitTests\Debug\netcoreapp3.1\Roslyn.Compilers.VisualBasic.IOperation.UnitTests.xml' (3/12/2020 10:01:22 AM), not up to date. (Roslyn.Compilers.VisualBasic.IOperation.UnitTests)
95>------ Build started: Project: Roslyn.Compilers.VisualBasic.IOperation.UnitTests, Configuration: Debug Any CPU ------
96>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests.xml' (3/12/2020 10:01:28 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests)
96>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests, Configuration: Debug Any CPU ------
97>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests.xml' (3/12/2020 10:01:18 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests)
97>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests, Configuration: Debug Any CPU ------
98>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:05 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.Test.Utilities2\Debug\net472\Microsoft.VisualStudio.LanguageServices.Test.Utilities2.xml' (3/12/2020 10:04:31 AM), not up to date. (Microsoft.VisualStudio.LanguageServices.Test.Utilities2)
98>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.Test.Utilities2, Configuration: Debug Any CPU ------
99>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests.xml' (3/12/2020 10:01:33 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests)
99>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests, Configuration: Debug Any CPU ------
100>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:59 AM) than the earliest output 'c:\roslyn\artifacts\obj\CompilersBoundTreeGenerator\x64\Debug\netcoreapp3.1\BoundTreeGenerator.xml' (3/12/2020 10:02:00 AM), not up to date. (CompilersBoundTreeGenerator)
100>------ Build started: Project: CompilersBoundTreeGenerator, Configuration: Debug x64 ------
101>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:05 AM) than the earliest output 'c:\roslyn\artifacts\bin\CSharpErrorFactsGenerator\x64\Debug\netcoreapp3.1\CSharpErrorFactsGenerator.xml' (3/12/2020 10:01:08 AM), not up to date. (CSharpErrorFactsGenerator)
101>------ Build started: Project: CSharpErrorFactsGenerator, Configuration: Debug x64 ------
102>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:01 AM) than the earliest output 'c:\roslyn\artifacts\bin\CSharpSyntaxGenerator\x64\Debug\netcoreapp3.1\CSharpSyntaxGenerator.xml' (3/12/2020 10:01:15 AM), not up to date. (CSharpSyntaxGenerator)
102>------ Build started: Project: CSharpSyntaxGenerator, Configuration: Debug x64 ------
103>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:01 AM) than the earliest output 'c:\roslyn\artifacts\bin\VisualBasicSyntaxGenerator\x64\Debug\netcoreapp3.1\VBSyntaxGenerator.xml' (3/12/2020 10:01:53 AM), not up to date. (VisualBasicSyntaxGenerator)
103>------ Build started: Project: VisualBasicSyntaxGenerator, Configuration: Debug x64 ------
104>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:59 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.UnitTests\Debug\net472\Microsoft.CodeAnalysis.Workspaces.UnitTests.xml' (3/12/2020 10:03:37 AM), not up to date. (Microsoft.CodeAnalysis.Workspaces.UnitTests)
104>------ Build started: Project: Microsoft.CodeAnalysis.Workspaces.UnitTests, Configuration: Debug Any CPU ------
105>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:04 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests\Debug\net472\Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests.xml' (3/12/2020 10:03:38 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests)
105>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests, Configuration: Debug Any CPU ------
106>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests\Debug\net472\Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests.xml' (3/12/2020 10:03:36 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests)
106>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests, Configuration: Debug Any CPU ------
107>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\obj\VisualBasicErrorFactsGenerator\x64\Debug\netcoreapp3.1\VBErrorFactsGenerator.xml' (3/12/2020 10:01:29 AM), not up to date. (VisualBasicErrorFactsGenerator)
107>------ Build started: Project: VisualBasicErrorFactsGenerator, Configuration: Debug x64 ------
108>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:05 AM) than the earliest output 'c:\roslyn\artifacts\bin\RunTests\Debug\net472\RunTests.xml' (3/12/2020 10:01:30 AM), not up to date. (RunTests)
108>------ Build started: Project: RunTests, Configuration: Debug Any CPU ------
109>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:06 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests\Debug\net472\Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests.xml' (3/12/2020 10:03:51 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests)
109>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests, Configuration: Debug Any CPU ------
110>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Scripting.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.Scripting.UnitTests.xml' (3/12/2020 10:02:21 AM), not up to date. (Microsoft.CodeAnalysis.Scripting.UnitTests)
110>------ Build started: Project: Microsoft.CodeAnalysis.Scripting.UnitTests, Configuration: Debug Any CPU ------
111>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:15 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests.xml' (3/12/2020 10:02:21 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests)
111>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests, Configuration: Debug Any CPU ------
112>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests\Debug\net472\Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests.xml' (3/12/2020 10:04:08 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests)
112>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests, Configuration: Debug Any CPU ------
113>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests\Debug\net472\Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests.xml' (3/12/2020 10:04:08 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests)
113>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests, Configuration: Debug Any CPU ------
114>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.UnitTests\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures.UnitTests.xml' (3/12/2020 10:03:58 AM), not up to date. (Microsoft.CodeAnalysis.EditorFeatures.UnitTests)
114>------ Build started: Project: Microsoft.CodeAnalysis.EditorFeatures.UnitTests, Configuration: Debug Any CPU ------
115>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:05 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures2.UnitTests.xml' (3/12/2020 10:04:28 AM), not up to date. (Microsoft.CodeAnalysis.EditorFeatures2.UnitTests)
115>------ Build started: Project: Microsoft.CodeAnalysis.EditorFeatures2.UnitTests, Configuration: Debug Any CPU ------
116>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\bin\InteractiveHost.UnitTests\Debug\net472\InteractiveHost.UnitTests.xml' (3/12/2020 10:03:41 AM), not up to date. (InteractiveHost.UnitTests)
116>------ Build started: Project: InteractiveHost.UnitTests, Configuration: Debug Any CPU ------
117>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:14 AM) than the earliest output 'c:\roslyn\artifacts\obj\vbi\Debug\netcoreapp3.1\vbi.xml' (3/12/2020 10:02:46 AM), not up to date. (vbi)
117>------ Build started: Project: vbi, Configuration: Debug Any CPU ------
118>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests\Debug\net472\Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests.xml' (3/12/2020 10:04:32 AM), not up to date. (Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests)
118>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests, Configuration: Debug Any CPU ------
119>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:06 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.VisualStudio.LanguageServices.UnitTests\Debug\net472\Microsoft.VisualStudio.LanguageServices.UnitTests.xml' (3/12/2020 10:04:34 AM), not up to date. (Microsoft.VisualStudio.LanguageServices.UnitTests)
119>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.UnitTests, Configuration: Debug Any CPU ------
120>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:05 AM) than the earliest output 'c:\roslyn\artifacts\bin\Roslyn.PerformanceTests\Debug\net472\Roslyn.PerformanceTests.xml' (3/12/2020 10:01:32 AM), not up to date. (Roslyn.PerformanceTests)
120>------ Build started: Project: Roslyn.PerformanceTests, Configuration: Debug Any CPU ------
121>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.Scripting.Desktop.UnitTests\Debug\net472\Microsoft.CodeAnalysis.VisualBasic.Scripting.Desktop.UnitTests.xml' (3/12/2020 10:02:28 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Scripting.Desktop.UnitTests)
121>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Scripting.Desktop.UnitTests, Configuration: Debug Any CPU ------
122>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests\Debug\net472\Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests.xml' (3/12/2020 10:02:22 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests)
122>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests, Configuration: Debug Any CPU ------
123>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:06 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests\Debug\net472\Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests.xml' (3/12/2020 10:02:11 AM), not up to date. (Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests)
123>------ Build started: Project: Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests, Configuration: Debug Any CPU ------
124>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\obj\Roslyn.VisualStudio.RemoteHostClientMock\Debug\net472\Roslyn.VisualStudio.RemoteHostClientMock.xml' (3/12/2020 10:04:06 AM), not up to date. (Roslyn.VisualStudio.RemoteHostClientMock)
124>------ Build started: Project: Roslyn.VisualStudio.RemoteHostClientMock, Configuration: Debug Any CPU ------
125>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:59 AM) than the earliest output 'c:\roslyn\artifacts\obj\Roslyn.VisualStudio.Next.UnitTests\Debug\net472\Roslyn.VisualStudio.Next.UnitTests.xml' (3/12/2020 10:04:29 AM), not up to date. (Roslyn.VisualStudio.Next.UnitTests)
125>------ Build started: Project: Roslyn.VisualStudio.Next.UnitTests, Configuration: Debug Any CPU ------
126>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\obj\BuildBoss\Debug\net472\BuildBoss.xml' (3/12/2020 10:01:38 AM), not up to date. (BuildBoss)
126>------ Build started: Project: BuildBoss, Configuration: Debug Any CPU ------
127>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:08 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.FunctionResolver.UnitTests\Debug\net472\Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver.UnitTests.xml' (3/12/2020 10:01:39 AM), not up to date. (Microsoft.CodeAnalysis.FunctionResolver.UnitTests)
127>------ Build started: Project: Microsoft.CodeAnalysis.FunctionResolver.UnitTests, Configuration: Debug Any CPU ------
128>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:06 AM) than the earliest output 'c:\roslyn\artifacts\bin\StackDepthTest\Debug\net472\StackDepthTest.xml' (3/12/2020 10:01:38 AM), not up to date. (StackDepthTest)
128>------ Build started: Project: StackDepthTest, Configuration: Debug Any CPU ------
129>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.Scripting.UnitTests\Debug\net472\Microsoft.CodeAnalysis.VisualBasic.Scripting.UnitTests.xml' (3/12/2020 10:02:28 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.Scripting.UnitTests)
129>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.Scripting.UnitTests, Configuration: Debug Any CPU ------
130>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\obj\Roslyn.Test.Performance.Utilities\Debug\net472\Roslyn.Test.Performance.Utilities.xml' (3/12/2020 10:01:36 AM), not up to date. (Roslyn.Test.Performance.Utilities)
130>------ Build started: Project: Roslyn.Test.Performance.Utilities, Configuration: Debug Any CPU ------
131>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:01 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests\Debug\net472\Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests.xml' (3/12/2020 10:03:48 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests)
131>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests, Configuration: Debug Any CPU ------
132>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests\Debug\net472\Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests.xml' (3/12/2020 10:03:54 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests)
132>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests, Configuration: Debug Any CPU ------
133>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:01 AM) than the earliest output 'c:\roslyn\artifacts\obj\RoslynPublish\Debug\net472\RoslynPublish.xml' (3/12/2020 10:01:42 AM), not up to date. (RoslynPublish)
133>------ Build started: Project: RoslynPublish, Configuration: Debug Any CPU ------
134>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\bin\Microsoft.Build.Tasks.CodeAnalysis.UnitTests\Debug\net472\Microsoft.Build.Tasks.CodeAnalysis.UnitTests.xml' (3/12/2020 10:59:48 AM). (Microsoft.Build.Tasks.CodeAnalysis.UnitTests)
134>FastUpToDate: Latest write timestamp on input marker is 3/12/2020 11:00:34 AM on 'c:\roslyn\artifacts\obj\Roslyn.Test.Utilities\Debug\net472\Roslyn.Test.Utilities.csproj.CopyComplete'. (Microsoft.Build.Tasks.CodeAnalysis.UnitTests)
134>FastUpToDate: Write timestamp on output marker is 3/12/2020 10:59:48 AM on 'c:\roslyn\artifacts\obj\Microsoft.Build.Tasks.CodeAnalysis.UnitTests\Debug\net472\Microsoft.Build.Tasks.CodeAnalysis.UnitTests.csproj.CopyComplete'. (Microsoft.Build.Tasks.CodeAnalysis.UnitTests)
134>FastUpToDate: Input marker is newer than output marker, not up to date. (Microsoft.Build.Tasks.CodeAnalysis.UnitTests)
134>------ Build started: Project: Microsoft.Build.Tasks.CodeAnalysis.UnitTests, Configuration: Debug Any CPU ------
135>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:15 AM) than the earliest output 'c:\roslyn\artifacts\obj\AnalyzerRunner\Debug\netcoreapp3.1\AnalyzerRunner.xml' (3/12/2020 10:03:57 AM), not up to date. (AnalyzerRunner)
135>------ Build started: Project: AnalyzerRunner, Configuration: Debug Any CPU ------
136>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:17 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Debugging.Package\Debug\netstandard1.3\Microsoft.CodeAnalysis.Debugging.Package.dll' (3/12/2020 10:01:41 AM), not up to date. (Microsoft.CodeAnalysis.Debugging.Package)
136>------ Build started: Project: Microsoft.CodeAnalysis.Debugging.Package, Configuration: Debug Any CPU ------
137>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:59 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests\Debug\net472\Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests.xml' (3/12/2020 10:03:29 AM), not up to date. (Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests)
137>------ Build started: Project: Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests, Configuration: Debug Any CPU ------
138>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:13 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests.xml' (3/12/2020 10:01:42 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests)
138>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests, Configuration: Debug Any CPU ------
139>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:06 AM) than the earliest output 'c:\roslyn\artifacts\obj\CompilerBenchmarks\Debug\netcoreapp3.1\CompilerBenchmarks.xml' (3/12/2020 10:01:44 AM), not up to date. (CompilerBenchmarks)
139>------ Build started: Project: CompilerBenchmarks, Configuration: Debug Any CPU ------
140>FastUpToDate: Output 'c:\roslyn\artifacts\obj\Microsoft.Net.Compilers.Package\Debug\net472\Microsoft.Net.Compilers.Package.dll' does not exist, not up to date. (Microsoft.Net.Compilers.Package)
140>------ Build started: Project: Microsoft.Net.Compilers.Package, Configuration: Debug Any CPU ------
141>FastUpToDate: Output 'c:\roslyn\artifacts\obj\Microsoft.NETCore.Compilers.Package\Debug\netcoreapp3.1\Microsoft.NETCore.Compilers.Package.dll' does not exist, not up to date. (Microsoft.NETCore.Compilers.Package)
141>------ Build started: Project: Microsoft.NETCore.Compilers.Package, Configuration: Debug Any CPU ------
142>FastUpToDate: Output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Compilers.Package\Debug\netstandard2.0\Microsoft.CodeAnalysis.Compilers.Package.dll' does not exist, not up to date. (Microsoft.CodeAnalysis.Compilers.Package)
142>------ Build started: Project: Microsoft.CodeAnalysis.Compilers.Package, Configuration: Debug Any CPU ------
143>FastUpToDate: Output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Scripting.Package\Debug\netstandard2.0\Microsoft.CodeAnalysis.Scripting.Package.dll' does not exist, not up to date. (Microsoft.CodeAnalysis.Scripting.Package)
143>------ Build started: Project: Microsoft.CodeAnalysis.Scripting.Package, Configuration: Debug Any CPU ------
144>FastUpToDate: Output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.EditorFeatures.Package\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures.Package.dll' does not exist, not up to date. (Microsoft.CodeAnalysis.EditorFeatures.Package)
144>------ Build started: Project: Microsoft.CodeAnalysis.EditorFeatures.Package, Configuration: Debug Any CPU ------
145>FastUpToDate: Output 'c:\roslyn\artifacts\bin\VS.ExternalAPIs.Roslyn.Package\Debug\net472\VS.ExternalAPIs.Roslyn.Package.dll' does not exist, not up to date. (VS.ExternalAPIs.Roslyn.Package)
145>------ Build started: Project: VS.ExternalAPIs.Roslyn.Package, Configuration: Debug Any CPU ------
146>FastUpToDate: Output 'c:\roslyn\artifacts\obj\VS.Tools.Roslyn.Package\Debug\net472\VS.Tools.Roslyn.Package.dll' does not exist, not up to date. (VS.Tools.Roslyn.Package)
146>------ Build started: Project: VS.Tools.Roslyn.Package, Configuration: Debug Any CPU ------
147>FastUpToDate: Output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Package\Debug\net472\Microsoft.CodeAnalysis.Package.dll' does not exist, not up to date. (Microsoft.CodeAnalysis.Package)
147>------ Build started: Project: Microsoft.CodeAnalysis.Package, Configuration: Debug Any CPU ------
148>FastUpToDate: Output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Compilers.Setup\Debug\net472\Microsoft.CodeAnalysis.Compilers.Setup.dll' does not exist, not up to date. (Microsoft.CodeAnalysis.Compilers.Setup)
148>------ Build started: Project: Microsoft.CodeAnalysis.Compilers.Setup, Configuration: Debug Any CPU ------
149>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:03 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.Workspaces.Desktop.UnitTests\Debug\net472\Microsoft.CodeAnalysis.Workspaces.Desktop.UnitTests.xml' (3/12/2020 10:03:40 AM), not up to date. (Microsoft.CodeAnalysis.Workspaces.Desktop.UnitTests)
149>------ Build started: Project: Microsoft.CodeAnalysis.Workspaces.Desktop.UnitTests, Configuration: Debug Any CPU ------
150>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:04 AM) than the earliest output 'c:\roslyn\artifacts\bin\ExpressionEvaluatorPackage\Debug\net472\ExpressionEvaluatorPackage.xml' (3/12/2020 10:04:41 AM), not up to date. (ExpressionEvaluatorPackage)
150>------ Build started: Project: ExpressionEvaluatorPackage, Configuration: Debug Any CPU ------
151>FastUpToDate: Output 'c:\roslyn\artifacts\bin\DevDivInsertionFiles\Debug\net472\DevDivInsertionFiles.dll' does not exist, not up to date. (DevDivInsertionFiles)
151>------ Build started: Project: DevDivInsertionFiles, Configuration: Debug Any CPU ------
152>FastUpToDate: Output 'c:\roslyn\artifacts\bin\Microsoft.Net.Compilers.Toolset.Package\Debug\netcoreapp3.1\Microsoft.Net.Compilers.Toolset.Package.dll' does not exist, not up to date. (Microsoft.Net.Compilers.Toolset.Package)
152>------ Build started: Project: Microsoft.Net.Compilers.Toolset.Package, Configuration: Debug Any CPU ------
153>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:04:59 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.ResultProvider.UnitTests\Debug\net472\Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider.UnitTests.xml' (3/12/2020 10:01:46 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.ResultProvider.UnitTests)
153>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.ResultProvider.UnitTests, Configuration: Debug Any CPU ------
154>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests\Debug\net472\Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests.xml' (3/12/2020 10:03:42 AM), not up to date. (Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests)
154>------ Build started: Project: Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests, Configuration: Debug Any CPU ------
155>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:04 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler.UnitTests\Debug\net472\Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests.xml' (3/12/2020 10:01:46 AM), not up to date. (Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler.UnitTests)
155>------ Build started: Project: Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler.UnitTests, Configuration: Debug Any CPU ------
156>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:00 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.CSharp.ResultProvider.UnitTests\Debug\net472\Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests.xml' (3/12/2020 10:01:47 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.ResultProvider.UnitTests)
156>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.ResultProvider.UnitTests, Configuration: Debug Any CPU ------
157>FastUpToDate: Output 'c:\roslyn\artifacts\bin\Roslyn.VisualStudio.Setup.ServiceHub\Debug\net472\Roslyn.VisualStudio.Setup.ServiceHub.dll' does not exist, not up to date. (Roslyn.VisualStudio.Setup.ServiceHub)
157>------ Build started: Project: Roslyn.VisualStudio.Setup.ServiceHub, Configuration: Debug Any CPU ------
158>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:01 AM) than the earliest output 'c:\roslyn\artifacts\bin\Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests\Debug\net472\Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests.xml' (3/12/2020 10:04:11 AM), not up to date. (Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests)
158>------ Build started: Project: Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests, Configuration: Debug Any CPU ------
159>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.CodeAnalysis.CSharp.ExpressionCompiler.UnitTests\Debug\net472\Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests.xml' (3/12/2020 10:01:49 AM), not up to date. (Microsoft.CodeAnalysis.CSharp.ExpressionCompiler.UnitTests)
159>------ Build started: Project: Microsoft.CodeAnalysis.CSharp.ExpressionCompiler.UnitTests, Configuration: Debug Any CPU ------
160>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:07 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.LiveShare.UnitTests\Debug\net472\Microsoft.VisualStudio.LanguageServices.LiveShare.UnitTests.xml' (3/12/2020 10:04:11 AM), not up to date. (Microsoft.VisualStudio.LanguageServices.LiveShare.UnitTests)
160>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.LiveShare.UnitTests, Configuration: Debug Any CPU ------
161>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:01 AM) than the earliest output 'c:\roslyn\artifacts\obj\IdeBenchmarks\Debug\net472\IdeBenchmarks.xml' (3/12/2020 10:03:44 AM), not up to date. (IdeBenchmarks)
161>------ Build started: Project: IdeBenchmarks, Configuration: Debug Any CPU ------
162>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\bin\CompilersIOperationGenerator\Debug\netcoreapp3.1\IOperationGenerator.xml' (3/12/2020 10:02:00 AM), not up to date. (CompilersIOperationGenerator)
162>------ Build started: Project: CompilersIOperationGenerator, Configuration: Debug Any CPU ------
163>FastUpToDate: No inputs are newer than earliest output 'c:\roslyn\artifacts\obj\RoslynDeployment\Debug\net472\RoslynDeployment.xml' (3/12/2020 10:04:43 AM). (RoslynDeployment)
163>FastUpToDate: Project is up to date. (RoslynDeployment)
164>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:06 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.IntegrationTest.Setup\Debug\net472\Microsoft.VisualStudio.IntegrationTest.Setup.xml' (3/12/2020 10:04:47 AM), not up to date. (Microsoft.VisualStudio.IntegrationTest.Setup)
164>------ Build started: Project: Microsoft.VisualStudio.IntegrationTest.Setup, Configuration: Debug Any CPU ------
165>FastUpToDate: Output 'c:\roslyn\artifacts\obj\Installer.Package\Debug\net472\Installer.Package.dll' does not exist, not up to date. (Installer.Package)
165>------ Build started: Project: Installer.Package, Configuration: Debug Any CPU ------
166>FastUpToDate: The set of project items was changed more recently (3/12/2020 10:05:02 AM) than the earliest output 'c:\roslyn\artifacts\obj\Microsoft.VisualStudio.LanguageServices.IntegrationTests\Debug\net472\Microsoft.VisualStudio.LanguageServices.IntegrationTests.xml' (3/12/2020 10:04:50 AM), not up to date. (Microsoft.VisualStudio.LanguageServices.IntegrationTests)
166>------ Build started: Project: Microsoft.VisualStudio.LanguageServices.IntegrationTests, Configuration: Debug Any CPU ------
========== Build: 164 succeeded, 0 failed, 2 up-to-date, 0 skipped ==========
davkean commented 4 years ago

Project System also suffering from similar problem:

1>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\bin\Dlls\Microsoft.VisualStudio.AppDesigner.xml' (3/12/2020 11:11:21 AM). (Microsoft.VisualStudio.AppDesigner)
1>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.AppDesigner\Microsoft.VisualStudio.AppDesigner.dll.config': (Microsoft.VisualStudio.AppDesigner)
1>FastUpToDate:     Source 2/25/2020 3:07:12 PM: 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.AppDesigner\Microsoft.VisualStudio.AppDesigner.dll.config'. (Microsoft.VisualStudio.AppDesigner)
1>FastUpToDate:     Destination 2/25/2020 3:07:12 PM: 'C:\project-system\artifacts\Debug\bin\Dlls\Microsoft.VisualStudio.AppDesigner.dll.config'. (Microsoft.VisualStudio.AppDesigner)
1>FastUpToDate: Project is up to date. (Microsoft.VisualStudio.AppDesigner)
2>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed\Microsoft.VisualStudio.ProjectSystem.Managed.xml' (3/12/2020 11:11:22 AM). (Microsoft.VisualStudio.ProjectSystem.Managed)
2>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed\Microsoft.VisualStudio.ProjectSystem.Managed.dll.config': (Microsoft.VisualStudio.ProjectSystem.Managed)
2>FastUpToDate:     Source 2/25/2020 3:07:12 PM: 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed\Microsoft.VisualStudio.ProjectSystem.Managed.dll.config'. (Microsoft.VisualStudio.ProjectSystem.Managed)
2>FastUpToDate:     Destination 2/25/2020 3:07:12 PM: 'C:\project-system\artifacts\Debug\bin\Dlls\Microsoft.VisualStudio.ProjectSystem.Managed.dll.config'. (Microsoft.VisualStudio.ProjectSystem.Managed)
2>FastUpToDate: Project is up to date. (Microsoft.VisualStudio.ProjectSystem.Managed)
3>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client\Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.xml' (3/12/2020 11:11:19 AM). (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client)
3>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client\Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.dll.config': (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client)
3>FastUpToDate:     Source 2/25/2020 3:07:12 PM: 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client\Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.dll.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client)
3>FastUpToDate:     Destination 2/25/2020 3:07:12 PM: 'C:\project-system\artifacts\Debug\bin\Dlls\Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.dll.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client)
3>FastUpToDate: Project is up to date. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client)
4>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\bin\IntegrationTests\DeployIntegrationDependencies.xml' (3/12/2020 11:11:16 AM). (DeployIntegrationDependencies)
4>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll': (DeployIntegrationDependencies)
4>FastUpToDate:     Source 4/8/2019 11:10:50 AM: 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll'. (DeployIntegrationDependencies)
4>FastUpToDate:     Destination 4/8/2019 11:10:50 AM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll'. (DeployIntegrationDependencies)
4>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll': (DeployIntegrationDependencies)
4>FastUpToDate:     Source 4/8/2019 11:07:32 AM: 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll'. (DeployIntegrationDependencies)
4>FastUpToDate:     Destination 4/8/2019 11:07:32 AM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll'. (DeployIntegrationDependencies)
4>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll': (DeployIntegrationDependencies)
4>FastUpToDate:     Source 4/8/2019 11:05:50 AM: 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll'. (DeployIntegrationDependencies)
4>FastUpToDate:     Destination 4/8/2019 11:05:50 AM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll'. (DeployIntegrationDependencies)
4>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\microsoft.test.apex.visualstudio\16.3.29003.189\tools\Microsoft.Test.Apex.NativeRemoteCodeInjectorExe-x86.exe': (DeployIntegrationDependencies)
4>FastUpToDate:     Source 6/3/2019 7:13:06 PM: 'C:\Users\davkean\.nuget\packages\microsoft.test.apex.visualstudio\16.3.29003.189\tools\Microsoft.Test.Apex.NativeRemoteCodeInjectorExe-x86.exe'. (DeployIntegrationDependencies)
4>FastUpToDate:     Destination 6/3/2019 7:13:06 PM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.Test.Apex.NativeRemoteCodeInjectorExe-x86.exe'. (DeployIntegrationDependencies)
4>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\microsoft.test.apex.visualstudio\16.3.29003.189\tools\Microsoft.Test.Apex.NativeRemoteCodeInjector-x86.dll': (DeployIntegrationDependencies)
4>FastUpToDate:     Source 6/3/2019 7:13:06 PM: 'C:\Users\davkean\.nuget\packages\microsoft.test.apex.visualstudio\16.3.29003.189\tools\Microsoft.Test.Apex.NativeRemoteCodeInjector-x86.dll'. (DeployIntegrationDependencies)
4>FastUpToDate:     Destination 6/3/2019 7:13:06 PM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.Test.Apex.NativeRemoteCodeInjector-x86.dll'. (DeployIntegrationDependencies)
4>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'C:\project-system\artifacts\Debug\obj\DeployIntegrationDependencies\DeployIntegrationDependencies.dll.config': (DeployIntegrationDependencies)
4>FastUpToDate:     Source 2/25/2020 3:07:13 PM: 'C:\project-system\artifacts\Debug\obj\DeployIntegrationDependencies\DeployIntegrationDependencies.dll.config'. (DeployIntegrationDependencies)
4>FastUpToDate:     Destination 2/25/2020 3:07:13 PM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\DeployIntegrationDependencies.dll.config'. (DeployIntegrationDependencies)
4>FastUpToDate: Project is up to date. (DeployIntegrationDependencies)
5>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\bin\Dlls\Microsoft.VisualStudio.Editors.xml' (3/12/2020 11:11:35 AM). (Microsoft.VisualStudio.Editors)
5>FastUpToDate: No input markers exist, skipping marker check. (Microsoft.VisualStudio.Editors)
5>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.Editors\Microsoft.VisualStudio.Editors.dll.config': (Microsoft.VisualStudio.Editors)
5>FastUpToDate:     Source 2/25/2020 3:07:25 PM: 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.Editors\Microsoft.VisualStudio.Editors.dll.config'. (Microsoft.VisualStudio.Editors)
5>FastUpToDate:     Destination 2/25/2020 3:07:25 PM: 'C:\project-system\artifacts\Debug\bin\Dlls\Microsoft.VisualStudio.Editors.dll.config'. (Microsoft.VisualStudio.Editors)
5>FastUpToDate: Project is up to date. (Microsoft.VisualStudio.Editors)
6>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\bin\Dlls\Microsoft.VisualStudio.ProjectSystem.Managed.VS.xml' (3/12/2020 11:11:29 AM). (Microsoft.VisualStudio.ProjectSystem.Managed.VS)
6>FastUpToDate: No input markers exist, skipping marker check. (Microsoft.VisualStudio.ProjectSystem.Managed.VS)
6>FastUpToDate: Checking PreserveNewest file 'C:\project-system\src\Microsoft.VisualStudio.ProjectSystem.Managed.VS\ManagedImages.imagemanifest': (Microsoft.VisualStudio.ProjectSystem.Managed.VS)
6>FastUpToDate:     Source 3/4/2020 1:09:30 PM: 'C:\project-system\src\Microsoft.VisualStudio.ProjectSystem.Managed.VS\ManagedImages.imagemanifest'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS)
6>FastUpToDate:     Destination 3/4/2020 1:09:30 PM: 'C:\project-system\artifacts\Debug\bin\Dlls\ManagedImages.imagemanifest'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS)
6>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.VS\Microsoft.VisualStudio.ProjectSystem.Managed.VS.dll.config': (Microsoft.VisualStudio.ProjectSystem.Managed.VS)
6>FastUpToDate:     Source 2/25/2020 3:07:25 PM: 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.VS\Microsoft.VisualStudio.ProjectSystem.Managed.VS.dll.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS)
6>FastUpToDate:     Destination 2/25/2020 3:07:25 PM: 'C:\project-system\artifacts\Debug\bin\Dlls\Microsoft.VisualStudio.ProjectSystem.Managed.VS.dll.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS)
6>FastUpToDate: Project is up to date. (Microsoft.VisualStudio.ProjectSystem.Managed.VS)
7>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.IntegrationTests\Microsoft.VisualStudio.ProjectSystem.IntegrationTests.xml' (3/12/2020 11:11:22 AM). (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll': (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Source 4/8/2019 11:10:50 AM: 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Destination 4/8/2019 11:10:50 AM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll': (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Source 4/8/2019 11:07:32 AM: 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Destination 4/8/2019 11:07:32 AM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll': (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Source 4/8/2019 11:05:50 AM: 'C:\Users\davkean\.nuget\packages\mstest.testadapter\2.0.0-beta4\build\_common\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Destination 4/8/2019 11:05:50 AM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\microsoft.test.apex.visualstudio\16.3.29003.189\tools\Microsoft.Test.Apex.NativeRemoteCodeInjectorExe-x86.exe': (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Source 6/3/2019 7:13:06 PM: 'C:\Users\davkean\.nuget\packages\microsoft.test.apex.visualstudio\16.3.29003.189\tools\Microsoft.Test.Apex.NativeRemoteCodeInjectorExe-x86.exe'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Destination 6/3/2019 7:13:06 PM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.Test.Apex.NativeRemoteCodeInjectorExe-x86.exe'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\microsoft.test.apex.visualstudio\16.3.29003.189\tools\Microsoft.Test.Apex.NativeRemoteCodeInjector-x86.dll': (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Source 6/3/2019 7:13:06 PM: 'C:\Users\davkean\.nuget\packages\microsoft.test.apex.visualstudio\16.3.29003.189\tools\Microsoft.Test.Apex.NativeRemoteCodeInjector-x86.dll'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Destination 6/3/2019 7:13:06 PM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.Test.Apex.NativeRemoteCodeInjector-x86.dll'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate: Checking PreserveNewest file 'C:\project-system\tests\Common\Integration\App.config': (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Source 2/10/2020 11:03:11 AM: 'C:\project-system\tests\Common\Integration\App.config'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Destination 2/10/2020 11:03:11 AM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\App.config'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.IntegrationTests\Microsoft.VisualStudio.ProjectSystem.IntegrationTests.dll.config': (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Source 2/25/2020 3:07:23 PM: 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.IntegrationTests\Microsoft.VisualStudio.ProjectSystem.IntegrationTests.dll.config'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate:     Destination 2/25/2020 3:07:23 PM: 'C:\project-system\artifacts\Debug\bin\IntegrationTests\Microsoft.VisualStudio.ProjectSystem.IntegrationTests.dll.config'. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
7>FastUpToDate: Project is up to date. (Microsoft.VisualStudio.ProjectSystem.IntegrationTests)
8>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles\Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles.xml' (3/12/2020 11:11:27 AM). (Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles)
8>FastUpToDate: No input markers exist, skipping marker check. (Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles)
8>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles\Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles.dll.config': (Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles)
8>FastUpToDate:     Source 2/25/2020 3:07:27 PM: 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles\Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles.dll.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles)
8>FastUpToDate:     Destination 2/25/2020 3:07:27 PM: 'C:\project-system\artifacts\Debug\bin\Dlls\Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles.dll.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles)
8>FastUpToDate: Project is up to date. (Microsoft.VisualStudio.ProjectSystem.Managed.CommonFiles)
9>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\obj\DeployTestDependencies\DeployTestDependencies.xml' (3/12/2020 11:11:40 AM). (DeployTestDependencies)
9>FastUpToDate: No input markers exist, skipping marker check. (DeployTestDependencies)
9>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.visualstudio.testadapter.dll': (DeployTestDependencies)
9>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.visualstudio.testadapter.dll'. (DeployTestDependencies)
9>FastUpToDate:     Destination 10/29/2018 4:17:14 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.runner.visualstudio.testadapter.dll'. (DeployTestDependencies)
9>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.reporters.net452.dll': (DeployTestDependencies)
9>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.reporters.net452.dll'. (DeployTestDependencies)
9>FastUpToDate:     Destination 10/29/2018 4:17:14 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.runner.reporters.net452.dll'. (DeployTestDependencies)
9>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.abstractions.dll': (DeployTestDependencies)
9>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.abstractions.dll'. (DeployTestDependencies)
9>FastUpToDate:     Destination 8/25/2018 7:54:14 PM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.abstractions.dll'. (DeployTestDependencies)
9>FastUpToDate: PreserveNewest source is newer than destination, not up to date. (DeployTestDependencies)
9>------ Build started: Project: DeployTestDependencies, Configuration: Debug Any CPU ------
10>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\obj\VisualStudioEditorsSetup\VisualStudioEditorsSetup.xml' (3/12/2020 11:11:39 AM). (VisualStudioEditorsSetup)
10>FastUpToDate: No input markers exist, skipping marker check. (VisualStudioEditorsSetup)
10>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'C:\project-system\artifacts\Debug\obj\VisualStudioEditorsSetup\VisualStudioEditorsSetup.dll.config': (VisualStudioEditorsSetup)
10>FastUpToDate:     Source 2/25/2020 3:07:40 PM: 'C:\project-system\artifacts\Debug\obj\VisualStudioEditorsSetup\VisualStudioEditorsSetup.dll.config'. (VisualStudioEditorsSetup)
10>FastUpToDate:     Destination 2/25/2020 3:07:40 PM: 'C:\project-system\artifacts\Debug\bin\Dlls\VisualStudioEditorsSetup.dll.config'. (VisualStudioEditorsSetup)
10>FastUpToDate: Project is up to date. (VisualStudioEditorsSetup)
11>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\obj\ProjectSystemSetup\ProjectSystem.xml' (3/12/2020 11:11:45 AM). (ProjectSystemSetup)
11>FastUpToDate: No input markers exist, skipping marker check. (ProjectSystemSetup)
11>FastUpToDate: Checking PreserveNewest file 'C:\project-system\setup\ProjectSystemSetup\ProjectSelectors.pkgdef': (ProjectSystemSetup)
11>FastUpToDate:     Source 2/10/2020 11:03:10 AM: 'C:\project-system\setup\ProjectSystemSetup\ProjectSelectors.pkgdef'. (ProjectSystemSetup)
11>FastUpToDate:     Destination 2/10/2020 11:03:10 AM: 'C:\project-system\artifacts\Debug\bin\Dlls\ProjectSelectors.pkgdef'. (ProjectSystemSetup)
11>FastUpToDate: Checking copied output (UpToDateCheckBuilt with Original property) file 'C:\project-system\artifacts\Debug\obj\ProjectSystemSetup\ProjectSystem.dll.config': (ProjectSystemSetup)
11>FastUpToDate:     Source 2/25/2020 3:07:47 PM: 'C:\project-system\artifacts\Debug\obj\ProjectSystemSetup\ProjectSystem.dll.config'. (ProjectSystemSetup)
11>FastUpToDate:     Destination 2/25/2020 3:07:47 PM: 'C:\project-system\artifacts\Debug\bin\Dlls\ProjectSystem.dll.config'. (ProjectSystemSetup)
11>FastUpToDate: Project is up to date. (ProjectSystemSetup)
12>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests\Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests.xml' (3/12/2020 11:11:42 AM). (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate: No input markers exist, skipping marker check. (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.visualstudio.testadapter.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.visualstudio.testadapter.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate:     Destination 10/29/2018 4:17:14 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.runner.visualstudio.testadapter.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate: Checking PreserveNewest file 'C:\project-system\tests\Common\Test\App.config': (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate:     Source 2/10/2020 11:03:11 AM: 'C:\project-system\tests\Common\Test\App.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate:     Destination 2/10/2020 11:03:11 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\App.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.reporters.net452.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.reporters.net452.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate:     Destination 10/29/2018 4:17:14 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.runner.reporters.net452.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.abstractions.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.abstractions.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate:     Destination 8/25/2018 7:54:14 PM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.abstractions.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>FastUpToDate: PreserveNewest source is newer than destination, not up to date. (Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests)
12>------ Build started: Project: Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests, Configuration: Debug Any CPU ------
13>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests\Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests.xml' (3/12/2020 11:11:41 AM). (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate: No input markers exist, skipping marker check. (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.visualstudio.testadapter.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.visualstudio.testadapter.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate:     Destination 10/29/2018 4:17:14 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.runner.visualstudio.testadapter.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate: Checking PreserveNewest file 'C:\project-system\tests\Common\Test\App.config': (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate:     Source 2/10/2020 11:03:11 AM: 'C:\project-system\tests\Common\Test\App.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate:     Destination 2/10/2020 11:03:11 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\App.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.reporters.net452.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.reporters.net452.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate:     Destination 10/29/2018 4:17:14 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.runner.reporters.net452.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.abstractions.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.abstractions.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate:     Destination 8/25/2018 7:54:14 PM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.abstractions.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>FastUpToDate: PreserveNewest source is newer than destination, not up to date. (Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests)
13>------ Build started: Project: Microsoft.VisualStudio.ProjectSystem.Managed.TestServices.UnitTests, Configuration: Debug Any CPU ------
14>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\bin\UnitTests\Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests.xml' (3/12/2020 11:11:41 AM). (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate: No input markers exist, skipping marker check. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.visualstudio.testadapter.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.visualstudio.testadapter.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate:     Destination 10/29/2018 4:17:14 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.runner.visualstudio.testadapter.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate: Checking PreserveNewest file 'C:\project-system\tests\Common\Test\App.config': (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate:     Source 2/10/2020 11:03:11 AM: 'C:\project-system\tests\Common\Test\App.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate:     Destination 2/10/2020 11:03:11 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\App.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.reporters.net452.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.reporters.net452.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate:     Destination 10/29/2018 4:17:14 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.runner.reporters.net452.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.abstractions.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.abstractions.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate:     Destination 8/25/2018 7:54:14 PM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.abstractions.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>FastUpToDate: PreserveNewest source is newer than destination, not up to date. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests)
14>------ Build started: Project: Microsoft.VisualStudio.ProjectSystem.Managed.VS.Client.UnitTests, Configuration: Debug Any CPU ------
15>FastUpToDate: No inputs are newer than earliest output 'C:\project-system\artifacts\Debug\obj\Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests\Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests.xml' (3/12/2020 11:11:45 AM). (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate: No input markers exist, skipping marker check. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.visualstudio.testadapter.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.visualstudio.testadapter.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate:     Destination 10/29/2018 4:17:14 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.runner.visualstudio.testadapter.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate: Checking PreserveNewest file 'C:\project-system\tests\Common\Test\App.config': (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate:     Source 2/10/2020 11:03:11 AM: 'C:\project-system\tests\Common\Test\App.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate:     Destination 2/10/2020 11:03:11 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\App.config'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.reporters.net452.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.runner.reporters.net452.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate:     Destination 10/29/2018 4:17:14 AM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.runner.reporters.net452.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate: Checking PreserveNewest file 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.abstractions.dll': (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate:     Source 10/29/2018 4:17:14 AM: 'C:\Users\davkean\.nuget\packages\xunit.runner.visualstudio\2.4.1\build\_common\xunit.abstractions.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate:     Destination 8/25/2018 7:54:14 PM: 'C:\project-system\artifacts\Debug\bin\UnitTests\xunit.abstractions.dll'. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>FastUpToDate: PreserveNewest source is newer than destination, not up to date. (Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests)
15>------ Build started: Project: Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests, Configuration: Debug Any CPU ------
========== Build: 5 succeeded, 0 failed, 10 up-to-date, 0 skipped ==========
davkean commented 4 years ago

Actually ProjectSystem looks like a different cause, so splitting that out.

drewnoakes commented 4 years ago

I cannot repro this. On the third build:

========== Build: 13 succeeded, 0 failed, 153 up-to-date, 0 skipped ==========

Version 16.6.0 Preview 2.0 [29908.27.master]

ocallesp commented 4 years ago

@drewnoakes the builds are because some projects are missing projectName.xlm The assumption is that

In this case the file projectName.xlm doesn't exist on disk. FUTD is working as expected. Even if we disable FUTD, the file projectName.xml is not created.

141>FastUpToDate: Adding UpToDateCheckBuilt outputs: (Microsoft.CodeAnalysis.Compilers.Package) 141>FastUpToDate: 'C:\project\tmp\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Compilers.Package\Debug\netstandard2.0\Microsoft.CodeAnalysis.Compilers.Package.xml' (Microsoft.CodeAnalysis.Compilers.Package) 141>FastUpToDate: Output 'C:\project\tmp\roslyn\artifacts\bin\Microsoft.CodeAnalysis.Compilers.Package\Debug\netstandard2.0**Microsoft.CodeAnalysis.Compilers.Package.xml**' does not exist, not up to date. (Microsoft.CodeAnalysis.Compilers.Package) 141>FastUpToDate: Up to date check completed in 0.6 ms (Microsoft.CodeAnalysis.Compilers.Package) 141>------ Build started: Project: Microsoft.CodeAnalysis.Compilers.Package, Configuration: Debug Any CPU ------

Tested using VS 16.7.0 Preview 1.0 [30013.88.master] and dotnet roslyn checkout a6424ee704e6c6790a9ccfe8a5c66205b93a3666

davkean commented 4 years ago

This doesn't seem correct; either the XML should be generated or it shouldn't be in the update-to-date. Why is the file listed as an ~input~ output to the up-to-date check if its not generated?

drewnoakes commented 4 years ago

The XML file is an output, not an input. This should be reopened.

ocallesp commented 4 years ago

Tested using master Project System with master Roslyn. I cannot repro this issue. BUT some projects (NuGet packages ?) are not up to date because there is a missing dll.

These dll are considered outputs for the futd and are not generated during the build. @rainersigwald do you know why these dlls are not generated ?

========== Build: 13 succeeded, 0 failed, 155 up-to-date, 0 skipped ==========

Line 50133: 140>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\bin\Microsoft.Net.Compilers.Package\Debug\net472\Microsoft.Net.Compilers.Package.dll' does not exist, not up to date. (Microsoft.Net.Compilers.Package)
Line 50138: 141>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\obj\Microsoft.NETCore.Compilers.Package\Debug\netcoreapp3.1\Microsoft.NETCore.Compilers.Package.dll' does not exist, not up to date. (Microsoft.NETCore.Compilers.Package)
Line 50143: 142>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\bin\Microsoft.CodeAnalysis.Compilers.Package\Debug\netstandard2.0\Microsoft.CodeAnalysis.Compilers.Package.dll' does not exist, not up to date. (Microsoft.CodeAnalysis.Compilers.Package)
Line 50148: 143>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\bin\Microsoft.CodeAnalysis.Scripting.Package\Debug\netstandard2.0\Microsoft.CodeAnalysis.Scripting.Package.dll' does not exist, not up to date. (Microsoft.CodeAnalysis.Scripting.Package)
Line 50153: 144>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Package\Debug\net472\Microsoft.CodeAnalysis.EditorFeatures.Package.dll' does not exist, not up to date. (Microsoft.CodeAnalysis.EditorFeatures.Package)
Line 50158: 145>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\obj\VS.ExternalAPIs.Roslyn.Package\Debug\net472\VS.ExternalAPIs.Roslyn.Package.dll' does not exist, not up to date. (VS.ExternalAPIs.Roslyn.Package)
Line 50163: 146>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\obj\VS.Tools.Roslyn.Package\Debug\net472\VS.Tools.Roslyn.Package.dll' does not exist, not up to date. (VS.Tools.Roslyn.Package)
Line 50168: 147>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\bin\Microsoft.CodeAnalysis.Package\Debug\net472\Microsoft.CodeAnalysis.Package.dll' does not exist, not up to date. (Microsoft.CodeAnalysis.Package)
Line 50173: 148>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\obj\Microsoft.CodeAnalysis.Compilers.Setup\Debug\net472\Microsoft.CodeAnalysis.Compilers.Setup.dll' does not exist, not up to date. (Microsoft.CodeAnalysis.Compilers.Setup)
Line 50178: 149>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\bin\Installer.Package\Debug\net472\Installer.Package.dll' does not exist, not up to date. (Installer.Package)
Line 50515: 151>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\bin\DevDivInsertionFiles\Debug\net472\DevDivInsertionFiles.dll' does not exist, not up to date. (DevDivInsertionFiles)
Line 51336: 155>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\obj\Microsoft.Net.Compilers.Toolset.Package\Debug\netcoreapp3.1\Microsoft.Net.Compilers.Toolset.Package.dll' does not exist, not up to date. (Microsoft.Net.Compilers.Toolset.Package)
Line 53227: 160>FastUpToDate: Output 'D:\tmp\roslyn_rename_document\artifacts\bin\Roslyn.VisualStudio.Setup.ServiceHub\Debug\net472\Roslyn.VisualStudio.Setup.ServiceHub.dll' does not exist, not up to date. (Roslyn.VisualStudio.Setup.ServiceHub)
rainersigwald commented 4 years ago

Those don't look like real DLL-producing projects to me; *.Package.csproj appear to only create packages, for instance. I bet the compiler isn't running because there are no source files.

ocallesp commented 4 years ago

@davkean do you still see the same issue you created ? I cannot repro it.

davkean commented 4 years ago

You repro'd it above here, what happened to that?

ocallesp commented 4 years ago

Not able to repro using Project System master and Roslyn at c2e6d3a5189680a99b283e0eb81a26a813f5e755