-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update Blazor WASM Baselines for new files #27201
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
Update Blazor WASM Baselines for new files #27201
Conversation
@TanayParikh no, I did not. |
So is this fine to merge in that case? Surprised the diff is so large. |
The identity changes look a little odd, do we know what is causing them? |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good, provided we want the files there
Not sure why the diffs are changing so much. @TanayParikh we need to investigate, probably debugging through a test is the easiest way
This reverts commit f3aed02.
The new assemblies are showing up for a known reason, we're working on a solution to that but it shouldn't block rc1 |
@lewing Are we clear to merge this, then? The unusual diffs have been resolved. |
@MackinnonBuck the count differences are fine but I'm not sure why the paths are different in this commit I'd like someone on the aspnetcore side to take a look asap. @kg can you take a look from the runtime side and double check that we're publishing what we think we are. |
System.Transactions.Local makes no sense to me and I can't tell where it's coming from, but the threading ones make sense. |
this should probably be merged into all the flow prs |
4ddab3c
into
darc-main-b89ef279-c278-4e48-9a05-29840bb46c47
* Update dependencies from https://github.com/dotnet/runtime build 20220817.5 Microsoft.DotNet.ILCompiler , Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.7.0 , VS.Redist.Common.NetCore.TargetingPack.x64.7.0 From Version 7.0.0-rc.1.22411.12 -> To Version 7.0.0-rc.1.22417.5 * Update dependencies from https://github.com/dotnet/runtime build 20220818.9 Microsoft.DotNet.ILCompiler , Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.7.0 , VS.Redist.Common.NetCore.TargetingPack.x64.7.0 From Version 7.0.0-rc.1.22411.12 -> To Version 7.0.0-rc.1.22418.9 * Update Blazor WASM Baselines for new files (#27201) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Tanay Parikh <[email protected]>
Updated baselines for #27149.