JetBrains IDE Rider Freezes "Loading Project" When Opening .NET MAUI Project

My Rider is completely unresponsive when trying to open a .NET MAUI project. The IDE gets stuck at the "Loading Project" stage with the progress bar halfway, and I am unable to interact with it, including building the solution.

Steps to Reproduce:

  1. Open the sln files.
  2. The IDE freezes at the "Loading Project" stage with the progress bar at ~60% 

Expected Behavior:
The project should load fully, allowing normal interaction and operations like building the solution.

Actual Behavior:
The IDE freezes during the "Loading Project" phase, with the progress bar stuck halfway, and becomes entirely unresponsive.

Logs:
Upload ID: 2024_09_02_7nWjqkbqxAncrjB29yMbLC (file: rider-logs-20240902-1521154881385267537096218.zip)

 

I've already tried the following steps:

  • Deleting the idea, bin, and obj folders.
  • Restarting the PC.
  • Deleting the .sln file and recreating it.
  • Invalidating caches.
0
2 comments

Hello Ht ,

Thank you for reaching Rider Forum.

As far as I see from the log, the error below repeats itself: 

2024-09-02 15:16:57,315 [    775] SEVERE - #c.i.s.ComponentManagerImpl - com.microsoft.azure.toolkit.intellij.common.auth.IntelliJSecureStore$LazyHolder <clinit> requests com.intellij.ide.passwordSafe.PasswordSafe instance. Class initialization must not depend on services. Consider using instance of the service on-demand instead.
java.lang.Throwable: com.microsoft.azure.toolkit.intellij.common.auth.IntelliJSecureStore$LazyHolder <clinit> requests com.intellij.ide.passwordSafe.PasswordSafe instance. Class initialization must not depend on services. Consider using instance of the service on-demand instead.

Could you please either try re-logging to the Azure? Or try disabling it? 

Let me know if that helps. 

 

0

Please sign in to leave a comment.