-
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 #42742
[main] Update dependencies from dotnet/windowsdesktop #42742
Conversation
…ld 20240814.4 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 9.0.0-rc.1.24414.1 -> To Version 10.0.0-alpha.1.24414.4
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 20240814.6 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 10.0.0-alpha.1.24414.4 -> To Version 10.0.0-alpha.1.24414.6 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop,Microsoft.DotNet.Wpf.ProjectTemplates From Version 9.0.0-rc.1.24413.3 -> To Version 10.0.0-alpha.1.24414.7 (parent: Microsoft.WindowsDesktop.App.Ref
…ld 20240815.2 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 10.0.0-alpha.1.24414.6 -> To Version 10.0.0-alpha.1.24415.2 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop,Microsoft.DotNet.Wpf.ProjectTemplates From Version 10.0.0-alpha.1.24414.7 -> To Version 10.0.0-alpha.1.24415.1 (parent: Microsoft.WindowsDesktop.App.Ref
…ld 20240815.3 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 10.0.0-alpha.1.24415.2 -> To Version 10.0.0-alpha.1.24415.3
This looks like some windows desktop-related files are unavailable? @dotnet/dotnet-windowsdesktop-admin |
…ld 20240815.4 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 From Version 10.0.0-alpha.1.24415.3 -> To Version 10.0.0-alpha.1.24415.4 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.DotNet.Wpf.ProjectTemplates From Version 10.0.0-alpha.1.24415.1 -> To Version 10.0.0-alpha.1.24415.2 (parent: Microsoft.WindowsDesktop.App.Ref
This PR is needed to unblock #42742. |
…5cec1f5-e512-45be-9aa3-eeb62a1f50a1
The windows failure is a real one. This path is too long:
261 chars. |
@jkoritzinsky this error is showing up again and again. Until we get native tools that can avoid the MAX_PATH limitation, would it be possible to reduce the shared framework package output path length? More precisely, this part: Do we need all this: Note that we already avoid the TFM in the output path for the same reason: https://github.com/dotnet/windowsdesktop/blob/2628d1ae1ec1e0ce22751e0bf83294141708c3e9/src/windowsdesktop/src/sfx/Microsoft.WindowsDesktop.App.Ref.sfxproj#L11 |
We need |
We could change the sfx project's BaseIntermediateOutputPath and IntermediateOutputPath to something shorter, right? I.e. refpack and runtimepack. |
Yes, we can do that as well |
Helps with dotnet/sdk#42742 by reducing the output paths lengths for windowsdesktop packs to a minimum. Also add a build.sh file and set the right chmod permissions for it to be able to build this repo on Unix (i.e. codespace).
@jkoritzinsky shortening the output paths worked: dotnet/windowsdesktop#4585 |
Helps with dotnet/sdk#42742 by reducing the output paths lengths for windowsdesktop packs to a minimum. Also add a build.sh file and set the right chmod permissions for it to be able to build this repo on Unix (i.e. codespace).
…ld 20240820.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-alpha.1.24415.4 -> To Version 10.0.0-alpha.1.24420.1
/azp run sdk-unified-build,sdk-source-build |
Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s). |
/azp run sdk-unified-build,sdk-source-build |
Azure Pipelines successfully started running 2 pipeline(s). |
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