79450867

Date: 2025-02-19 09:55:25
Score: 2.5
Natty:
Report link

Thanks to @Matt Ward's comment.

For the Web and Console section to be displayed you should only need to install the .NET SDK, which from the installer screenshot, that seems to be the case. I would check Visual Studio for Mac's Preferences - Projects - SDKs and Locations - .NET Core and see if the path registered there is /usr/local/share/dotnet and if the .NET SDK is being found. My only guess is that dotnet is being found on the PATH at some non-default location, and there are no .NET SDKs available there.

Solution for me: Go to Visual Studio>preference>build and debug>Sdk Locations>.Net Core

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @Matt
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jacky