dotnetcore-chocolatey / dotnetcore-chocolateypackages

Chocolatey packages for .NET Core
MIT License
13 stars 9 forks source link

Chocolatey package side by side installations deprecated #71

Open williamoconnorme opened 1 year ago

williamoconnorme commented 1 year ago

Hi, Chocolatey side-by-side (aka allow-multiple) package installs are deprecated. Is there a consideration for how best to handle multiple installs of package versions going forward?

In my scenario, I'm trying to install multiple versions of the dotnet SDK.

Commands:

choco install dotnet-6.0-sdk -y --force
choco install dotnet-7.0-sdk -y --force

choco list --local-only output:

dotnet-6.0-sdk has been installed as a side by side installation.
Side by side installations are deprecated and is pending removal in v2.0.0.
dotnet-6.0-sdk 6.0.416

dotnet-6.0-sdk-4xx has been installed as a side by side installation.
Side by side installations are deprecated and is pending removal in v2.0.0.
dotnet-6.0-sdk-4xx 6.0.416

dotnet-7.0-sdk has been installed as a side by side installation.
Side by side installations are deprecated and is pending removal in v2.0.0.
dotnet-7.0-sdk 7.0.403

dotnet-7.0-sdk-4xx has been installed as a side by side installation.
Side by side installations are deprecated and is pending removal in v2.0.0.
dotnet-7.0-sdk-4xx 7.0.403
rohitk710 commented 8 months ago

What did you use to resolve this?