Skip to content

Client can't install tizen workload #309

Description

@f-aman

Original Issue: https://github.sec.samsung.net/developer-interface/tizen-sdk-feedback/issues/19
1 of our clients is facing an issue while app building. After investigation, we found out that dotnet workload is not installed in his pc. We tried to install that using below commands:

Invoke-WebRequest 'https://raw.githubusercontent.com/Samsung/Tizen.NET/main/workload/scripts/workload-install.ps1' -OutFile 'workload-install.ps1';
PS C:\Users\hanlin.zhang> .\workload-install.ps1
Check Tizen Workload for sdk 9.0.304
Tizen Workload 10.0.121 version is already installed.

After that, when we tried to check, it wasn't installed:

C:\Users\hanlin.zhang>dotnet workload list
Workload version: 10.0.400-manifests.11c77abd
Installed Workload Id Manifest Version Installation Source

android 36.1.69/10.0.100 VS 18.8.12021.73
ios 26.5.10301/10.0.100 VS 18.8.12021.73
maccatalyst 26.5.10301/10.0.100 VS 18.8.12021.73
maui-windows 10.0.20/10.0.100 VS 18.8.12021.73

Use dotnet workload search to find additional workloads to install.

Can you tell us how to resolve this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions