-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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/windowsdesktop #47167
base: main
Are you sure you want to change the base?
[main] Update dependencies from dotnet/windowsdesktop #47167
Conversation
Notification for subscribed users from https://github.com/dotnet/windowsdesktop:@dotnet/wpf-developers Action requested: Please take a look at this failing automated dependency-flow pull request's checks; failures may be related to changes which originated in your repo.
|
@dotnet/product-construction Could you take a look at the VMR failures here? |
@Tanya-Solyanik isn't the failure here the one that was a false positive in roslyn? Please take a look. |
…ld 20250227.1 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0 From Version 10.0.0-preview.3.25126.4 -> To Version 10.0.0-preview.3.25127.1 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.DotNet.Wpf.ProjectTemplates From Version 10.0.0-preview.3.25120.2 -> To Version 10.0.0-preview.3.25127.1 (parent: Microsoft.WindowsDesktop.App.Ref
dd1f85e
to
1d376b6
Compare
@ViktorHofer - yes, it is the same issue, why does VMR builds run against stale dependencies? |
…ld 20250304.1 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0 From Version 10.0.0-preview.3.25126.4 -> To Version 10.0.0-preview.3.25154.1
The compiler being used that emits the error is on this commit: dotnet/roslyn@6908aea (data from the binlog) So the compiler doesn't have dotnet/roslyn@ff40252 which is the fix. We will need a re-bootstrap. I will trigger that.
This isn't special to the VMR. Repositories build with a .NET toolset SDK and that's just too old. Winforms doesn't build with live roslyn because there's no dependency defined (it doesn't need to and would make the graph more complex): sdk/src/SourceBuild/content/repo-projects/winforms.proj Lines 13 to 16 in f472045
|
#47290 should unblock this |
…ld 20250305.1 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0 From Version 10.0.0-preview.3.25126.4 -> To Version 10.0.0-preview.3.25155.1
Track #47359 |
…ld 20250307.1 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0 From Version 10.0.0-preview.3.25126.4 -> To Version 10.0.0-preview.3.25157.1
This pull request updates the following dependencies
Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format
From https://github.com/dotnet/windowsdesktop