MAUI on MAC

Dani_S 2,886 Reputation points
2024-05-12T10:55:17.5+00:00

Hi,

I have new MAC.

I developed app in VS 17.8.4 net 8.

How to install vs code on MAC ?

Which extensions in VS Code to install ?

What I need more to run the project that witten in VS 17.8.4?

Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,970 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 57,806 Reputation points
    2024-05-12T17:00:24.1+00:00

    to install vscode just click the download link

    https://code.visualstudio.com

    Then install the Maui extension (it includes c# support)

    https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-maui

    you also need to install dotnet and the Maui workload.

    https://dotnet.microsoft.com/en-us/download

    % dotnet workload install maui

    if you haven’t already to build and debug you need to install Xcode

    Vscode is not an ide and will not give as much support as visual studio. you may want to look at jetbrains rider which is a full ide for Maui development.

    https://www.jetbrains.com/rider/

    note: when MS dropped support for vs for Mac, I dropped Maui and switched to Xcode swift/swiftui

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful