Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Sep 18, 2025

Note

This is a codeflow update. It may contain both source code changes from the VMR as well as dependency updates. Learn more here.

This pull request brings the following source code changes

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

Updated Dependencies

Associated changes in source repos

Updated Dependencies:
Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25466-104 -> 18.0.0-preview-25467-108)
Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25466.104 -> 11.0.0-beta.25467.108)
Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25466.104 -> 10.0.100-rc.2.25467.108)
Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25466.104 -> 10.0.0-rc.1.25467.108)
@dotnet-maestro dotnet-maestro bot requested a review from a team as a code owner September 18, 2025 02:05
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25467-108 -> 18.0.0-preview-25468-102)
Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25467.108 -> 11.0.0-beta.25468.102)
Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25467.108 -> 10.0.100-rc.2.25468.102)
Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25467.108 -> 10.0.0-rc.1.25468.102)
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25468-102 -> 18.0.0-preview-25469-103)
Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25468.102 -> 11.0.0-beta.25469.103)
Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25468.102 -> 10.0.100-rc.2.25469.103)
Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25468.102 -> 10.0.0-rc.1.25469.103)
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25469-103 -> 18.0.0-preview-25472-101)
Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25469.103 -> 11.0.0-beta.25472.101)
Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25469.103 -> 10.0.100-rc.2.25472.101)
Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25469.103 -> 10.0.0-rc.1.25472.101)
@ellahathaway
Copy link
Member

ellahathaway commented Sep 23, 2025

Investigating these failures:

NETStandard.Library.Ref.2.1.0 depends on runtime.linux-x64.Microsoft.NETCore.ILAsm (>= 10.0.0-rc.1.25472.101) but runtime.linux-x64.Microsoft.NETCore.ILAsm 10.0.0-rc.1.25472.101 was not found. runtime.linux-x64.Microsoft.NETCore.ILAsm 10.0.0-rc.2.25416.105

It looks like the failure started occurring with 39fd84d

@mmitche
Copy link
Member

mmitche commented Sep 23, 2025

Investigating these failures:

NETStandard.Library.Ref.2.1.0 depends on runtime.linux-x64.Microsoft.NETCore.ILAsm (>= 10.0.0-rc.1.25472.101) but runtime.linux-x64.Microsoft.NETCore.ILAsm 10.0.0-rc.1.25472.101 was not found. runtime.linux-x64.Microsoft.NETCore.ILAsm 10.0.0-rc.2.25416.105

It looks like the failure started occurring with 39fd84d

That is a bizarre package dependency

dotnet-maestro bot and others added 2 commits September 24, 2025 02:03
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.0-preview-25472-101 -> 18.0.0-preview-25473-107)
Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25472.101 -> 11.0.0-beta.25473.107)
Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25472.101 -> 10.0.100-rc.2.25473.107)
Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.1.25472.101 -> 10.0.0-rc.1.25473.107)
@MichaelSimons
Copy link
Member

Investigating these failures:

NETStandard.Library.Ref.2.1.0 depends on runtime.linux-x64.Microsoft.NETCore.ILAsm (>= 10.0.0-rc.1.25472.101) but runtime.linux-x64.Microsoft.NETCore.ILAsm 10.0.0-rc.1.25472.101 was not found. runtime.linux-x64.Microsoft.NETCore.ILAsm 10.0.0-rc.2.25416.105

It looks like the failure started occurring with 39fd84d

This looks to be a simple matter of the dotnet11 feeds missing from the NuGet.config. I added them but there appears to be other issues now.

@MichaelSimons
Copy link
Member

This looks to be a simple matter of the dotnet11 feeds missing from the NuGet.config. I added them but there appears to be other issues now.

Scratch that - my local environment wasn't clean - everything appears to build now.

@MichaelSimons
Copy link
Member

That is a bizarre package dependency

FYI, This project is the one that is built to produce the target pack from IL hence the dependency.

@MichaelSimons MichaelSimons merged commit 7dbf7b2 into main Sep 24, 2025
9 of 10 checks passed
@MichaelSimons MichaelSimons deleted the darc-main-d9fa84a2-5883-4849-9944-a00578761472 branch September 24, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants