Conversation
|
Tagging subscribers to this area: @dotnet/area-meta Issue DetailsWhile setting up a new machine, I tried using the
I also sorted the lines in the file to make it easier to scan/review, but I did that as a separate commit for reviewing the changes (346eb14) vs. the sorting (2480483) in this PR. With this updated config file, I can cleanly build
|
|
It wasn't easy to see the real diff due to different ordering: - "Microsoft.Net.Component.4.5.2.TargetingPack",
- "Microsoft.NetCore.Component.Runtime.5.0",
+ "Component.CPython39.x64",
+ "Microsoft.Component.CodeAnalysis.SDK",
+ "Microsoft.NetCore.Component.Runtime.6.0",
+ "Microsoft.VisualStudio.Component.VC.CMake.Project", |
Thanks. Sorry about the ordering. It'll help in the future, but it made this one frustrating. Good tip on posting a comment with the actual diff, @AntonLapounov. :) |
|
The failure was a timeout in a NativeAOT smoke test; unrelated. |
While setting up a new machine, I tried using the
.vsconfigfile to configure Visual Studio 2022 Community, but I encountered a few problems:I also sorted the lines in the file to make it easier to scan/review, but I did that as a separate commit for reviewing the changes (346eb14) vs. the sorting (2480483) in this PR.
With this updated config file, I can cleanly build
clr+libs+libs.testswith a fresh install of VS 2022 Community, importing these settings only.