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

Use MSBuild from the .NET SDK within Visual Studio #7258

Open
Tracked by #7250
baronfel opened this issue Jan 11, 2022 · 2 comments
Open
Tracked by #7250

Use MSBuild from the .NET SDK within Visual Studio #7258

baronfel opened this issue Jan 11, 2022 · 2 comments
Labels

Comments

@baronfel
Copy link
Member

baronfel commented Jan 11, 2022

Right now Visual Studio uses its own copy of the MSBuild libraries, which can result in behavioral differences with the one that the user has brought with their SDK. To improve the consistency of results between the CLI and Visual Studio, we should align these versions in some way. An easy initial pathway would be to ship .NET Framework MSBuild in the .NET SDK, for example. Regardless, there will likely be work required to ensure compatibility between these disparate versions, which this issue will cover.

@stan-sz
Copy link
Contributor

stan-sz commented Nov 9, 2022

Is this in works for .Net 7 timeframe?

@rainersigwald
Copy link
Member

@stan-sz No (.NET 7 was released yesterday and does not have this).

@AR-May AR-May added the triaged label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants