Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

timcassell
Copy link
Collaborator

Fixes #2693.

@timcassell timcassell merged commit daa2339 into master Jul 22, 2025
16 checks passed
@timcassell timcassell deleted the nodereuse branch July 22, 2025 18:36
@timcassell timcassell added this to the v0.15.3 milestone Jul 22, 2025
{
// we use these settings to make sure that MSBuild does the job and simply quits without spawning any long living processes
// we want to avoid "file in use" and "zombie processes" issues
const string NoMsBuildZombieProcesses = "/p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true";
Copy link
Member

@adamsitnik adamsitnik Jul 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this flag supported by older MSBuild versions?

I just wonder what is going to happen for users who are still using .NET 6 SDK etc.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure which version added it, but it's definitely supported by sdk 8, and your comment in that issue said not to worry about older unsupported sdks.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to Google it was added in .Net 5.

This was referenced Sep 17, 2025
This was referenced Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add extensibility to the DotnetCliCommand
2 participants