-
Notifications
You must be signed in to change notification settings - Fork 31
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
ℹ️ You need to use Tizen emulator 7.0 or higher version to run .NET 6 based app.
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.