79357214

Date: 2025-01-15 06:24:03
Score: 0.5
Natty:
Report link

The Xamarin forms project didn't load with this message.

This happened to me after the workload was restored, possibly due to the .NET 8 update.

  1. Check the dotnet version (dotnet --version)
  2. If the .Net version is 8.0.401 or higher, remove it (use the dot net uninstall tool) - sudo ./dotnet-core-uninstall remove 8.0.401 --SDK (with elevated permission)
  3. dotnet version fallback to 8.9.204 - project loads and running

Maybe the MAUI project stopped working - will update

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: shalin