-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[main] Update dependencies from dotnet/windowsdesktop #23293
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 #23293
Conversation
…ld 20220105.2 VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0 , Microsoft.WindowsDesktop.App.Runtime.win-x64 , Microsoft.WindowsDesktop.App.Ref From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22055.2
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.
|
…ld 20220107.2 VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0 , Microsoft.WindowsDesktop.App.Runtime.win-x64 , Microsoft.WindowsDesktop.App.Ref From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22057.2 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22056.3 (parent: Microsoft.WindowsDesktop.App.Ref
Look under Artifacts tab for some of the tests. There are console logs there and it looks like timeouts or test hangs. There are also some tests where it couldn't locate PresentationFramework.dll |
|
Some tests failed with following. It seems its looking for PresentationBuildTasks.dll in 6.0 folder. C:\h\w\A8AF0953\p\d\sdk\7.0.100-ci\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.WinFX.targets(211,9): error MSB4062: The "Microsoft.Build.Tasks.Windows.MarkupCompilePass1" task could not be loaded from the assembly C:\h\w\A8AF0953\p\d\sdk\7.0.100-ci\Sdks\Microsoft.NET.Sdk.WindowsDesktop\tools\net6.0\PresentationBuildTasks.dll. Could not load file or assembly 'C:\h\w\A8AF0953\p\d\sdk\7.0.100-ci\Sdks\Microsoft.NET.Sdk.WindowsDesktop\tools\net6.0\PresentationBuildTasks.dll'. The system cannot find the path specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. [C:\h\w\A8AF0953\t\dotnetSdkTests\mca1j10r.tgn\It_publishes_---F395A6ED\It_publishes_---F395A6ED.csproj] |
|
adding @singhashish-wpf / @vishalmsft to look at wpf failures here. |
…ld 20220107.14 VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0 , Microsoft.WindowsDesktop.App.Runtime.win-x64 , Microsoft.WindowsDesktop.App.Ref From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22057.14 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22057.9 (parent: Microsoft.WindowsDesktop.App.Ref
…ld 20220109.1 VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0 , Microsoft.WindowsDesktop.App.Runtime.win-x64 , Microsoft.WindowsDesktop.App.Ref From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22059.1 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22059.1 (parent: Microsoft.WindowsDesktop.App.Ref
|
Build tests seems failing with following reason: < C:\Repos\sdk\artifacts\tmp\Debug\net5.0Compila---8A3BB383\CompilationConstants\bin\Debug\net5.0\CompilationConstants.exe exited with 0 in 676 ms. and C:\h\w\AA8F08D9\p\d\sdk\7.0.100-ci\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.WinFX.targets(211,9): error MSB4062: The "Microsoft.Build.Tasks.Windows.MarkupCompilePass1" task could not be loaded from the assembly C:\h\w\AA8F08D9\p\d\sdk\7.0.100-ci\Sdks\Microsoft.NET.Sdk.WindowsDesktop\tools\net6.0\PresentationBuildTasks.dll. Could not load file or assembly 'C:\h\w\AA8F08D9\p\d\sdk\7.0.100-ci\Sdks\Microsoft.NET.Sdk.WindowsDesktop\tools\net6.0\PresentationBuildTasks.dll'. The system cannot find the path specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. [C:\h\w\AA8F08D9\t\dotnetSdkTests\nwnyhutz.f45\It_builds_suc---1E1E42EA\It_builds_suc---1E1E42EA.csproj] |
|
I see |
…ld 20220111.1 VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0 , Microsoft.WindowsDesktop.App.Runtime.win-x64 , Microsoft.WindowsDesktop.App.Ref From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22061.1 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22061.1 (parent: Microsoft.WindowsDesktop.App.Ref
|
The PresentationBuildTasks.dll is getting picked up from 6.0 folder, which seems bad because WPF repo's main branch is targeting 7(i.e targetframework is 7) and it should instead get it from 7.0 IMO. Line 58 in 4f660c4
@dsplaisted @mmitche Can this be updated or is there something I am missing here? |
|
@dreddy-work I don't think this has anything to do with the NuGet Build Tasks version. I think the issue is that in the WPF repo there is a mismatch of the TargetFramework used to create the package and to locate the task DLL: I think Microsoft.WinFX.targets needs to be updated to specify |
…ld 20220111.7 VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0 , Microsoft.WindowsDesktop.App.Runtime.win-x64 , Microsoft.WindowsDesktop.App.Ref From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22061.7 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 7.0.0-alpha.1.22055.1 -> To Version 7.0.0-alpha.1.22061.9 (parent: Microsoft.WindowsDesktop.App.Ref


This pull request updates the following dependencies
From https://github.com/dotnet/windowsdesktop
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