Failure to load NuGet SDKs in dotnet format
rainersigwald opened this issue · 5 comments
rainersigwald commented
@rainersigwald Rainer Sigwald FTE if you run the command below
dotnet tool install -g dotnet-format --version 4.0.121404 --add-source https://dotnet.myget.org/F/format/api/v3/index.json
and then run this command over this repo: https://github.com/dotnet/tye
dotnet-format -w tye.sln -v diag
you should get a bin log. Would be very curious to get a second opinion on what is happening here
from dotnet/format#584 (comment)
I reproduce with these instructions but haven't dug in.