Skip to content

Conversation

@dotnet-maestro
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Oct 26, 2022

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

  • Coherency Updates:
    • Microsoft.NET.Sdk.WindowsDesktop: from 8.0.0-alpha.1.22522.1 to 8.0.0-alpha.1.22551.1 (parent: Microsoft.WindowsDesktop.App.Ref)

From https://github.com/dotnet/windowsdesktop

  • Subscription: 43b77b68-0b3c-49dd-3915-08d8e9750bf8
  • Build: 20221101.1
  • Date Produced: November 1, 2022 1:38:27 PM UTC
  • Commit: 469f78072043f9b66e3dcb2fbc625f620944ca9f
  • Branch: refs/heads/main

…ld 20221025.2

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.0-alpha.1.22523.1 -> To Version 8.0.0-alpha.1.22525.2

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22525.1 (parent: Microsoft.WindowsDesktop.App.Ref
@ghost ghost added the Area-CodeFlow label Oct 26, 2022
@dotnet-maestro
Copy link
Contributor Author

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.

  • This pull request contains changes from your source repo (https://github.com/dotnet/windowsdesktop) and seems to have failed checks in this PR. Please take a peek at the failures and comment if they seem relevant to your changes.
  • If you're being tagged in this comment it is due to an entry in the related Maestro Subscription of the Build Asset Registry. If you feel this entry has added your GitHub login or your GitHub team in error, please update the subscription to reflect this.
  • For more details, please read the Arcade Darc documentation

@build-analysis build-analysis bot mentioned this pull request Oct 26, 2022
2 tasks
@dotnet-maestro
Copy link
Contributor Author

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.

  • This pull request contains changes from your source repo (https://github.com/dotnet/windowsdesktop) and seems to have failed checks in this PR. Please take a peek at the failures and comment if they seem relevant to your changes.
  • If you're being tagged in this comment it is due to an entry in the related Maestro Subscription of the Build Asset Registry. If you feel this entry has added your GitHub login or your GitHub team in error, please update the subscription to reflect this.
  • For more details, please read the Arcade Darc documentation

…ld 20221026.1

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.0-alpha.1.22523.1 -> To Version 8.0.0-alpha.1.22526.1

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22525.4 (parent: Microsoft.WindowsDesktop.App.Ref
@joeloff
Copy link
Member

joeloff commented Oct 27, 2022

@dotnet/wpf-developers Looks like a missing assembly in one of the tests.

C:\h\w\B1B409BC\p\d\sdk\8.0.100-ci\Sdks\Microsoft.NET.Sdk.WindowsDesktop\tools\net7.0\PresentationBuildTasks.dll. Could not load file or assembly 'C:\h\w\B1B409BC\p\d\sdk\8.0.100-ci\Sdks\Microsoft.NET.Sdk.WindowsDesktop\tools\net7.0\PresentationBuildTasks.dll'. The system cannot find the path specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available

…ld 20221027.1

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.0-alpha.1.22523.1 -> To Version 8.0.0-alpha.1.22527.1

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22526.1 (parent: Microsoft.WindowsDesktop.App.Ref
…ld 20221029.1

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.0-alpha.1.22523.1 -> To Version 8.0.0-alpha.1.22529.1

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22528.1 (parent: Microsoft.WindowsDesktop.App.Ref
…ld 20221030.1

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.0-alpha.1.22523.1 -> To Version 8.0.0-alpha.1.22530.1

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22529.1 (parent: Microsoft.WindowsDesktop.App.Ref
@dsplaisted
Copy link
Member

@dotnet/wpf-developers It looks like some hard-coded instances of net7.0 need to be updated to net8.0. Here's the PR that updated this last time: dotnet/wpf#5941

@marcpopMSFT FYI in case we want to add this to the checklist of things to update for a new major version.

…ld 20221101.1

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.0-alpha.1.22523.1 -> To Version 8.0.0-alpha.1.22551.1

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.0-alpha.1.22522.1 -> To Version 8.0.0-alpha.1.22551.1 (parent: Microsoft.WindowsDesktop.App.Ref
@marcpopMSFT marcpopMSFT merged commit a7a07eb into main Nov 2, 2022
@marcpopMSFT marcpopMSFT deleted the darc-main-80ecafa8-0e66-4e73-b478-ff7f368720b2 branch November 2, 2022 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants