actions / setup-dotnet

Set up your GitHub Actions workflow with a specific version of the .NET core sdk
MIT License
922 stars 454 forks source link

Make throwing errors in setup-dotnet more informative #375

Closed IvanZosimov closed 1 year ago

IvanZosimov commented 1 year ago

Description: During the installation of .NET using the setup-dotnet action some errors may be thrown. Usually, an error message should contain a comprehensive reason for the error, but in the setup-dotnet, there is a case where it's not like that. These lines of code contain a small bug that should be fixed.

Related issue: Link

Check list: