-
Notifications
You must be signed in to change notification settings - Fork 32
Build your first (.NET6) Tizen App using Visual Studio 2022
-
An environment that has been configured for .NET MAUI development. For more information, see Install latest .NET 6.
-
An environment that has been configured for Tizen .NET development. For more information, see Install latest Tizen workload for .NET 6.0.
-
To create Tizen .NET App with .NET6, you need the latest version of Visual Studio 2022
ℹ️ Tizen emulators and devices that support .NET6 have not yet been officially released, and we will announce a binary for testing soon.
In this tutorial, you'll create your first Tizen .NET app in Visual Studio 2022, and run it on an Tizen emulator:
1. Launch Visual Studio 2022 17.0, and in the start window click Create a new project to create a new project:
2. In the Create a new project window, select Tizen in the Project type drop-down, select the Tizen .NET Application (Preview) template, and click the Next button:
3. In the Configure your new project window, name your project, choose a suitable location for it, and click the Create button:
4. Wait for the project to be created, and its dependencies to be restored:
- In the Visual Studio toolbar, press the Start without Debugging button (Ctrl + F5) button to build and run the app:
ℹ️ It's recommended to start a Tizen emulator or device before launching your app .
ℹ️ Debugging and Hot Reload support will arrive in future release.