-
Often it seems that the Uno Extension menu is missing from Visual Studio 2022, is there something I'm missing? I have the toolbar in my app, but if I select Settings then nothing happens. I enabled the MSBuild Diagnostics log, it turned out to be 32 MB 😨 but attached here. The extension menu is there when I create a new simple Uno project from the templates, so it's definitely something in my more complex solution that is causing it, but I figured it would be good for you to figure it out if it affects other users as well. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Thanks for the report. It seems that some of the projects in the solution are not building properly:
Are those projects parts not part of a solution filter, or something similar? |
Beta Was this translation helpful? Give feedback.
-
You have changed the default path of nuget package cache? |
Beta Was this translation helpful? Give feedback.
Hey, so I think that we have found the issue. Working to provide a more robust fix, but also looking for something short term, is it possible that you do:
D:\_Cache\NuGet\uno.winui.devserver\6.1.0-dev.445\tools\rc\host\net9.0\
DevServer.Custom.Targets
toDevServer.Custom.Impl.Targets
DevServer.Custom.Targets
with content:Or run the script in a
cmd
: