Can't run dotnet format with latest Windows image #7668
-
I've created a Github action to run
to
the job fails with following error
So far, the only thing I could find out is that Manually installing the NuGet package Can this problem actually come from the latest update or is there anything else wrong? For reference, here is the code for my action:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
Hey @FTramnitzke-tiplu. I assume this may be caused by outdated Visual Studio VC Build Component. I created a pull request to fix it: #7694 Let's wait for this update to be merged and deployed and see whether it helps. |
Beta Was this translation helpful? Give feedback.
-
As a side question, why are there so many different versions of 3.x and 6.x on the image but only one 7.x.
For this particular issue, it would have been so much easier for everyone affected to resolve it by temporarily targeting 7.0.203 (via global.json) until 7.0.304 was added to the image. But since the image only contains 7.0.302 then we have to add a |
Beta Was this translation helpful? Give feedback.
-
We're locking this discussion because it has not had recent activity and/or other members have asked for more information to assist you but received no response. Thank you for helping us maintain a productive and tidy community for all our members. |
Beta Was this translation helpful? Give feedback.
Hey @FTramnitzke-tiplu. I assume this may be caused by outdated Visual Studio VC Build Component. I created a pull request to fix it: #7694
Let's wait for this update to be merged and deployed and see whether it helps.