Samsung / Tizen.NET

Welcome to Tizen .NET
Other
213 stars 32 forks source link

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

Closed MartinZikmund closed 9 months ago

MartinZikmund commented 1 year ago

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.

sung-su commented 1 year ago

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

MartinZikmund commented 1 year ago

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

sung-su commented 1 year ago

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

github-actions[bot] commented 1 year ago

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

MartinZikmund commented 1 year ago

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

MartinZikmund commented 1 year ago

Everytime a solution is opened, this happens:

image
sung-su commented 1 year ago

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

MartinZikmund commented 1 year ago

@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

sung-su commented 1 year ago

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

MartinZikmund commented 1 year ago

It seems I am using the latest (3.8.0)

sung-su commented 1 year ago

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

dkson95 commented 1 year ago

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

dkson95 commented 1 year ago

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!

ahoke-cr commented 11 months ago

Changing the tool path seems to have stopped the addition of the PS script to my solutions, but it's still obnoxious this occurs in the first place. Is it possible to specify a default tool directory, like something in AppData/Local/Tizen?

github-actions[bot] commented 9 months ago

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