Skip to content

[main] Update dependencies from dotnet/hotreload-utils, dotnet/icu, dotnet/runtime-assets#120395

Merged
akoeplinger merged 19 commits intomainfrom
darc-main-f2d4e918-8d0c-414e-952f-fbbabdd3aadf
Nov 4, 2025
Merged

[main] Update dependencies from dotnet/hotreload-utils, dotnet/icu, dotnet/runtime-assets#120395
akoeplinger merged 19 commits intomainfrom
darc-main-f2d4e918-8d0c-414e-952f-fbbabdd3aadf

Conversation

@dotnet-maestro
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Oct 4, 2025

This pull request updates the following dependencies

From https://github.com/dotnet/runtime-assets

  • Updates:
    • From 11.0.0-beta.25467.3 to 11.0.0-beta.25553.1
      • Microsoft.DotNet.CilStrip.Sources
      • Microsoft.NET.HostModel.TestData
      • System.ComponentModel.TypeConverter.TestData
      • System.Data.Common.TestData
      • System.Drawing.Common.TestData
      • System.Formats.Tar.TestData
      • System.IO.Compression.TestData
      • System.IO.Packaging.TestData
      • System.Net.TestData
      • System.Private.Runtime.UnicodeData
      • System.Runtime.Numerics.TestData
      • System.Runtime.TimeZoneData
      • System.Security.Cryptography.X509Certificates.TestData
      • System.Text.RegularExpressions.TestData
      • System.Windows.Extensions.TestData

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

From https://github.com/dotnet/hotreload-utils

…ld 20251003.1

On relative base path root
Microsoft.DotNet.CilStrip.Sources , Microsoft.NET.HostModel.TestData , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 11.0.0-beta.25467.3 -> To Version 11.0.0-beta.25503.1
On relative base path root
Microsoft.NETCore.Runtime.ICU.Transport From Version 11.0.0-alpha.1.25466.1 -> To Version 11.0.0-alpha.1.25504.2
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/runtime-assets [main] Update dependencies from dotnet/icu, dotnet/runtime-assets Oct 5, 2025
…ild 20251002.5

On relative base path root
Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 11.0.0-alpha.0.25479.1 -> To Version 11.0.0-alpha.0.25502.5
@dotnet-maestro dotnet-maestro bot changed the title [main] Update dependencies from dotnet/icu, dotnet/runtime-assets [main] Update dependencies from dotnet/hotreload-utils, dotnet/icu, dotnet/runtime-assets Oct 6, 2025
@PranavSenthilnathan
Copy link
Member

There are a couple of failures like:

.packages/microsoft.dotnet.hotreload.utils.generator.buildtool/11.0.0-alpha.0.25502.5/build/Microsoft.DotNet.HotReload.Utils.Generator.BuildTool.targets(57,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""/__w/1/s/.dotnet/dotnet" "/__w/1/s/.packages/microsoft.dotnet.hotreload.utils.generator.buildtool/11.0.0-alpha.0.25502.5/build/../tools/net10.0/Microsoft.DotNet.HotReload.Utils.Generator.BuildTool.dll" "-msbuild:/__w/1/s/src/libraries/System.Runtime.Loader/tests/ApplyUpdate/System.Reflection.Metadata.ApplyUpdate.Test.CustomAttributeDelete/System.Reflection.Metadata.ApplyUpdate.Test.CustomAttributeDelete.csproj" "-script:/__w/1/s/src/libraries/System.Runtime.Loader/tests/ApplyUpdate/System.Reflection.Metadata.ApplyUpdate.Test.CustomAttributeDelete/deltascript.json" -p:Configuration=Debug" exited with code 150.

@ViktorHofer Is this an issue with the dotnet/runtime-assets changes?

@ViktorHofer
Copy link
Member

Not runtime-assets. This is coming from dotnet/hotreload-utils.

@ViktorHofer
Copy link
Member

ViktorHofer commented Oct 7, 2025

 You must install or update .NET to run this application.
  
  App: D:\a\_work\1\s\.packages\microsoft.dotnet.hotreload.utils.generator.buildtool\11.0.0-alpha.0.25502.5\tools\net10.0\Microsoft.DotNet.HotReload.Utils.Generator.BuildTool.dll
  Architecture: x64
  Framework: 'Microsoft.NETCore.App', version '10.0.0-rc.2.25464.104' (x64)
  .NET location: D:\a\_work\1\s\.dotnet\
  
  The following frameworks were found:
    10.0.0-rc.1.25420.111 at [D:\a\_work\1\s\.dotnet\shared\Microsoft.NETCore.App]
  
  The following frameworks for other architectures were found:
    x86
      6.0.36 at [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App]
      6.0.39 at [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App]
      8.0.18 at [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App]
      9.0.7 at [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App]
  
  Learn more:
  https://aka.ms/dotnet/app-launch-failed
  
  To install missing framework, download:
  https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=10.0.0-rc.2.25464.104&arch=x64&rid=win-x64&os=win10

This means that hotreload-utils moved its SDK ahead of runtime which causes an issue when invoking apps due to the runtime version encoded in an app's runtimeconfig.json.

dotnet/hotreload-utils#620, cc @akoeplinger

@akoeplinger
Copy link
Member

@Youssef1313 why did you have to bump the sdk in dotnet/hotreload-utils#620 ?

@Youssef1313
Copy link
Member

I bumped it to be able to use global.json's test runner. This wasn't available in RC1

…ld 20251007.1

On relative base path root
Microsoft.DotNet.CilStrip.Sources , Microsoft.NET.HostModel.TestData , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 11.0.0-beta.25467.3 -> To Version 11.0.0-beta.25507.1
@PranavSenthilnathan
Copy link
Member

@akoeplinger @Youssef1313 Are there plans to fix these errors in dotnet/hotreload-utils before this PR is merged? Otherwise I can create a known issue for build analysis and merge this PR as-is.

@ViktorHofer
Copy link
Member

ViktorHofer commented Oct 10, 2025

This will fix itself when RC2 is released and runtime updates to it. Meaning we probably want to park this PR for a week. Or, alternatively revert the SDK upgrade in hotreload-utils. This already happened a few times in the past so it would be good to explicitly call this out somewhere in hotreload-utils.

…ild 20251009.1

On relative base path root
Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 11.0.0-alpha.0.25479.1 -> To Version 11.0.0-alpha.0.25509.1
…ld 20251013.1

On relative base path root
Microsoft.DotNet.CilStrip.Sources , Microsoft.NET.HostModel.TestData , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 11.0.0-beta.25467.3 -> To Version 11.0.0-beta.25513.1
On relative base path root
Microsoft.NETCore.Runtime.ICU.Transport From Version 11.0.0-alpha.1.25466.1 -> To Version 11.0.0-alpha.1.25513.1
…ild 20251013.1

On relative base path root
Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 11.0.0-alpha.0.25479.1 -> To Version 11.0.0-alpha.0.25513.1
On relative base path root
Microsoft.NETCore.Runtime.ICU.Transport From Version 11.0.0-alpha.1.25466.1 -> To Version 11.0.0-alpha.1.25521.2
On relative base path root
Microsoft.NETCore.Runtime.ICU.Transport From Version 11.0.0-alpha.1.25466.1 -> To Version 11.0.0-alpha.1.25522.1
…ild 20251020.1

On relative base path root
Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 11.0.0-alpha.0.25479.1 -> To Version 11.0.0-alpha.0.25520.1
…ld 20251027.1

On relative base path root
Microsoft.DotNet.CilStrip.Sources , Microsoft.NET.HostModel.TestData , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 11.0.0-beta.25467.3 -> To Version 11.0.0-beta.25527.1
dotnet-maestro bot and others added 4 commits October 30, 2025 13:14
On relative base path root
Microsoft.NETCore.Runtime.ICU.Transport From Version 11.0.0-alpha.1.25466.1 -> To Version 11.0.0-alpha.1.25530.2
On relative base path root
Microsoft.NETCore.Runtime.ICU.Transport From Version 11.0.0-alpha.1.25466.1 -> To Version 11.0.0-alpha.1.25531.1
…ild 20251028.1

On relative base path root
Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 11.0.0-alpha.0.25479.1 -> To Version 11.0.0-alpha.0.25528.1
lewing and others added 3 commits November 3, 2025 15:24
…ld 20251103.1

On relative base path root
Microsoft.DotNet.CilStrip.Sources , Microsoft.NET.HostModel.TestData , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 11.0.0-beta.25467.3 -> To Version 11.0.0-beta.25553.1
@akoeplinger
Copy link
Member

/ba-g failures are unrelated infrastructure issues

@akoeplinger akoeplinger merged commit fd5d4cf into main Nov 4, 2025
157 of 163 checks passed
@akoeplinger akoeplinger deleted the darc-main-f2d4e918-8d0c-414e-952f-fbbabdd3aadf branch November 4, 2025 18:20
@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflow for labeling automated codeflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants