Cloned MAUI solution not building (.NET 9, main branch) #31513
Unanswered
egvijayanand
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you run "dotnet workload restore", does it help? (CoPilot AI suggestion). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Cloned the MAUI repository.
Followed the steps in Development Guide.
Ran these commands:
dotnet tool restore dotnet build .\Microsoft.Maui.BuildTasks.slnf
Already have the latest version of .NET 9 SDK (
9.0.304
) installed.And this seems to be the only logical issue, as the rest of them are missing primitive .NET types:
Steps to Reproduce
Beta Was this translation helpful? Give feedback.
All reactions