-
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.
~$ dotnet build -f net6.0-tizen ./MauiAppWithTizen.csproj -t:Run - 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.