-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
'dotnet cake --target=VS' for the MAUI repo hangs on Windows #10450
Comments
What happens if you do |
Hi @ChristophSchmidpeter. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
I had the same problem on Windows for .NET 7 RC2. Visual Studio would start, but then hang indefinitely. That was using |
Hello lovely human, thank you for your comment on this issue. Because this issue has been closed for a period of time, please strongly consider opening a new issue linking to this issue instead to ensure better visibility of your comment. Thank you! |
Description
Following the MAUI Development Guide, the console hangs for the
dotnet cake --target=VS
step atSetting environment variable: _ExcludeMauiProjectCapability = 'true'
(see log output below)
The Visual Studio window opens, but fails to build with NuGet reference errors.
Projects Graphics.Skia and Graphics.Skia.WPF are missing Microsoft.WindowsAppSDK 1.0.3
After adding missing NuGet References dozens of build errors in the form
Severity Code Description Project File Line Suppression State Error MSB4086 A numeric comparison was attempted on "$(TargetPlatformMinVersion)" that evaluates to "" instead of a number, in condition "'$(TargetPlatformMinVersion)' < '10.0.17200.0'". GraphicsTester.Skia.Console C:\Users\Win11\.nuget\packages\microsoft.windowsappsdk\1.1.4\buildTransitive\Microsoft.Build.Msix.Packaging.targets 159
occur for the various projects.
Steps to Reproduce
cd $(MAUI_REPO)
dotnet tool restore
Link to public reproduction project repository
https://github.com/dotnet/maui
Version with bug
6.0.400
Last version that worked well
6.0.408
Affected platforms
Windows
Affected platform versions
Windows 11
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: