Skip to content
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

Visual studio extension not work completly #27

Closed
SongOfYouth opened this issue Dec 13, 2024 · 4 comments
Closed

Visual studio extension not work completly #27

SongOfYouth opened this issue Dec 13, 2024 · 4 comments
Assignees
Labels

Comments

@SongOfYouth
Copy link

Current behavior

  • the output window error : Failed to retrieve the solution's loaded NuGet packages. Make sure a full NuGet restore has completed properly and reload the solution.
  • sporadic debug error on windows: Failed to create a 'System.Type' from the text 'local:DiagnosticsOverlay'. [Line: 9 Position: 3],if continue all things is ok.
  • the indicator status on web, and no any effect when click the button:
    image

Expected behavior

No response

Which tool(s) are affected?

Hot Reload

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Affected platforms

No response

Uno.Sdk version

No response

IDE used

Visual Studio 2022

IDE version

17.12.3

Uno Platform Extension version

5.5.53.78

Relevant plugins

No response

Anything else we need to know?

tried measures:

  • uninstall the uno platform extension and reinstall it.
  • delete the bin/obj folder and rebuild all project
  • run with admin or not
  • enable all the debug options of .net/c++
  • start the website by chrome and edge
  • start with debug mode or not
@SongOfYouth SongOfYouth added difficulty/tbd kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification. labels Dec 13, 2024
@jeromelaban
Copy link
Member

Thanks for the report.

We need additional logs:

  • In Tools, Options, Projects and Solutions, for the MSBuild project output verbosity, set it to Diagnostics
  • Restart Visual Studio
  • Open the output window, (View, Output), then select the Uno Platform in the drop down list.
  • Open your Uno Platform solution project

Can you share this window output in this issue?

Also, can you create a zip of the project that you created and share it here?

Thanks for your help!

@jeromelaban jeromelaban self-assigned this Dec 13, 2024
@agneszitte agneszitte removed the triage/untriaged Indicates an issue requires triaging or verification. label Dec 13, 2024
@SongOfYouth
Copy link
Author

After multiple attempts, I realized that this was because I manually specified the local cache path for Nuget in the Nuget.config file! when I set it to default, it works!

@sasakrsmanovic
Copy link

Should this be closed then @SongOfYouth ?

@SongOfYouth
Copy link
Author

SongOfYouth commented Dec 17, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants