-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[main] Update dependencies from dotnet/hotreload-utils, dotnet/icu, dotnet/runtime-assets #119577
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/hotreload-utils, dotnet/icu, dotnet/runtime-assets #119577
Conversation
Microsoft.NETCore.Runtime.ICU.Transport From Version 10.0.0-preview.6.25302.1 -> To Version 10.0.0-preview.7.25431.1
…ild 20250908.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 10.0.0-alpha.0.25302.2 -> To Version 11.0.0-alpha.0.25458.1
Failure during build:
@tmat do you know if there have been any roslyn changes that would cause this? it looks like we bumped from Microsoft.CodeAnalysis 5.0.0-1.25301.1 to 5.0.0-2.25429.6 in hotreload-utils |
Yes, there were changes. Looking |
@akoeplinger The code uses Roslyn APIs via Reflection: https://github.com/dotnet/hotreload-utils/blob/main/src/Microsoft.DotNet.HotReload.Utils.Generator/EnC/ChangeMakerService.cs#L112 Not cool. |
@tmat I don't know the history of that code, maybe there was no public API back then? is there one now? |
Not having public API is not a good excuse. If it's needed it can be added. |
@akoeplinger dotnet/hotreload-utils#605 should fix it |
Microsoft.NETCore.Runtime.ICU.Transport From Version 10.0.0-preview.6.25302.1 -> To Version 11.0.0-alpha.1.25461.1
…ld 20250908.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 Version 10.0.0-beta.25310.1 -> To Version 11.0.0-beta.25458.1
…ild 20250911.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 10.0.0-alpha.0.25302.2 -> To Version 11.0.0-alpha.0.25461.1
/ba-g unrelated timeouts from browser testing in WasmBuildTests |
This pull request updates the following dependencies
From https://github.com/dotnet/icu
From https://github.com/dotnet/hotreload-utils
From https://github.com/dotnet/runtime-assets