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?
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:
After that, when we tried to check, it wasn't installed:
Can you tell us how to resolve this issue?