You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'dotnet cake' --->finishes with no error.
'dotnet cake --pack' --->finishes with no error.
'dotnet cake --target=VS --workloads=global' --->failed with an error message saying that several workloads are required. 'dotnet workload restore' raises another error.
'dotnet cake --target=VS' ---> finishes with no error and VS starts. Then, open my app sln and start debug raise error 'maui-android' workload is required and 'dotnet workload restore' raises another error like above.
I tried to find information but I found only some guys who abandoned to debug maui repo code.
Any info is helpful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I encountered some issue during developing my App, so I wanna try to build maui repo code and use it to debug but I can't.
I couldn't get a correct way to debug from the link below.
https://github.com/dotnet/maui/blob/main/.github/DEVELOPMENT.md#testing-branch-against-your-project
'dotnet cake' --->finishes with no error.
'dotnet cake --pack' --->finishes with no error.
'dotnet cake --target=VS --workloads=global' --->failed with an error message saying that several workloads are required. 'dotnet workload restore' raises another error.
'dotnet cake --target=VS' ---> finishes with no error and VS starts. Then, open my app sln and start debug raise error 'maui-android' workload is required and 'dotnet workload restore' raises another error like above.
I tried to find information but I found only some guys who abandoned to debug maui repo code.
Any info is helpful.
Beta Was this translation helpful? Give feedback.
All reactions