Samsung/Tizen.NET

Tizen tools generate `workload-install.ps1` next to `.sln`

MartinZikmund opened this issue · 15 comments

When Tizen tools are installed in Visual Studio, a file workload-install.ps1 is always generated in the solution folder (even though everything is already installed). I don't see a reason why this file could not be generated in %TEMP% folder instead.

@MartinZikmund
Could you share more information for reproduce ?
e,g, VS version, VS tools for Tizen extension version, dotnet sdk version ...

Tizen plugin in VS: 3.8.0.0
VS: 17.6.0
.NET SDK: 7.203

@sangwook96-lee
Please take a look on this situation and give some feedback. Thanks!

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@sung-su this is still happening very often, can you please reopen?

Everytime a solution is opened, this happens:
image

Hello, @MartinZikmund
I apologize for your inconvenience.

Is there a reason why you have to use dotnet SDK 6.0.2xx version ?
If you are still using 6.0.2xx, I recommend updating the SDK.
You should use to at least the latest band (6.0.4xx) or using the SDK provided by VS.

Thanks

@sung-su I am targeting .NET 7 latest. On my device I have quite a few SDKs installed, but I am not using 6.0.2xx anywhere -
image

The default SDK I am using is 7.0.400

You still have a same problem,
Could you update the version of VS tools for Tizen on VS extension ?
It could cause a problem.

It seems I am using the latest (3.8.0)

@dkson95
Please take a look on this situation and give some feedback.
Thanks!

okay, let me check n update - though it was located under c:\Windows\System32\ in my env.

Dear @MartinZikmund
would you once check latest VS 2022 tools for Tizen on https://marketplace.visualstudio.com/items?itemName=tizen.VSToolsTizen2022 (after uninstall current version) ?

According to the check, we always download the workload-install file to %{tizen-studio-path}\tools folder
Otherwise, you need to check the %{tizen-studio-path} loc. : set by Tools > Options > Tizen > Tools > Tool Path

Thank you!