Open JoonghyunCho opened 2 years ago
@jfversluis Hello, Thank you very much for taking it up. Do you have any progress or if you are not an owner, could you assign it to others? We are waiting for your feedback. Thanks
@jfversluis Hi, Today, we are testing to get even a workaround. but we did not do it till now. Also, As you can see https://github.com/dotnet/maui/issues/8075 In the latest 17.3 Preview 2.0, we cannot debug tizen apps(net6.0-tizen targetFramework). In previous preview versions, we could debug the Tizen app by keeping only "net6.0-tizen" as TargetFramework in csproject file. Now, there is no debug option for "net6.0-tizen" targetFramework apps. Actually, in Tizen, we can not use the Maui project. We need to have your help to complete our mission to apply it on Tizen. Thanks
@jfversluis
HI
No Tizen target devices are Found on Multiple target lists
We enabled Tizen Target Framework
<TargetFrameworks>$(TargetFrameworks);net6.0-tizen</TargetFrameworks>
But We can not see Tizen Target on the Target Lists. Just we can see Android/Ios/Windows Targets.
Could you check it,too?
@mattleibow Hello, Excuse me but we are waiting for your big support for applying Maui in Tizen? Do you have any idea or progress about these Tizen issues? If you have anything, please share it with us, too.
Have a good weekend!! Thanks
This feels related, but when trying to compile I get from https://github.com/Samsung/Tizen.NET/tree/main/samples/HelloMaui.
I used the instruction at https://docs.tizen.org/application/vstools/install/.
Windows 10, Visual Studio 2022 version 17.3.0 Preview 2.0.
I added also global.json
with contents such as
{
"sdk": {
"version": "6.0.400-preview.22301.10",
"allowPrerelease": true
}
}
dotnet --list-sdks 2.2.402 [C:\Program Files\dotnet\sdk] 3.1.300 [C:\Program Files\dotnet\sdk] 3.1.420 [C:\Program Files\dotnet\sdk] 5.0.101 [C:\Program Files\dotnet\sdk] 5.0.104 [C:\Program Files\dotnet\sdk] 5.0.203 [C:\Program Files\dotnet\sdk] 5.0.214 [C:\Program Files\dotnet\sdk] 5.0.302 [C:\Program Files\dotnet\sdk] 5.0.303 [C:\Program Files\dotnet\sdk] 6.0.100-rc.1.21458.32 [C:\Program Files\dotnet\sdk] 6.0.203 [C:\Program Files\dotnet\sdk] 6.0.301 [C:\Program Files\dotnet\sdk] 6.0.400-preview.22301.10 [C:\Program Files\dotnet\sdk]
dotnet --version 6.0.400-preview.22301.10
dotnet workload list
Installed Workload Ids Installation Source
maui-tizen SDK 6.0.400 maui-windows VS 17.3.32611.2 maui-maccatalyst VS 17.3.32611.2 maccatalyst VS 17.3.32611.2 maui-ios VS 17.3.32611.2 ios VS 17.3.32611.2 maui-android VS 17.3.32611.2 android VS 17.3.32611.2
@veikkoeeva
Hi
Thank you very much for giving the feedback here.
For me, I tested the below like that.
I installed the workload ".NET Multi-Platform App UI development" via Visual Studio Installer for Preview
And then I created the Maui application ".NET MAUI App"
And then, I removed the comment <!-- <TargetFrameworks>$(TargetFrameworks);net6.0-tizen</TargetFrameworks> -->
on th e *.csproj
And then, I rebuild it.
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
All target frameworks with net6.0-tizen, was built successfully. Could you follow that steps? Thanks
@veikkoeeva The error seems the Tizen workload may be not installed properly. You may want to uninstall and reinstall Tizen workload. Check out Here for installing workload through VSIX or CLI.
Plus, You now don't have to use HelloMaui sample as now Tizen is included in default Maui template as one of the targetframework. Create and use Maui template and just uncomment <TargetFrameworks>$(TargetFrameworks);net6.0-tizen</TargetFrameworks>
targetfremwork line in csproj.
Hey, thanks @sangwook96 and @JoonghyunCho!
I will check the instruction tomorrow. I used the sample so to have a simple starting project with Windows, Android, Apple OSes and Tizen included. In fact one with a WebView, but maybe it won't be a hassle. It may be a Tizen becomes an interesting/important use case, at leat in Europe. Though I don't want to hijack this issue anymore. Thanks again! :)
@veikkoeeva Hi, Thank you very much for your interest in it. As you see it, we are also waiting for Microsoft's answers. You can see how the issues are progressing, here.
Thanks
@veikkoeeva when installing tizen workload, before doing step 3 in here, make sure you start VS as admin. it is not mentioned in the docs.
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Hi,
When moved to a newer version of VS2022 Community(Version 17.4.2), we can see that the IMobileProjectPlatform callbacks are triggered and subsequently we are able to update the MAUI debug menu options with Tizen devices.
However, we cannot debug the application in the Tizen environment when net6.0-tizen is placed anywhere but beginning:- The project doesn't know how to run the profile with name 'M-7.0-x86(emulator-26101)' and command 'Tizen'
As we were checking this problem, we found some more details:- We were analyzing the configured project ProjectDebugLaunchProvider(IDebugLaunchProvider) with net6.0-tizen TargetFramework options.
When net6.0-tizen is placed at the beginning, the configured project member "ConfiguredProject.ConfiguredProjectVersionKey" like this:-> CpsProject:0:MauiApp6.Debug|AnyCPU
While when net6.0-tizen TargetFramework is placed anywhere but beginning, the aforementioned member shows:->CpsProject:1:MauiApp6.Debug|AnyCPU|net6.0-android.
Thanks, Vivek
@mattleibow - any idea if this is on the Tizen radar? In Teams or elsewhere?
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
@mauroa Do you know if there is more for us to do to fix this experience?
@samhouts sorry I missed this. I think it should get assigned to the VSCX Tools team, with an AzDO bug and then we could close this
Okay! I've assigned this to you for now. https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1878136 Thanks!!
Verified this issue with Visual Studio Enterprise 17.8.0 Preview 1.0. Can repro this issue.
Description
I would like to ask about 2 issues related to Tizen framework.
No Tizen target devices are Found
On Visual Studio, Tizen target devices or emulators are not targeted when
net6.0-tizen
target framework is selected.Tizen target devices are shown only when
net6.0-tizen
is coded at the very first target framework like below. However, in this case no other target devices are selected.Deploy failed for Tizen
When I tried to do
Start without debugging(Ctrl + F5)
It fails with appxrecipe file does not exist. It seems like a similar issue occured to windows target framework(https://github.com/dotnet/maui/issues/2493). The detailed log is followingSteps to Reproduce
net6.0-tizen
TargetFramework at csproj like below.Version with bug
6.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Other (Tizen, Linux, etc. not supported by Microsoft directly)
Affected platform versions
Tizen
Did you find any workaround?
No workaround.
Relevant log output
DevOps Issues