Creating an app with Visual Studio 2022 for Windows

Note

Make sure to setup your environment by following our instructions.

Create the App

To create an Uno Platform app:

  1. Create a new C# solution using the Uno Platform App template, from Visual Studio's Start Page, then click the Next button

    Visual Studio - Get started - Selecting create a new project option
    Visual Studio - Create a new project - Selecting Uno Platform App option

  2. Configure your new project by providing a project name and a location, check the "Place solution and project in the same directory" option, then click the Create button

    Visual Studio - Configure project name and location

  3. Choose a template preset to build your application

    Visual Studio - Configure your new project

    Tip

    For a detailed overview of the Uno Platform project template wizard and all its options, see this.

  4. Click the create button

  5. Wait for the projects to be created, and their dependencies to be restored

  6. A banner at the top of the editor may ask to reload projects, click Reload projects:
    Visual Studio - A banner indicating to reload projects

Debug the App

To run the Windows (WinAppSDK) head:

  • In the debugger toolbar, click the down arrow to select MyApp (WinAppSDK Unpackaged)

    Visual Studio - Select the WinappSDK profile

  • Press the MyApp (WinAppSDK Unpackaged) button to deploy the app

  • If you've not enabled Developer Mode, the Settings app should open to the appropriate page. Turn on Developer Mode and accept the disclaimer.

You're all set!

Next Steps

Now that you're Created and Debug the App.

Learn more about: