Add dotnet-version: latest support with dotnet-channel input by mahabaleshwars · Pull Request #730 · actions/setup-dotnet (original) (raw)

Description:
Adds dotnet-version: latest support to automatically install the highest active .NET SDK via the releases index API. Introduces an optional dotnet-channel input (LTS, STS, A.B, A.B.Cxx) to filter the resolved version—ignored with a warning if dotnet-version isn't latest. Removes signed and validated from dotnet-quality, retaining only daily, preview, and ga.

Related issue:
#497
#640

Check list: