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

Visual Studio Bug in Emulator/Device selector in MAUI projects #291

Open
denisyfrolov opened this issue Jan 8, 2025 · 2 comments
Open

Comments

@denisyfrolov
Copy link

denisyfrolov commented Jan 8, 2025

When MAUI .csproj value has multiple target platforms and includes either net6.0-tizen or net6.0-tizen8.0 the Emulator/Device selector stop working properly.

There are two possible outcomes:

  1. If the Tizen is the first target in the list (eg. net6.0-tizen8.0;net6.0-android;net6.0-ios) the selector can be switched only to Tizen Emulator/Device. Doesn't matter what target device type I select (Android, IOS, Mac, Windows, Tizen) there will be only Tizen emulator or device assigned to the selector.

Screenshot 2025-01-09 015154

  1. If the Tizen is at any position in the list other than the first one (eg. net6.0-android;net6.0-tizen8.0;net6.0-ios) the selector does NOT show Tizen Emulator/Device option at all. If I select Tizen as the target, the selector will get the Windows Machine with no other options.

image

.NET 6.0.428
Tizen workload: 8.0.154
VS 17.12.3

@mizanurasif
Copy link

Hello Mr. @denisyfrolov
This issue is currently pending on Microsoft's side, and we are waiting for a viable solution.

For further details, you may refer to this issue in the dotnet/maui repository: dotnet/maui#8035, which remains unresolved.

@denisyfrolov
Copy link
Author

denisyfrolov commented Jan 10, 2025

Hi @mizanurasif

Yeah, I know it was already reported to MS. But it doesn't look like they are going to handle this, because all built-in targets work just fine and the only one with that problem is Tizen. So apparently the issue sourcing from some Tizen tool chain. And MS consider Tizen and everyting around Tizen as Samsung's problems. Samsung is responsible for the Tizen.NET/MAUI support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants