Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmp_proj doesn't get evaluation Properties+Items folders #159

Closed
AArnott opened this issue Feb 22, 2018 · 4 comments
Closed

tmp_proj doesn't get evaluation Properties+Items folders #159

AArnott opened this issue Feb 22, 2018 · 4 comments

Comments

@AArnott
Copy link
Contributor

AArnott commented Feb 22, 2018

In our vs-platform repo when I run MSBuild vseditor.csproj /bl and open the MSBuild.binlog file, the properties and items folders under the *.tmp_proj project are missing (but present for other projects).
See here:
image

But when I use the older command syntax for logging ("C:\Program Files (x86)\Microsoft Visual Studio\pubrelease\MSBuild\15.0\Bin\MSBuild.exe" D:\git\VS-Platform\src\Editor\Consolidated\VSEditor\VSEditor.csproj /t:Rebuild /v:diag /nologo /noconlog /logger:StructuredLogger,"C:\Users\andarno\AppData\Local\MSBuildStructuredLogViewer\app-1.2.5\StructuredLogger.dll";"C:\Users\andarno\AppData\Local\Temp\MSBuildStructuredLog-16600.buildlog", the properties and items folder do show up.

@KirillOsenkov
Copy link
Owner

I've seen this before but could never track it down. My hypothesis is that this is something in MSBuild, under some circumstances this is null:

@KirillOsenkov
Copy link
Owner

Probably related to dotnet/msbuild#3616

@KirillOsenkov
Copy link
Owner

This should be fixed by dotnet/msbuild#6287

@KirillOsenkov
Copy link
Owner

Fixed and should appear in 16.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants