-
Notifications
You must be signed in to change notification settings - Fork 17
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
Extension fails with error: "Cannot locate MSBuild engine for .NET SDK v9.0.100." #149
Comments
Hi - sorry to hear you're having problems; are you able to post the full output from running |
I'm pretty sure this is related to #144; the mechanism we use to locate the appropriate MSBuild version for the current runtime (MSBuildLocator) has not, historically, supported preview versions of .NET and simply ignored them). It does support preview versions now, but we have to opt into supporting them and we haven't decided (yet) how best to do that. @DoctorKrolic - can I get a second opinion / sanity check? 🙂 |
Here is the log. I looked at #144. This does look like the same issue.
|
With the .NET 9 SDK Preview 4 installed I get these errors in VS Code when opening a folder containing a .NET solution.
The .NET solution I usually work on has a mix of .NET Standard projects and older .NET Framework projects, but I've got these errors with folders containing only .NET SDK-style projects.
Here are the .NET SDKs installed:
8.0.300 [C:\Program Files\dotnet\sdk]
9.0.100-preview.4.24267.66 [C:\Program Files\dotnet\sdk]
The text was updated successfully, but these errors were encountered: