-
Notifications
You must be signed in to change notification settings - Fork 34
Known Issues
Jay Cho edited this page Jul 19, 2022
·
13 revisions
-
Visual Studio Tools for Tizen
- Multiple target frameworks selection on Visual Studio 2022 Preview is not yet supported properly for
net6.0-tizen.
- CLI works for the workaround.
Buildnet6.0-tizenframeworkBuild & Run~$ dotnet build -f net6.0-tizen ./MauiAppWithTizen.csproj~$ dotnet build -f net6.0-tizen ./MauiAppWithTizen.csproj -t:Run
- CLI works for the workaround.
- Currently on Visual Studio 2022 Preview,
net6.0-tizenas a single target framework project is supported. - Debug run is expected to be supported from the next general release of Visual studio Tools for Tizen.
- Multiple target frameworks selection on Visual Studio 2022 Preview is not yet supported properly for
-
Tizen Emulator supporting .NET6
- Tizen emulators and devices supporting .NET6 have not yet been officially released. We will announce a binary for testing soon.
-
Supporting HotReload is not yet supported for Tizen.