Skip to content

Conversation

dotnet-maestro[bot]
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.25507.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 happen a few times in the past so it would be good to explicitly call this out somewhere in hotreload-utils.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-codeflow for labeling automated codeflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants