-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[main] Update dependencies from dotnet/arcade #5733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main] Update dependencies from dotnet/arcade #5733
Conversation
…123.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21569.2 -> To Version 7.0.0-beta.21573.3
…124.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21569.2 -> To Version 7.0.0-beta.21574.3
|
/cc: @jonfortescue @lukas-lansky @MattGal - WPF fails to build on VS2019, likely need VS2022, https://github.com/dotnet/core-eng/issues/14640 |
…126.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21569.2 -> To Version 7.0.0-beta.21576.2
…126.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21569.2 -> To Version 7.0.0-beta.21576.4
Taking a look. |
…2 for WPF's purposes.
|
@RussKie I think this is just a check that got introduced in the GA version of 6.0.100 SDK, I went ahead and put you on the VS 2022 versions of the same images and I'll keep an eye on it. |
|
@RussKie looks like we may need to add more workloads. A bunch got added here: https://github.com/dotnet/core-eng/issues/15030 (this change rolls out this Weds, 12/1/2021) but I'm not sure we have all the ones you need. Would you mind listing the workloads exported from a VS 2022 Enterprise machine on a machine that can successfully build your solution(s)? |
It super does. It may be a bit before we can help you there though. You can choose to delay this arcade update (I am unaware of any hot fresh things coming in with this specific flow that you actually need) or tweak it to keep using pre-release SDKs that allowed this to work from before at your discretion. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
This PR is already on VS2022. May be missing use of wpf.config, as, CPP compilation support is missing. /cc: @singhashish-wpf |
|
From the workloads issue/PR https://github.com/dotnet/core-eng/issues/15057 @lpatalas @MattGal Any ideas on how to get this going like including UCRTSDK for VS2022 or any replacements? |
|
@singhashish-wpf Just to be clear https://github.com/dotnet/core-eng/issues/15057 is not rolled out yet. We've merged the PR yesterday but it didn't make it into the rollout. We plan to roll it out next Wednesday. And regarding |
Came here to say this, but one important thing to note also is that you can try the "-Int" versions of the 1ES pool provider to see if this image is sufficient for you today. (please don't merge changes depending on these unless you want to be randomly broken in the future), i.e. "NetCore1ESPool-Public-Int" / "NetCore1ESPool-Internal-Int". Doing it this way prevents a week-long cycle of noticing you needed "just one more thing" |
|
The error regarding Microsoft.Cpp.CppWinRT.props remains the same even after changing to 1ES pool Int provider. |
This reverts commit 266cd39.
…202.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21569.2 -> To Version 7.0.0-beta.21602.3
|
@singhashish-wpf You could try updating |
…203.6 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21569.2 -> To Version 7.0.0-beta.21603.6
…s://github.com/dotnet/wpf into darc-main-83d344b6-2da4-4cb4-bc09-b0c292dfa886
|
Sorry, I forgot to mention that you also need to update these lines: https://github.com/dotnet/wpf/blob/main/src/Microsoft.DotNet.Wpf/redist/VCRuntime/VCRuntime.vcxproj#L36-L37 |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…206.6 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21569.2 -> To Version 7.0.0-beta.21606.6
This is because an LTCG-built lib is used cross repo and this particular lib was built using a different version of the compiler than what is in use in this build (the LTCG object format is more strongly tied to compiler version vs. a static library). dotnet-wpf-int needs to be re-built on the same pool this is running on, and flowed to this repo. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…208.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21569.2 -> To Version 7.0.0-beta.21608.1
…209.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21569.2 -> To Version 7.0.0-beta.21609.2
…210.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.21569.2 -> To Version 7.0.0-beta.21610.4
This pull request updates the following dependencies
From https://github.com/dotnet/arcade