Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Maui]Not able to Debug MAUI apps when using Net6.0 Tizen #8075

Closed
vsfeedback opened this issue Jun 15, 2022 · 3 comments
Closed

[Maui]Not able to Debug MAUI apps when using Net6.0 Tizen #8075

vsfeedback opened this issue Jun 15, 2022 · 3 comments
Labels
t/bug Something isn't working

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


[severity:It’s more difficult to complete my work]
Hello,

Tizen applications are supported on VS2022 based on the VisualStudio Tools for Tizen vsix
https://developer.tizen.org/development/visual-studio-tools-tizen/installing-visual-studio-tools-tizen

The debug properties to launch Tizen Emulator is based on IDebugLaunchProvider interface:-
https://github.com/Microsoft/VSProjectSystem/blob/master/doc/extensibility/IDebugLaunchProvider.md

We have come across VS2022 Preview ver 17.3.0 which supports MAUI.

Able to debug the app keeping only net6.0-tizen as TargetFramework even after the deployment error popup which is similar to the one mentioned in the below link:-

#2493

Starting local deployment...
Deploy: START
DeployAsync: START
Reading package recipe file "C:\Users\jh5.cho\source\repos\MauiApp4\MauiApp4\bin\Debug\net6.0-tizen\tizen-x86\MauiApp4.build.appxrecipe"...
DEP1700: The recipe file "C:\Users\jh5.cho\source\repos\MauiApp4\MauiApp4\bin\Debug\net6.0-tizen\tizen-x86\MauiApp4.build.appxrecipe" does not exist. You may need to build your project.
DeploymentSucceeded = False
DeploymentError = Err_Recipe_DoesNotExist
DeploymentUserError = False
DeploymentHRESULT = 2147942402
HasSharedCode = False
Target.Id = 256
ProjectGuid = {6ede1560-7c5a-42a9-8e6a-cdc97d06616f}
Project.TargetPlatformVersion = 7.0
Deleting file "vs.appxrecipe" from layout...
DeployAsync: END (Failure, 0:00:00.103)
Deploy: END (Failure, 0:00:00.171)

Could you help us?
Thanks


Original Comments

Feedback Bot on 6/15/2022, 01:19 AM:

(private comment, text removed)


Original Solutions

(no solutions)

@sangwook96
Copy link

Hello,
I saw #2493
It was closed and MS team fixed it in their VS.
I think that the current issue is similar to #2493.
Could you consider it in the Maui app?
Thanks

@varinderpratap
Copy link

Hello,
Update:
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.
Could we please add a lable "bug" to this issue?
Thanks!

@jfversluis
Copy link
Member

Duplicate of #8035

@jfversluis jfversluis marked this as a duplicate of #8035 Jun 16, 2022
@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Jun 16, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 16, 2022
@samhouts samhouts added the t/bug Something isn't working label Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants