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

Can't build .sln with MSBUILDNOINPROCNODE=1 #6818

Closed
KirillOsenkov opened this issue Sep 5, 2021 · 3 comments
Closed

Can't build .sln with MSBUILDNOINPROCNODE=1 #6818

KirillOsenkov opened this issue Sep 5, 2021 · 3 comments
Labels
Area: Engine Issues impacting the core execution of targets and tasks. triaged

Comments

@KirillOsenkov
Copy link
Member

MSBuild 16.11.0+0538acc04

  1. dotnet new sln
  2. set MSBUILDNOINPROCNODE=1
  3. msbuild
Build FAILED.

"C:\Temp\inproc\inproc.sln" (default target) (1) ->
  C:\Temp\inproc\inproc.sln(2,1): error MSB4025: The project file could not be loaded. Data at the root level is invali
d. Line 2, position 1.
@KirillOsenkov KirillOsenkov added the Area: Engine Issues impacting the core execution of targets and tasks. label Sep 5, 2021
@KirillOsenkov
Copy link
Member Author

@cdmihai could you please take a quick look to see if you know what's going on?
I can't tell whether #6400 is related.

@cdmihai
Copy link
Contributor

cdmihai commented Sep 7, 2021

#6400 didn't make it into the 16.11 release, so it's not that.

I can repro the bug for 16.11, but not for 17.0:

16.11
image

17.0
image

@cdmihai cdmihai removed their assignment Sep 7, 2021
@rainersigwald
Copy link
Member

Duplicate of #3517

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Engine Issues impacting the core execution of targets and tasks. triaged
Projects
None yet
Development

No branches or pull requests

4 participants